diff --git a/ChangeLog.md b/ChangeLog.md index 409d4fd79e57..eb3c3aa6f17c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,75 @@ +## 15.5.0 - April 2026 +#### Az.Accounts 5.3.4 +* Improved SSH certificate authentication for Az SSH cmdlets across all Azure clouds. + - SSH certificate authentication now works across all Azure clouds without configuring the '-SshAuthScope' parameter. + - The '-SshAuthScope' parameter in 'Set-AzEnvironment' and 'Add-AzEnvironment' does not take any effect. +* Updated MSAL to 4.83.1 for bug fixes in IMDS endpoint cache. + +#### Az.Cdn 6.0.1 +* Bug fix for https://github.com/Azure/azure-powershell/issues/29231 + +#### Az.CloudService 2.1.2 +* Update the deprecated-by-azversion and change-effective-date of breaking change announcements. + +#### Az.ContainerInstance 4.1.3 +* Update the deprecated-by-azversion and change-effective-date of breaking change announcements. + +#### Az.CosmosDB 1.20.0 +* Added '-DisableLocalAuth' parameter to 'New-AzCosmosDBAccount' and 'Update-AzCosmosDBAccount' to opt out of local authentication. +* Added '-Capabilities' parameter to 'Update-AzCosmosDBAccount' to allow adding or removing account capabilities. + +#### Az.DataProtection 2.9.1 +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 + +#### Az.DnsResolver 1.2.3 +* Added announcement for upcoming breaking changes as part of the 2025-10-01-preview API migration: + - Removed parameter 'ActionBlockResponseCode' from 'New-AzDnsResolverPolicyDnsSecurityRule' and 'Update-AzDnsResolverPolicyDnsSecurityRule'. The block response code is no longer configurable. + - Parameter 'DnsResolverDomainList' is no longer mandatory on 'New-AzDnsResolverPolicyDnsSecurityRule'. DNS security rules will support managed domain lists as an alternative to user-defined domain lists. + - Parameter 'Domain' is no longer mandatory on 'New-AzDnsResolverDomainList'. Domain lists will support bulk upload via the new cmdlet 'Invoke-AzDnsResolverBulkDnsResolverDomainList', which will be introduced in the upcoming release. + +#### Az.Functions 4.3.2 +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 +* Fixed an issue where New-AzFunctionApp fails due to duplicate -Name parameter binding. [#29166] + +#### Az.ManagedServices 3.1.3 +* Update the deprecated-by-azversion and change-effective-date of breaking change announcements. + +#### Az.Migrate 2.12.0 +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 +* Added 'TargetSecurityType' and 'TargetVMSecureBootEnabled' parameters to 'New-AzMigrateServerReplication' to support Trusted Launch VM (TVM) security type during server replication + +#### Az.MySql 1.5.2 +* Updated preannouncement breaking changes date to May 2026. + +#### Az.NetAppFiles 1.1.0 +* Updated to api-version 2025-12-01 +* Added new cmdlet 'Get-AzNetAppFilesVolumeQuotaReport' to get quota report for a volume with optional filtering by 'QuotaType', 'QuotaTarget', and 'UsageThresholdPercentage' +* Added 'DesiredRansomwareProtectionState' parameter to 'New-AzNetAppFilesVolume' and 'Update-AzNetAppFilesVolume' to enable or disable Advanced Ransomware Protection (ARP) on volumes +* Added new cmdlet 'Get-AzNetAppFilesRansomwareReport' to list or get Advanced Ransomware Protection (ARP) reports for a volume +* Added new cmdlet 'Clear-AzNetAppFilesRansomwareReportSuspect' to clear suspects on an ARP report by marking file extensions as 'PotentialThreat' or 'FalsePositive' + +#### Az.Network 7.26.0 +* Onboarded 'Microsoft.KubernetesConfiguration/privateLinkScopes' to Private Link Common Cmdlets +* Added EdgeZone (Extended Location) parameter support for Azure Firewall + - Added '-EdgeZone' parameter to 'New-AzFirewall' cmdlet + - When '-EdgeZone' is specified, availability zones are not supported for Azure Firewall resources + +#### Az.RecoveryServices 7.11.2 +* Added Cross region restore support for upcoming regions Southeast Asia 3 + +#### Az.RedisEnterpriseCache 1.6.1 +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 + +#### Az.ServiceFabric 5.1.0 +* Added new OS options to 'New-AzServiceFabricCluster' '-OS' parameter: 'WindowsServer2019Datacenter', 'WindowsServer2019DatacenterGen2', 'WindowsServer2022Standard', 'WindowsServer2022Core', 'WindowsServer2022Gen2', 'WindowsServer2022Hotpatch', 'WindowsServer2025', 'WindowsServer2025AzureEdition', 'WindowsServer2025AzureEditionCore', 'WindowsServer2025Gen2', 'UbuntuServer2204', and 'UbuntuServer2404' +* Updated SFMC to latest api general version '2026-02-01' + +#### Az.SqlVirtualMachine 2.4.1 +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 + +#### Az.StackHCIVM 1.1.1 +* Added breaking change announcements for upcoming SecureString parameter type changes in 'New-AzStackHCIVMImage' and 'New-AzStackHCIVMVirtualMachine' + ## 15.4.0 - March 2026 #### Az.Accounts 5.3.3 * Updated MSAL to 4.82.1 to fix an issue with ARM endpoint discovery. diff --git a/documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md b/documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md index b0c2767b954b..ae964fbf7599 100644 --- a/documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md +++ b/documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md @@ -1,3 +1,22 @@ +## 15.5.0 - April 2026 +#### Az.CosmosDB 1.20.0 +* Modified cmdlet `New-AzCosmosDBAccount` + - Added parameter `-DisableLocalAuth` +* Modified cmdlet `Update-AzCosmosDBAccount` + - Added parameters `-Capabilities`, `-DisableLocalAuth` +#### Az.Migrate 2.12.0 +* Modified cmdlet `New-AzMigrateServerReplication` + - Added parameters `-TargetSecurityType`, `-TargetVMSecureBootEnabled` +#### Az.NetAppFiles 1.1.0 +* Modified cmdlet `New-AzNetAppFilesVolume` + - Added parameter `-DesiredRansomwareProtectionState` +* Modified cmdlet `Update-AzNetAppFilesVolume` + - Added parameter `-DesiredRansomwareProtectionState` +* Added cmdlet `Clear-AzNetAppFilesRansomwareReportSuspect`, `Get-AzNetAppFilesRansomwareReport`, `Get-AzNetAppFilesVolumeQuotaReport` +#### Az.Network 7.26.0 +* Modified cmdlet `New-AzFirewall` + - Added parameter `-EdgeZone` + ## 15.4.0 - March 2026 #### Az.Compute 11.4.0 * Modified cmdlet `Add-AzVMDataDisk` @@ -1246,3 +1265,4 @@ + diff --git a/documentation/breaking-changes/upcoming-breaking-changes.md b/documentation/breaking-changes/upcoming-breaking-changes.md index 6413ad5f8bbf..6b49aac13310 100644 --- a/documentation/breaking-changes/upcoming-breaking-changes.md +++ b/documentation/breaking-changes/upcoming-breaking-changes.md @@ -16,7 +16,7 @@ Preview modules are not included in this list. Read more about [module version t - The following properties in the output type are being deprecated : 'Extension' 'LoadBalancerConfiguration' 'Secret' 'Role' 'Zone' - The following properties are being added to the output type : 'Extension' 'LoadBalancerConfiguration' 'Secret' 'Role' 'Zone' - Change description : The types of the properties 'Extension', 'LoadBalancerConfiguration', 'Secret', 'Role', and 'Zone' will be changed from object to 'List'. - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `Get-AzCloudServiceInstanceView` @@ -26,7 +26,7 @@ Preview modules are not included in this list. Read more about [module version t - The following properties in the output type are being deprecated : 'Statuses' 'RoleInstanceStatusesSummary' 'PrivateId' - The following properties are being added to the output type : 'Statuses' 'RoleInstanceStatusesSummary' 'PrivateId' - Change description : The types of the properties 'Statuses', 'RoleInstanceStatusesSummary', and 'PrivateId' will be changed from object to 'List'. - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `Get-AzCloudServiceNetworkInterface` @@ -36,7 +36,7 @@ Preview modules are not included in this list. Read more about [module version t - The following properties in the output type are being deprecated : 'ApplicationSecurityGroup' 'CustomDnsConfig' 'FlowLog' 'LoadBalancerFrontendIPConfiguration' 'NetworkSecurityGroupPropertiesNetworkInterface' 'PrivateEndpointPropertiesNetworkInterface' 'PrivateLinkServicePropertiesNetworkInterface' 'IPConfiguration' 'TapConfiguration' 'PrivateEndpointConnection' 'PrivateEndpointPropertiesIPConfiguration' 'PrivateLinkServiceConnection' 'ManualPrivateLinkServiceConnection' 'PrivateLinkServicePropertiesIPConfiguration' 'SecurityRule' 'DefaultSecurityRule' 'ApplicationGatewayIPConfiguration' 'Delegation' 'FlowLog' 'IPConfiguration' 'IPConfigurationProfile' 'NetworkInterface' 'PrivateEndpoint' 'ResourceNavigationLink' 'Route' 'DefaultSecurityRule' 'SecurityRule' 'ServiceAssociationLink' 'ServiceEndpointPolicy' 'ServiceEndpoint' 'NetworkSecurityGroupPropertiesSubnet' 'RouteTablePropertiesSubnet' 'IPAllocation' 'PropertiesAddressPrefixes' 'PropertiesNetworkSecurityGroupPropertiesSubnets' 'HostedWorkload' 'VisibilitySubscription' 'DnsSettingDnsServer' 'DnsSettingAppliedDnsServer' 'AutoApprovalSubscription' 'Fqdn' - The following properties are being added to the output type : 'ApplicationSecurityGroup' 'CustomDnsConfig' 'FlowLog' 'LoadBalancerFrontendIPConfiguration' 'NetworkSecurityGroupPropertiesNetworkInterface' 'PrivateEndpointPropertiesNetworkInterface' 'PrivateLinkServicePropertiesNetworkInterface' 'IPConfiguration' 'TapConfiguration' 'PrivateEndpointConnection' 'PrivateEndpointPropertiesIPConfiguration' 'PrivateLinkServiceConnection' 'ManualPrivateLinkServiceConnection' 'PrivateLinkServicePropertiesIPConfiguration' 'SecurityRule' 'DefaultSecurityRule' 'ApplicationGatewayIPConfiguration' 'Delegation' 'FlowLog' 'IPConfiguration' 'IPConfigurationProfile' 'NetworkInterface' 'PrivateEndpoint' 'ResourceNavigationLink' 'Route' 'DefaultSecurityRule' 'SecurityRule' 'ServiceAssociationLink' 'ServiceEndpointPolicy' 'ServiceEndpoint' 'NetworkSecurityGroupPropertiesSubnet' 'RouteTablePropertiesSubnet' 'IPAllocation' 'PropertiesAddressPrefixes' 'PropertiesNetworkSecurityGroupPropertiesSubnets' 'HostedWorkload' 'VisibilitySubscription' 'DnsSettingDnsServer' 'DnsSettingAppliedDnsServer' 'AutoApprovalSubscription' 'Fqdn' - Change description : The types of the properties 'ApplicationSecurityGroup', 'CustomDnsConfig', 'FlowLog', 'LoadBalancerFrontendIPConfiguration', 'NetworkSecurityGroupPropertiesNetworkInterface', 'PrivateEndpointPropertiesNetworkInterface', 'PrivateLinkServicePropertiesNetworkInterface', 'IPConfiguration', 'TapConfiguration', 'PrivateEndpointConnection', 'PrivateEndpointPropertiesIPConfiguration', 'PrivateLinkServiceConnection', 'ManualPrivateLinkServiceConnection', 'PrivateLinkServicePropertiesIPConfiguration', 'SecurityRule', 'DefaultSecurityRule', 'ApplicationGatewayIPConfiguration', 'Delegation', 'FlowLog', 'IPConfiguration', 'IPConfigurationProfile', 'NetworkInterface', 'PrivateEndpoint', 'ResourceNavigationLink', 'Route', 'DefaultSecurityRule', 'SecurityRule', 'ServiceAssociationLink', 'ServiceEndpointPolicy', 'ServiceEndpoint', 'NetworkSecurityGroupPropertiesSubnet', 'RouteTablePropertiesSubnet', 'IPAllocation', 'PropertiesAddressPrefixes', 'PropertiesNetworkSecurityGroupPropertiesSubnets', 'HostedWorkload', 'VisibilitySubscription', 'DnsSettingDnsServer', 'DnsSettingAppliedDnsServer', 'AutoApprovalSubscription', 'Fqdn' will be changed from object to 'List'. - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `Get-AzCloudServiceOSFamily` @@ -46,7 +46,7 @@ Preview modules are not included in this list. Read more about [module version t - The following properties in the output type are being deprecated : 'Version' - The following properties are being added to the output type : 'Version' - Change description : The types of the properties 'Version' will be changed from object to 'List'. - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `Get-AzCloudServicePublicIPAddress` @@ -56,7 +56,7 @@ Preview modules are not included in this list. Read more about [module version t - The following properties in the output type are being deprecated : 'Zone' 'IPTag' 'PublicIPAddress' 'PublicIPPrefix' 'Subnet' - The following properties are being added to the output type : 'Zone' 'IPTag' 'PublicIPAddress' 'PublicIPPrefix' 'Subnet' - Change description : The types of the properties 'Zone', 'IPTag', 'PublicIPAddress', 'PublicIPPrefix', and 'Subnet' will be changed from object to 'List'. - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `Get-AzCloudServiceRoleInstance` @@ -66,7 +66,7 @@ Preview modules are not included in this list. Read more about [module version t - The following properties in the output type are being deprecated : 'NetworkProfileNetworkInterface' 'InstanceViewStatuses' - The following properties are being added to the output type : 'NetworkProfileNetworkInterface' 'InstanceViewStatuses' - Change description : The types of the properties 'NetworkProfileNetworkInterface' and 'InstanceViewStatuses' will be changed from object to 'List'. - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `Get-AzCloudServiceRoleInstanceView` @@ -76,7 +76,7 @@ Preview modules are not included in this list. Read more about [module version t - The following properties in the output type are being deprecated : 'Statuses' - The following properties are being added to the output type : 'Statuses' - Change description : The types of the properties 'Statuses' will be changed from object to 'List'. - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `New-AzCloudService` @@ -85,7 +85,7 @@ Preview modules are not included in this list. Read more about [module version t - The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudService' - The following properties in the output type are being deprecated : 'Zone, Extension, LoadBalancerConfiguration, Secret, Role' - The following properties are being added to the output type : 'Zone, Extension, LoadBalancerConfiguration, Secret, Role will be changed from object to 'List'.' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `New-AzCloudServiceDiagnosticsExtension` @@ -94,7 +94,7 @@ Preview modules are not included in this list. Read more about [module version t - The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.Extension' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Extension' - The following properties in the output type are being deprecated : 'RolesAppliedTo System.String[]' - The following properties are being added to the output type : 'RolesAppliedTo System.Collections.Generic.List1[System.String]' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `New-AzCloudServiceExtensionObject` @@ -103,7 +103,7 @@ Preview modules are not included in this list. Read more about [module version t - The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.Extension' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Extension' - The following properties in the output type are being deprecated : 'RolesAppliedTo System.String[]' - The following properties are being added to the output type : 'RolesAppliedTo System.Collections.Generic.List1[System.String]' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `New-AzCloudServiceLoadBalancerConfigurationObject` @@ -112,7 +112,7 @@ Preview modules are not included in this list. Read more about [module version t - The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.LoadBalancerConfiguration' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.LoadBalancerConfiguration' - The following properties in the output type are being deprecated : 'FrontendIPConfiguration Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ILoadBalancerFrontendIPConfiguration' - The following properties are being added to the output type : 'FrontendIPConfiguration System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ILoadBalancerFrontendIPConfiguration]' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `New-AzCloudServiceRemoteDesktopExtensionObject` @@ -121,7 +121,7 @@ Preview modules are not included in this list. Read more about [module version t - The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.Extension' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Extension' - The following properties in the output type are being deprecated : 'RolesAppliedTo System.String[]' - The following properties are being added to the output type : 'RolesAppliedTo System.Collections.Generic.List1[System.String]' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `New-AzCloudServiceVaultSecretGroupObject` @@ -130,7 +130,7 @@ Preview modules are not included in this list. Read more about [module version t - The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceVaultSecretGroup' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.CloudServiceVaultSecretGroup' - The following properties in the output type are being deprecated : 'VaultCertificate Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceVaultCertificate' - The following properties are being added to the output type : 'VaultCertificate System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceVaultCertificate]' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `Update-AzCloudService` @@ -140,7 +140,7 @@ Preview modules are not included in this list. Read more about [module version t - The following properties in the output type are being deprecated : 'Extension' 'LoadBalancerConfiguration' 'Secret' 'Role' 'Zone' - The following properties are being added to the output type : 'Extension' 'LoadBalancerConfiguration' 'Secret' 'Role' 'Zone' - Change description : The types of the properties 'Extension', 'LoadBalancerConfiguration', 'Secret', 'Role', and 'Zone' will be changed from object to 'List'. - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ## Az.Compute @@ -165,10 +165,10 @@ Preview modules are not included in this list. Read more about [module version t - The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroup' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerGroup' - The following properties in the output type are being deprecated : 'Port, EnvironmentVariable, InstanceViewEvent, LivenessProbeHttpGetHttpHeader, ReadinessProbeHttpGetHttpHeader, VolumeMount, ReadinessProbeExecCommand, Command, CapabilityDrop, LivenessProbeExecCommand, CapabilityAdd' - The following properties are being added to the output type : 'Port, EnvironmentVariable, InstanceViewEvent, LivenessProbeHttpGetHttpHeader, ReadinessProbeHttpGetHttpHeader, VolumeMount, ReadinessProbeExecCommand, Command, CapabilityDrop, LivenessProbeExecCommand, CapabilityAdd. This parameter will be changed from single object to 'List'.' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities. - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' - Parameter breaking-change will happen to all parameter sets @@ -190,7 +190,7 @@ Preview modules are not included in this list. Read more about [module version t - The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.InitContainerDefinition' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.InitContainerDefinition' - The following properties in the output type are being deprecated : 'EnvironmentVariable, InstanceViewEvent, VolumeMount, Command, CapabilityDrop, CapabilityAdd' - The following properties are being added to the output type : 'EnvironmentVariable, InstanceViewEvent, VolumeMount, Command, CapabilityDrop, CapabilityAdd. This parameter will be changed from single object to 'List'.' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `New-AzContainerInstanceNoDefaultObject` @@ -199,7 +199,7 @@ Preview modules are not included in this list. Read more about [module version t - The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Container' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Container' - The following properties in the output type are being deprecated : 'Port, EnvironmentVariable, InstanceViewEvent, LivenessProbeHttpGetHttpHeader, ReadinessProbeHttpGetHttpHeader, VolumeMount, LimitsGpuSku, RequestsGpuSku, ReadinessProbeHttpGetScheme, LivenessProbeHttpGetScheme, ReadinessProbeExecCommand, Command, CapabilityDrop, LivenessProbeExecCommand, CapabilityAdd, Protocol' - The following properties are being added to the output type : 'Port, EnvironmentVariable, InstanceViewEvent, LivenessProbeHttpGetHttpHeader, ReadinessProbeHttpGetHttpHeader, VolumeMount, LimitsGpuSku, RequestsGpuSku, ReadinessProbeHttpGetScheme, LivenessProbeHttpGetScheme, ReadinessProbeExecCommand, Command, CapabilityDrop, LivenessProbeExecCommand, CapabilityAdd, Protocol. This parameter will be changed from single object to 'List'.' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `New-AzContainerInstanceObject` @@ -208,7 +208,7 @@ Preview modules are not included in this list. Read more about [module version t - The output type is changing from the existing type :'Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Container' to the new type :'Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Container' - The following properties in the output type are being deprecated : 'Port, EnvironmentVariable, InstanceViewEvent, LivenessProbeHttpGetHttpHeader, ReadinessProbeHttpGetHttpHeader, VolumeMount, LimitsGpuSku, RequestsGpuSku, ReadinessProbeHttpGetScheme, LivenessProbeHttpGetScheme, ReadinessProbeExecCommand, Command, CapabilityDrop, LivenessProbeExecCommand, CapabilityAdd, Protocol' - The following properties are being added to the output type : 'Port, EnvironmentVariable, InstanceViewEvent, LivenessProbeHttpGetHttpHeader, ReadinessProbeHttpGetHttpHeader, VolumeMount, LimitsGpuSku, RequestsGpuSku, ReadinessProbeHttpGetScheme, LivenessProbeHttpGetScheme, ReadinessProbeExecCommand, Command, CapabilityDrop, LivenessProbeExecCommand, CapabilityAdd, Protocol. This parameter will be changed from single object to 'List'.' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ## Az.Databricks @@ -310,6 +310,16 @@ Preview modules are not included in this list. Read more about [module version t - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '2.0.0' +## Az.DnsResolver + +### `New-AzDnsResolverDomainList` + +- Cmdlet breaking-change will happen to all parameter sets + The cmdlet is being deprecated. There will be no replacement for it. + - Change description : The parameter 'Domain' is no longer mandatory. Domain lists will support bulk upload via the new cmdlet 'Invoke-AzDnsResolverBulkDnsResolverDomainList'. + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' + - The change is expected to take effect from version : '2.0.0' + ## Az.KeyVault ### `Get-AzKeyVaultKey` @@ -424,7 +434,7 @@ Preview modules are not included in this list. Read more about [module version t - The output type 'Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment' is changing - The following properties in the output type are being deprecated : 'Authorization[]' 'EligibleAuthorization[]' - The following properties are being added to the output type : 'List[Authorization]' 'List[EligibleAuthorization]' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `Get-AzManagedServicesDefinition` @@ -433,7 +443,7 @@ Preview modules are not included in this list. Read more about [module version t - The output type 'Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition' is changing - The following properties in the output type are being deprecated : 'Authorization[]' 'EligibleAuthorization[]' - The following properties are being added to the output type : 'List[Authorization]' 'List[EligibleAuthorization]' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `New-AzManagedServicesAssignment` @@ -442,7 +452,7 @@ Preview modules are not included in this list. Read more about [module version t - The output type 'Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment' is changing - The following properties in the output type are being deprecated : 'Authorization[]' 'EligibleAuthorization[]' - The following properties are being added to the output type : 'List[Authorization]' 'List[EligibleAuthorization]' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `New-AzManagedServicesAuthorizationObject` @@ -457,19 +467,19 @@ Preview modules are not included in this list. Read more about [module version t - The output type 'Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition' is changing - The following properties in the output type are being deprecated : 'Authorization' 'EligibleAuthorization' 'DelegatedRoleDefinitionId[]' 'JustInTimeAccessPolicyManagedByTenantApprover[]' - The following properties are being added to the output type : 'List[Authorization]' 'List[EligibleAuthorization]' 'List[DelegatedRoleDefinitionId]' 'List[JustInTimeAccessPolicyManagedByTenantApprover]' - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' - Parameter breaking-change will happen to all parameter sets - `-Authorization` - The parameter : 'Authorization' is changing. The type of the parameter is changing from 'Array' to 'List'. - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' - `-EligibleAuthorization` - The parameter : 'EligibleAuthorization' is changing. The type of the parameter is changing from 'Array' to 'List'. - - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' + - This change will take effect on '5/1/2026'- The change is expected to take effect from Az version : '16.0.0' - The change is expected to take effect from version : '9.0.0' ### `New-AzManagedServicesEligibleAuthorizationObject` @@ -562,7 +572,7 @@ Preview modules are not included in this list. Read more about [module version t - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' - The change is expected to take effect in 'Az.Monitor' from version : '7.0.0' -- Parameter breaking-change will happen to all parameter sets +- Parameter breaking-change will happen to parameter set `NewAzDiagnosticSetting_CreateExpanded` - `-Log` - The parameter : 'Log' is changing. The type of the parameter is changing from 'Array' to 'List'. @@ -860,8 +870,6 @@ Preview modules are not included in this list. Read more about [module version t - This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0' - The change is expected to take effect in 'Az.Resources' from version : '9.0.0' -- Parameter breaking-change will happen to parameter set `UpdateAzRoleManagementPolicy_UpdateViaIdentityExpanded` - ## Az.SecurityInsights ### `Get-AzSentinelEnrichment` @@ -1147,6 +1155,20 @@ Preview modules are not included in this list. Read more about [module version t - This change will take effect on '11/1/2025'- The change is expected to take effect from Az version : '15.0.0' - The change is expected to take effect from version : '3.0.0' +## Az.StackHCIVM + +### `New-AzStackHCIVMImage` + +- Parameter breaking-change will happen to all parameter sets + - `-ImagePath` + + +### `New-AzStackHCIVMVirtualMachine` + +- Parameter breaking-change will happen to all parameter sets + - `-AdminPassword` + + ## Az.Storage ### `New-AzStorageAccount` diff --git a/setup/generate.ps1 b/setup/generate.ps1 index 6a98bcb5e2ca..baac36d51e64 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 - March 2026" +$productName = "Microsoft Azure PowerShell - April 2026" # where to put temp files $tmp = Join-Path $env:temp azure-cmdlets-tmp diff --git a/src/Accounts/Accounts/Az.Accounts.psd1 b/src/Accounts/Accounts/Az.Accounts.psd1 index 9ef89e05849e..1792c19fff39 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: 2/24/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '5.3.3' +ModuleVersion = '5.3.4' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -146,7 +146,10 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated MSAL to 4.82.1 to fix an issue with ARM endpoint discovery.' + ReleaseNotes = '* Improved SSH certificate authentication for Az SSH cmdlets across all Azure clouds. + - SSH certificate authentication now works across all Azure clouds without configuring the ''-SshAuthScope'' parameter. + - The ''-SshAuthScope'' parameter in ''Set-AzEnvironment'' and ''Add-AzEnvironment'' does not take any effect. +* Updated MSAL to 4.83.1 for bug fixes in IMDS endpoint cache.' # Prerelease string of this module # Prerelease = '' diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md index 6d430f982dc4..9a6919b9fdb3 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 5.3.4 * Improved SSH certificate authentication for Az SSH cmdlets across all Azure clouds. - SSH certificate authentication now works across all Azure clouds without configuring the `-SshAuthScope` parameter. - The `-SshAuthScope` parameter in `Set-AzEnvironment` and `Add-AzEnvironment` does not take any effect. diff --git a/src/Accounts/Accounts/Properties/AssemblyInfo.cs b/src/Accounts/Accounts/Properties/AssemblyInfo.cs index d64767e54f90..dfbc0e8d8789 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("5.3.3")] -[assembly: AssemblyFileVersion("5.3.3")] +[assembly: AssemblyVersion("5.3.4")] +[assembly: AssemblyFileVersion("5.3.4")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")] #endif diff --git a/src/Accounts/Accounts/Utilities/CommandMappings.json b/src/Accounts/Accounts/Utilities/CommandMappings.json index 11a763cda2e5..a1a21c6e3fcd 100644 --- a/src/Accounts/Accounts/Utilities/CommandMappings.json +++ b/src/Accounts/Accounts/Utilities/CommandMappings.json @@ -1463,6 +1463,14 @@ "Remove-AzComputeFleet": {}, "Update-AzComputeFleet": {} }, + "Az.ComputeLimit": { + "Add-AzGuestSubscription": {}, + "Add-AzSharedLimit": {}, + "Get-AzGuestSubscription": {}, + "Get-AzSharedLimit": {}, + "Remove-AzGuestSubscription": {}, + "Remove-AzSharedLimit": {} + }, "Az.ComputeSchedule": { "Get-AzComputeScheduleOperationError": {}, "Get-AzComputeScheduleOperationStatus": {}, @@ -1484,11 +1492,45 @@ "Update-AzConfidentialLedger": {} }, "Az.Confluent": { + "Get-AzConfluentAccessCluster": {}, + "Get-AzConfluentAccessEnvironment": {}, + "Get-AzConfluentAccessInvitation": {}, + "Get-AzConfluentAccessRoleBinding": {}, + "Get-AzConfluentAccessRoleBindingNameList": {}, + "Get-AzConfluentAccessServiceAccount": {}, + "Get-AzConfluentAccessUser": {}, + "Get-AzConfluentConnector": {}, "Get-AzConfluentMarketplaceAgreement": {}, "Get-AzConfluentOrganization": {}, + "Get-AzConfluentOrganizationCluster": {}, + "Get-AzConfluentOrganizationClusterApiKey": {}, + "Get-AzConfluentOrganizationEnvironment": {}, + "Get-AzConfluentOrganizationRegion": {}, + "Get-AzConfluentOrganizationSchemaRegistryCluster": {}, + "Get-AzConfluentTopic": {}, + "Invoke-AzConfluentInviteAccessUser": {}, + "New-AzConfluentAccessRoleBinding": {}, + "New-AzConfluentCluster": {}, + "New-AzConfluentConnector": {}, + "New-AzConfluentEnvironment": {}, "New-AzConfluentOrganization": {}, + "New-AzConfluentOrganizationApiKey": {}, + "New-AzConfluentTopic": {}, + "Remove-AzConfluentAccessRoleBinding": {}, + "Remove-AzConfluentCluster": {}, + "Remove-AzConfluentConnector": {}, + "Remove-AzConfluentEnvironment": {}, "Remove-AzConfluentOrganization": {}, - "Update-AzConfluentOrganization": {} + "Remove-AzConfluentOrganizationClusterApiKey": {}, + "Remove-AzConfluentTopic": {}, + "Set-AzConfluentCluster": {}, + "Set-AzConfluentConnector": {}, + "Set-AzConfluentEnvironment": {}, + "Test-AzConfluentValidationOrganization": {}, + "Test-AzConfluentValidationOrganizationV2": {}, + "Update-AzConfluentConnector": {}, + "Update-AzConfluentOrganization": {}, + "Update-AzConfluentTopic": {} }, "Az.ConnectedKubernetes": { "Get-AzConnectedKubernetes": {}, @@ -2843,11 +2885,15 @@ "Get-AzDisconnectedOperationsArtifactDownloadUri": {}, "Get-AzDisconnectedOperationsDisconnectedOperation": {}, "Get-AzDisconnectedOperationsDisconnectedOperationDeploymentManifest": {}, + "Get-AzDisconnectedOperationsHardwareSetting": {}, "Get-AzDisconnectedOperationsImage": {}, "Get-AzDisconnectedOperationsImageDownloadUri": {}, "New-AzDisconnectedOperationsDisconnectedOperation": {}, + "New-AzDisconnectedOperationsHardwareSetting": {}, "Remove-AzDisconnectedOperationsDisconnectedOperation": {}, - "Update-AzDisconnectedOperationsDisconnectedOperation": {} + "Remove-AzDisconnectedOperationsHardwareSetting": {}, + "Update-AzDisconnectedOperationsDisconnectedOperation": {}, + "Update-AzDisconnectedOperationsHardwareSetting": {} }, "Az.DiskPool": { "Get-AzDiskPool": {}, @@ -3330,6 +3376,20 @@ "Test-AzFabricCapacityNameAvailability": {}, "Update-AzFabricCapacity": {} }, + "Az.FileShare": { + "Get-AzFileShare": {}, + "Get-AzFileShareLimit": {}, + "Get-AzFileShareProvisioningRecommendation": {}, + "Get-AzFileShareSnapshot": {}, + "Get-AzFileShareUsageData": {}, + "New-AzFileShare": {}, + "New-AzFileShareSnapshot": {}, + "Remove-AzFileShare": {}, + "Remove-AzFileShareSnapshot": {}, + "Test-AzFileShareNameAvailability": {}, + "Update-AzFileShare": {}, + "Update-AzFileShareSnapshot": {} + }, "Az.FirmwareAnalysis": { "Get-AzFirmwareAnalysisBinaryHardening": {}, "Get-AzFirmwareAnalysisCryptoCertificate": {}, @@ -4676,25 +4736,6 @@ "Update-AzMySqlServerConfigurationsList": {}, "Update-AzMySqlVirtualNetworkRule": {} }, - "Az.NeonPostgres": { - "Get-AzNeonPostgresBranch": {}, - "Get-AzNeonPostgresCompute": {}, - "Get-AzNeonPostgresEndpoint": {}, - "Get-AzNeonPostgresNeonDatabase": {}, - "Get-AzNeonPostgresNeonRole": {}, - "Get-AzNeonPostgresOrganization": {}, - "Get-AzNeonPostgresProject": {}, - "Get-AzNeonPostgresProjectConnectionUri": {}, - "New-AzNeonPostgresBranch": {}, - "New-AzNeonPostgresOrganization": {}, - "New-AzNeonPostgresProject": {}, - "Remove-AzNeonPostgresBranch": {}, - "Remove-AzNeonPostgresOrganization": {}, - "Remove-AzNeonPostgresProject": {}, - "Update-AzNeonPostgresBranch": {}, - "Update-AzNeonPostgresOrganization": {}, - "Update-AzNeonPostgresProject": {} - }, "Az.NetAppFiles": { "Approve-AzNetAppFilesReplication": {}, "Get-AzNetAppFilesAccount": {}, @@ -4785,6 +4826,9 @@ "Convert-AzNetAppFilesAccountToCmk": {}, "Get-AzNetAppFilesUsage": {}, "Split-AzNetAppFilesCloneFromParent": {}, + "Get-AzNetAppFilesVolumeQuotaReport": {}, + "Get-AzNetAppFilesRansomwareReport": {}, + "Clear-AzNetAppFilesRansomwareReportSuspect": {}, "Approve-AnfReplication": {}, "Get-AnfAccount": {}, "Get-AnfBackup": {}, @@ -4867,7 +4911,10 @@ "Invoke-AnfAccountChangeKeyVault": {}, "Convert-AnfFilesAccountToCmk": {}, "Get-AnfUsage": {}, - "Split-AnfCloneFromParent": {} + "Split-AnfCloneFromParent": {}, + "Get-AnfVolumeQuotaReport": {}, + "Get-AnfRansomwareReport": {}, + "Clear-AnfRansomwareReportSuspect": {} }, "Az.Network": { "Add-AzApplicationGatewayAuthenticationCertificate": {}, @@ -6482,12 +6529,30 @@ }, "Az.Quota": { "Get-AzQuota": {}, + "Get-AzQuotaGroupQuota": {}, + "Get-AzQuotaGroupQuotaLimit": {}, + "Get-AzQuotaGroupQuotaLimitsRequest": {}, + "Get-AzQuotaGroupQuotaLocationSetting": {}, + "Get-AzQuotaGroupQuotaSubscription": {}, + "Get-AzQuotaGroupQuotaSubscriptionAllocation": {}, + "Get-AzQuotaGroupQuotaSubscriptionAllocationRequest": {}, + "Get-AzQuotaGroupQuotaUsage": {}, "Get-AzQuotaOperation": {}, "Get-AzQuotaRequestStatus": {}, "Get-AzQuotaUsage": {}, "New-AzQuota": {}, + "New-AzQuotaGroupQuota": {}, + "New-AzQuotaGroupQuotaLocationSetting": {}, + "New-AzQuotaGroupQuotaSubscription": {}, "New-AzQuotaLimitObject": {}, - "Update-AzQuota": {} + "Remove-AzQuotaGroupQuota": {}, + "Remove-AzQuotaGroupQuotaSubscription": {}, + "Update-AzQuota": {}, + "Update-AzQuotaGroupQuota": {}, + "Update-AzQuotaGroupQuotaLimitsRequest": {}, + "Update-AzQuotaGroupQuotaLocationSetting": {}, + "Update-AzQuotaGroupQuotaSubscription": {}, + "Update-AzQuotaGroupQuotaSubscriptionAllocationRequest": {} }, "Az.RecoveryServices": { "Add-AzRecoveryServicesAsrReplicationProtectedItemDisk": {}, @@ -7499,6 +7564,13 @@ "Update-AzServiceFabricReliability": {}, "Update-AzServiceFabricVmImage": {} }, + "Az.ServiceGroups": { + "Get-AzServiceGroup": {}, + "Get-AzServiceGroupAncestor": {}, + "New-AzServiceGroup": {}, + "Remove-AzServiceGroup": {}, + "Update-AzServiceGroup": {} + }, "Az.ServiceLinker": { "Get-AzServiceLinkerConfigurationForContainerApp": {}, "Get-AzServiceLinkerConfigurationForSpringCloud": {}, diff --git a/src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs b/src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs index 649661f8e0bb..c2de5d78e30a 100644 --- a/src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs +++ b/src/Accounts/AssemblyLoading/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("1.0.*")] -[assembly: AssemblyVersion("5.3.3")] -[assembly: AssemblyFileVersion("5.3.3")] +[assembly: AssemblyVersion("5.3.4")] +[assembly: AssemblyFileVersion("5.3.4")] diff --git a/src/Accounts/Authentication/Properties/AssemblyInfo.cs b/src/Accounts/Authentication/Properties/AssemblyInfo.cs index 9c947fcb8ce6..ed4f98321fb3 100644 --- a/src/Accounts/Authentication/Properties/AssemblyInfo.cs +++ b/src/Accounts/Authentication/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("1.0.*")] -[assembly: AssemblyVersion("5.3.3")] -[assembly: AssemblyFileVersion("5.3.3")] +[assembly: AssemblyVersion("5.3.4")] +[assembly: AssemblyFileVersion("5.3.4")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Authentication.Test")] #endif diff --git a/src/Accounts/AuthenticationAssemblyLoadContext/Properties/AssemblyInfo.cs b/src/Accounts/AuthenticationAssemblyLoadContext/Properties/AssemblyInfo.cs index e6b457ceeda8..5628c3d83cd8 100644 --- a/src/Accounts/AuthenticationAssemblyLoadContext/Properties/AssemblyInfo.cs +++ b/src/Accounts/AuthenticationAssemblyLoadContext/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("1.0.*")] -[assembly: AssemblyVersion("5.3.3")] -[assembly: AssemblyFileVersion("5.3.3")] +[assembly: AssemblyVersion("5.3.4")] +[assembly: AssemblyFileVersion("5.3.4")] diff --git a/src/Accounts/Authenticators/Properties/AssemblyInfo.cs b/src/Accounts/Authenticators/Properties/AssemblyInfo.cs index ce7e8b767b62..caa98dd6edb7 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("5.3.3")] -[assembly: AssemblyFileVersion("5.3.3")] +[assembly: AssemblyVersion("5.3.4")] +[assembly: AssemblyFileVersion("5.3.4")] diff --git a/src/ArtifactSigning/ArtifactSigning/Az.ArtifactSigning.psd1 b/src/ArtifactSigning/ArtifactSigning/Az.ArtifactSigning.psd1 index c7bb3ba40d21..fc85d22f2c4f 100644 --- a/src/ArtifactSigning/ArtifactSigning/Az.ArtifactSigning.psd1 +++ b/src/ArtifactSigning/ArtifactSigning/Az.ArtifactSigning.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/10/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.5' +ModuleVersion = '0.1.6' # 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 = '5.3.3'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'ArtifactSigning.Autorest/bin/Az.ArtifactSigning.private.dll', @@ -59,10 +59,10 @@ RequiredAssemblies = 'ArtifactSigning.Autorest/bin/Az.ArtifactSigning.private.dl 'Azure.Developer.TrustedSigning.CryptoProvider.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'ArtifactSigning.Autorest/Az.ArtifactSigning.format.ps1xml', @@ -109,8 +109,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'CodeSigning', 'ArtifactSigning', 'ResourceManager', 'ARM', - 'PSModule' + Tags = 'Azure','CodeSigning','ArtifactSigning','ResourceManager','ARM','PSModule' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -122,7 +121,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Renamed from Az.TrustedSigning' + ReleaseNotes = '* Updated docs and code comments to reference artifact signing accounts instead of trusted signing accounts.' # Prerelease string of this module # Prerelease = '' @@ -135,7 +134,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/ArtifactSigning/ArtifactSigning/ChangeLog.md b/src/ArtifactSigning/ArtifactSigning/ChangeLog.md index 09b954b1dbda..69c04e811b24 100644 --- a/src/ArtifactSigning/ArtifactSigning/ChangeLog.md +++ b/src/ArtifactSigning/ArtifactSigning/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.1.6 * Updated docs and code comments to reference artifact signing accounts instead of trusted signing accounts. ## Version 0.1.5 diff --git a/src/ArtifactSigning/ArtifactSigning/Properties/AssemblyInfo.cs b/src/ArtifactSigning/ArtifactSigning/Properties/AssemblyInfo.cs index 64fbd9d5f91e..05dc73ca1c3b 100644 --- a/src/ArtifactSigning/ArtifactSigning/Properties/AssemblyInfo.cs +++ b/src/ArtifactSigning/ArtifactSigning/Properties/AssemblyInfo.cs @@ -29,8 +29,8 @@ [assembly: CLSCompliant(false)] [assembly: Guid("accceef6-8113-453a-a31c-4f2ce57893d6")] -[assembly: AssemblyVersion("0.1.5")] -[assembly: AssemblyFileVersion("0.1.5")] +[assembly: AssemblyVersion("0.1.6")] +[assembly: AssemblyFileVersion("0.1.6")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Test")] #endif diff --git a/src/Cdn/Cdn/Az.Cdn.psd1 b/src/Cdn/Cdn/Az.Cdn.psd1 index da81fa50898a..5fd4a70d4acf 100644 --- a/src/Cdn/Cdn/Az.Cdn.psd1 +++ b/src/Cdn/Cdn/Az.Cdn.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 11/11/2025 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '6.0.0' +ModuleVersion = '6.0.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 = '5.3.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Cdn.Autorest/bin/Az.Cdn.private.dll' @@ -245,8 +245,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added support for edge action -* Upgraded Api version to 2025-06-01' + ReleaseNotes = '* Bug fix for https://github.com/Azure/azure-powershell/issues/29231' # Prerelease string of this module # Prerelease = '' diff --git a/src/Cdn/Cdn/ChangeLog.md b/src/Cdn/Cdn/ChangeLog.md index 70d6e08ff4cb..56bb666c49a7 100644 --- a/src/Cdn/Cdn/ChangeLog.md +++ b/src/Cdn/Cdn/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 6.0.1 * Bug fix for https://github.com/Azure/azure-powershell/issues/29231 ## Version 6.0.0 diff --git a/src/Cdn/Cdn/Properties/AssemblyInfo.cs b/src/Cdn/Cdn/Properties/AssemblyInfo.cs index 3aa30493083a..b5850574a0c0 100644 --- a/src/Cdn/Cdn/Properties/AssemblyInfo.cs +++ b/src/Cdn/Cdn/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")] -[assembly: AssemblyVersion("6.0.0")] -[assembly: AssemblyFileVersion("6.0.0")] +[assembly: AssemblyVersion("6.0.1")] +[assembly: AssemblyFileVersion("6.0.1")] diff --git a/src/CloudService/CloudService/Az.CloudService.psd1 b/src/CloudService/CloudService/Az.CloudService.psd1 index c6f4b6028302..c9a591e6fd90 100644 --- a/src/CloudService/CloudService/Az.CloudService.psd1 +++ b/src/CloudService/CloudService/Az.CloudService.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 12-Feb-26 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.1.1' +ModuleVersion = '2.1.2' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'CloudService.Autorest/bin/Az.CloudService.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'CloudService.Autorest/Az.CloudService.format.ps1xml' @@ -115,7 +115,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'CloudService' + Tags = 'Azure','ResourceManager','ARM','PSModule','CloudService' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -127,7 +127,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229' + ReleaseNotes = '* Update the deprecated-by-azversion and change-effective-date of breaking change announcements.' # Prerelease string of this module # Prerelease = '' @@ -140,7 +140,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/CloudService/CloudService/ChangeLog.md b/src/CloudService/CloudService/ChangeLog.md index d38581d6f1b4..8a9bfd228c7b 100644 --- a/src/CloudService/CloudService/ChangeLog.md +++ b/src/CloudService/CloudService/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.1.2 * Update the deprecated-by-azversion and change-effective-date of breaking change announcements. ## Version 2.1.1 diff --git a/src/CloudService/CloudService/Properties/AssemblyInfo.cs b/src/CloudService/CloudService/Properties/AssemblyInfo.cs index 8deb514486a5..1ba123661cff 100644 --- a/src/CloudService/CloudService/Properties/AssemblyInfo.cs +++ b/src/CloudService/CloudService/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("1fe4b4c7-44d2-4800-a935-733381e663ae")] -[assembly: AssemblyVersion("2.1.1")] -[assembly: AssemblyFileVersion("2.1.1")] +[assembly: AssemblyVersion("2.1.2")] +[assembly: AssemblyFileVersion("2.1.2")] diff --git a/src/Confluent/Confluent/Az.Confluent.psd1 b/src/Confluent/Confluent/Az.Confluent.psd1 index 9046708886df..e626b87a2369 100644 --- a/src/Confluent/Confluent/Az.Confluent.psd1 +++ b/src/Confluent/Confluent/Az.Confluent.psd1 @@ -1,9 +1,9 @@ # -# Module manifest for module 'Az.confluent' +# Module manifest for module 'Az.Confluent' # # Generated by: Microsoft Corporation # -# Generated on: 3/31/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.3.0' +ModuleVersion = '0.4.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Confluent.Autorest/bin/Az.confluent.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'Confluent.Autorest/Az.confluent.format.ps1xml' @@ -119,7 +119,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Confluent' + Tags = 'Azure','ResourceManager','ARM','PSModule','Confluent' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -131,7 +131,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Introduced various new features by upgrading code generator. Please see detail [here](https://github.com/Azure/azure-powershell/blob/main/documentation/Autorest-powershell-v4-new-features.md).' + ReleaseNotes = '* Fixed failing playback tests for ''Update-AzConfluentOrganization'' by adding the missing HTTP recording file' # Prerelease string of this module # Prerelease = '' @@ -144,7 +144,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/Confluent/Confluent/ChangeLog.md b/src/Confluent/Confluent/ChangeLog.md index 805130008425..e02e3fbb2058 100644 --- a/src/Confluent/Confluent/ChangeLog.md +++ b/src/Confluent/Confluent/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.4.0 * Fixed failing playback tests for `Update-AzConfluentOrganization` by adding the missing HTTP recording file ## Version 0.3.0 diff --git a/src/Confluent/Confluent/Properties/AssemblyInfo.cs b/src/Confluent/Confluent/Properties/AssemblyInfo.cs index 6e2aaeb09be1..67679a879726 100644 --- a/src/Confluent/Confluent/Properties/AssemblyInfo.cs +++ b/src/Confluent/Confluent/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("1bcb3683-7e83-4a17-8105-ba287a042899")] -[assembly: AssemblyVersion("0.3.0")] -[assembly: AssemblyFileVersion("0.3.0")] +[assembly: AssemblyVersion("0.4.0")] +[assembly: AssemblyFileVersion("0.4.0")] diff --git a/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 b/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 index bde7f30dc4e8..0543b12a4ac3 100644 --- a/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 +++ b/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 12-Feb-26 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.1.2' +ModuleVersion = '4.1.3' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'ContainerInstance.Autorest/bin/Az.ContainerInstance.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'ContainerInstance.Autorest/Az.ContainerInstance.format.ps1xml' @@ -119,7 +119,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'ContainerInstance' + Tags = 'Azure','ResourceManager','ARM','PSModule','ContainerInstance' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -131,7 +131,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229' + ReleaseNotes = '* Update the deprecated-by-azversion and change-effective-date of breaking change announcements.' # Prerelease string of this module # Prerelease = '' @@ -144,7 +144,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/ContainerInstance/ContainerInstance/ChangeLog.md b/src/ContainerInstance/ContainerInstance/ChangeLog.md index 765772401a9c..a758295246b5 100644 --- a/src/ContainerInstance/ContainerInstance/ChangeLog.md +++ b/src/ContainerInstance/ContainerInstance/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 4.1.3 * Update the deprecated-by-azversion and change-effective-date of breaking change announcements. ## Version 4.1.2 diff --git a/src/ContainerInstance/ContainerInstance/Properties/AssemblyInfo.cs b/src/ContainerInstance/ContainerInstance/Properties/AssemblyInfo.cs index 255e0ffa4a4c..04eca06536bd 100644 --- a/src/ContainerInstance/ContainerInstance/Properties/AssemblyInfo.cs +++ b/src/ContainerInstance/ContainerInstance/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("b6ea5cfe-1c66-471e-87ca-50a5280267d7")] -[assembly: AssemblyVersion("4.1.2")] -[assembly: AssemblyFileVersion("4.1.2")] +[assembly: AssemblyVersion("4.1.3")] +[assembly: AssemblyFileVersion("4.1.3")] diff --git a/src/CosmosDB/CosmosDB.Management.Sdk/Properties/AssemblyInfo.cs b/src/CosmosDB/CosmosDB.Management.Sdk/Properties/AssemblyInfo.cs index e1d6f42976b4..1e593174a261 100644 --- a/src/CosmosDB/CosmosDB.Management.Sdk/Properties/AssemblyInfo.cs +++ b/src/CosmosDB/CosmosDB.Management.Sdk/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")] -[assembly: AssemblyVersion("1.19.1")] -[assembly: AssemblyFileVersion("1.19.1")] +[assembly: AssemblyVersion("1.20.0")] +[assembly: AssemblyFileVersion("1.20.0")] diff --git a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 index 3e2905b47276..164a4f1ea9bc 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: 1/10/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.19.1' +ModuleVersion = '1.20.0' # 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 = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Azure.Security.KeyVault.Keys.dll', @@ -262,7 +262,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated Azure.Core from 1.47.3 to 1.50.0' + ReleaseNotes = '* Added ''-DisableLocalAuth'' parameter to ''New-AzCosmosDBAccount'' and ''Update-AzCosmosDBAccount'' to opt out of local authentication. +* Added ''-Capabilities'' parameter to ''Update-AzCosmosDBAccount'' to allow adding or removing account capabilities.' # Prerelease string of this module # Prerelease = '' diff --git a/src/CosmosDB/CosmosDB/ChangeLog.md b/src/CosmosDB/CosmosDB/ChangeLog.md index e07b9385e13e..36da2c39e629 100644 --- a/src/CosmosDB/CosmosDB/ChangeLog.md +++ b/src/CosmosDB/CosmosDB/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 1.20.0 * Added `-DisableLocalAuth` parameter to `New-AzCosmosDBAccount` and `Update-AzCosmosDBAccount` to opt out of local authentication. * Added `-Capabilities` parameter to `Update-AzCosmosDBAccount` to allow adding or removing account capabilities. diff --git a/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs b/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs index c9e929fa1aed..7c4fdf6b9abc 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.19.1")] -[assembly: AssemblyFileVersion("1.19.1")] +[assembly: AssemblyVersion("1.20.0")] +[assembly: AssemblyFileVersion("1.20.0")] diff --git a/src/DataProtection/DataProtection/Az.DataProtection.psd1 b/src/DataProtection/DataProtection/Az.DataProtection.psd1 index ea795763e9d7..aa4f43c13209 100644 --- a/src/DataProtection/DataProtection/Az.DataProtection.psd1 +++ b/src/DataProtection/DataProtection/Az.DataProtection.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 12-Feb-26 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.9.0' +ModuleVersion = '2.9.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'DataProtection.Autorest/bin/Az.DataProtection.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'DataProtection.Autorest/Az.DataProtection.format.ps1xml' @@ -149,7 +149,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'DataProtection' + Tags = 'Azure','ResourceManager','ARM','PSModule','DataProtection' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -161,7 +161,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added support for Data Protection Platform vault soft delete feature' + ReleaseNotes = '* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229' # Prerelease string of this module # Prerelease = '' @@ -174,7 +174,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/DataProtection/DataProtection/ChangeLog.md b/src/DataProtection/DataProtection/ChangeLog.md index b451801f2f27..5658bf0d9c7f 100644 --- a/src/DataProtection/DataProtection/ChangeLog.md +++ b/src/DataProtection/DataProtection/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.9.1 * Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 ## Version 2.9.0 diff --git a/src/DataProtection/DataProtection/Properties/AssemblyInfo.cs b/src/DataProtection/DataProtection/Properties/AssemblyInfo.cs index 8743d675235d..89b8ce1993a9 100644 --- a/src/DataProtection/DataProtection/Properties/AssemblyInfo.cs +++ b/src/DataProtection/DataProtection/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("ab240bd4-c397-4629-a993-21763b35faed")] -[assembly: AssemblyVersion("2.9.0")] -[assembly: AssemblyFileVersion("2.9.0")] +[assembly: AssemblyVersion("2.9.1")] +[assembly: AssemblyFileVersion("2.9.1")] diff --git a/src/DisconnectedOperations/DisconnectedOperations/Az.DisconnectedOperations.psd1 b/src/DisconnectedOperations/DisconnectedOperations/Az.DisconnectedOperations.psd1 index e61418ebdd38..8d0490106dce 100644 --- a/src/DisconnectedOperations/DisconnectedOperations/Az.DisconnectedOperations.psd1 +++ b/src/DisconnectedOperations/DisconnectedOperations/Az.DisconnectedOperations.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 03/03/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.0' +ModuleVersion = '0.1.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,17 +51,17 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'DisconnectedOperations.Autorest/bin/Az.DisconnectedOperations.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = @@ -109,7 +109,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'DisconnectedOperations' + Tags = 'Azure','ResourceManager','ARM','PSModule','DisconnectedOperations' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -121,7 +121,12 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' + ReleaseNotes = '* Added cmdlets for managing hardware settings in disconnected operations. + - Get-AzDisconnectedOperationsHardwareSetting + - Remove-AzDisconnectedOperationsHardwareSetting + - New-AzDisconnectedOperationsHardwareSetting + - Update-AzDisconnectedOperationsHardwareSetting +* Api version update to 2026-03-15.' # Prerelease string of this module # Prerelease = '' @@ -134,7 +139,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/DisconnectedOperations/DisconnectedOperations/ChangeLog.md b/src/DisconnectedOperations/DisconnectedOperations/ChangeLog.md index 6f7391328dfb..722e9a824761 100644 --- a/src/DisconnectedOperations/DisconnectedOperations/ChangeLog.md +++ b/src/DisconnectedOperations/DisconnectedOperations/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.1.1 * Added cmdlets for managing hardware settings in disconnected operations. - Get-AzDisconnectedOperationsHardwareSetting - Remove-AzDisconnectedOperationsHardwareSetting diff --git a/src/DisconnectedOperations/DisconnectedOperations/Properties/AssemblyInfo.cs b/src/DisconnectedOperations/DisconnectedOperations/Properties/AssemblyInfo.cs index a3d69440843b..e7ed9b58f35d 100644 --- a/src/DisconnectedOperations/DisconnectedOperations/Properties/AssemblyInfo.cs +++ b/src/DisconnectedOperations/DisconnectedOperations/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("9b5c3a33-b6a7-4d8c-b95c-542dba54682a")] -[assembly: AssemblyVersion("0.1.0")] -[assembly: AssemblyFileVersion("0.1.0")] +[assembly: AssemblyVersion("0.1.1")] +[assembly: AssemblyFileVersion("0.1.1")] diff --git a/src/DnsResolver/DnsResolver/Az.DnsResolver.psd1 b/src/DnsResolver/DnsResolver/Az.DnsResolver.psd1 index c2567d9bcd46..c0add522b438 100644 --- a/src/DnsResolver/DnsResolver/Az.DnsResolver.psd1 +++ b/src/DnsResolver/DnsResolver/Az.DnsResolver.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 11/11/2025 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.2.1' +ModuleVersion = '1.2.3' # 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 = '5.3.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'DnsResolver.Autorest/bin/Az.DnsResolver.private.dll' @@ -140,7 +140,10 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229' + ReleaseNotes = '* Added announcement for upcoming breaking changes as part of the 2025-10-01-preview API migration: + - Removed parameter ''ActionBlockResponseCode'' from ''New-AzDnsResolverPolicyDnsSecurityRule'' and ''Update-AzDnsResolverPolicyDnsSecurityRule''. The block response code is no longer configurable. + - Parameter ''DnsResolverDomainList'' is no longer mandatory on ''New-AzDnsResolverPolicyDnsSecurityRule''. DNS security rules will support managed domain lists as an alternative to user-defined domain lists. + - Parameter ''Domain'' is no longer mandatory on ''New-AzDnsResolverDomainList''. Domain lists will support bulk upload via the new cmdlet ''Invoke-AzDnsResolverBulkDnsResolverDomainList'', which will be introduced in the upcoming release.' # Prerelease string of this module # Prerelease = '' diff --git a/src/DnsResolver/DnsResolver/ChangeLog.md b/src/DnsResolver/DnsResolver/ChangeLog.md index 0698b93ffbff..bfaa832f0c01 100644 --- a/src/DnsResolver/DnsResolver/ChangeLog.md +++ b/src/DnsResolver/DnsResolver/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.2.3 * Added announcement for upcoming breaking changes as part of the 2025-10-01-preview API migration: - Removed parameter `ActionBlockResponseCode` from `New-AzDnsResolverPolicyDnsSecurityRule` and `Update-AzDnsResolverPolicyDnsSecurityRule`. The block response code is no longer configurable. - Parameter `DnsResolverDomainList` is no longer mandatory on `New-AzDnsResolverPolicyDnsSecurityRule`. DNS security rules will support managed domain lists as an alternative to user-defined domain lists. diff --git a/src/DnsResolver/DnsResolver/Properties/AssemblyInfo.cs b/src/DnsResolver/DnsResolver/Properties/AssemblyInfo.cs index 6b04422a13b3..6304669191f3 100644 --- a/src/DnsResolver/DnsResolver/Properties/AssemblyInfo.cs +++ b/src/DnsResolver/DnsResolver/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("f7b40597-63c6-429c-b61d-855fe241596d")] -[assembly: AssemblyVersion("1.2.1")] -[assembly: AssemblyFileVersion("1.2.1")] +[assembly: AssemblyVersion("1.2.3")] +[assembly: AssemblyFileVersion("1.2.3")] diff --git a/src/DurableTask/DurableTask/Az.DurableTask.psd1 b/src/DurableTask/DurableTask/Az.DurableTask.psd1 index bcbc5ba3c4cb..f50edc014863 100644 --- a/src/DurableTask/DurableTask/Az.DurableTask.psd1 +++ b/src/DurableTask/DurableTask/Az.DurableTask.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2/27/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.0' +ModuleVersion = '0.1.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'DurableTask.Autorest/bin/Az.DurableTask.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'DurableTask.Autorest/Az.DurableTask.format.ps1xml' @@ -98,7 +98,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'DurableTask' + Tags = 'Azure','ResourceManager','ARM','PSModule','DurableTask' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -110,7 +110,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' + ReleaseNotes = '* Upgraded API version to ''2026-02-01''. + - Schedulers now support configuring ''publicNetworkAccess'' + - Scheduler details include ''privateEndpointConnection'' information.' # Prerelease string of this module # Prerelease = '' @@ -123,7 +125,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/DurableTask/DurableTask/ChangeLog.md b/src/DurableTask/DurableTask/ChangeLog.md index 413c7a9d4931..4f85b0937c28 100644 --- a/src/DurableTask/DurableTask/ChangeLog.md +++ b/src/DurableTask/DurableTask/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.1.1 * Upgraded API version to `2026-02-01`. - Schedulers now support configuring `publicNetworkAccess` - Scheduler details include `privateEndpointConnection` information. diff --git a/src/DurableTask/DurableTask/Properties/AssemblyInfo.cs b/src/DurableTask/DurableTask/Properties/AssemblyInfo.cs index cc0260c3aad7..825c18129c52 100644 --- a/src/DurableTask/DurableTask/Properties/AssemblyInfo.cs +++ b/src/DurableTask/DurableTask/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("fd3aff37-be37-434c-992f-34eba5ff99cb")] -[assembly: AssemblyVersion("0.1.0")] -[assembly: AssemblyFileVersion("0.1.0")] +[assembly: AssemblyVersion("0.1.1")] +[assembly: AssemblyFileVersion("0.1.1")] diff --git a/src/Functions/Functions/Az.Functions.psd1 b/src/Functions/Functions/Az.Functions.psd1 index 7f1d73f62524..c729d07d736e 100644 --- a/src/Functions/Functions/Az.Functions.psd1 +++ b/src/Functions/Functions/Az.Functions.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 12-Feb-26 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.3.1' +ModuleVersion = '4.3.2' # 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 = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Functions.Autorest/bin/Az.Functions.private.dll' @@ -105,7 +105,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Functions' + Tags = 'Azure','ResourceManager','ARM','PSModule','Functions' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -117,7 +117,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed cloud portability by using dynamic endpoints for storage [#29034]' + ReleaseNotes = '* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 +* Fixed an issue where New-AzFunctionApp fails due to duplicate -Name parameter binding. [#29166]' # Prerelease string of this module # Prerelease = '' @@ -130,7 +131,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/Functions/Functions/ChangeLog.md b/src/Functions/Functions/ChangeLog.md index e05d7f8ae794..4f76140fce0f 100644 --- a/src/Functions/Functions/ChangeLog.md +++ b/src/Functions/Functions/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 4.3.2 * Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 * Fixed an issue where New-AzFunctionApp fails due to duplicate -Name parameter binding. [#29166] diff --git a/src/Functions/Functions/Properties/AssemblyInfo.cs b/src/Functions/Functions/Properties/AssemblyInfo.cs index cec8232d7fe4..56552acf3d72 100644 --- a/src/Functions/Functions/Properties/AssemblyInfo.cs +++ b/src/Functions/Functions/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("A92CAC7D-41F1-47CA-BC10-F6736BCD4072")] -[assembly: AssemblyVersion("4.3.1")] -[assembly: AssemblyFileVersion("4.3.1")] +[assembly: AssemblyVersion("4.3.2")] +[assembly: AssemblyFileVersion("4.3.2")] diff --git a/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 b/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 index 5fb280528bc1..e9e1143670cd 100644 --- a/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 +++ b/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 11-Feb-26 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.1.2' +ModuleVersion = '3.1.3' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'ManagedServices.Autorest/bin/Az.ManagedServices.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'ManagedServices.Autorest/Az.ManagedServices.format.ps1xml' @@ -104,7 +104,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'ManagedServices' + Tags = 'Azure','ResourceManager','ARM','PSModule','ManagedServices' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -116,7 +116,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Update the outputs of breaking change announcements.' + ReleaseNotes = '* Update the deprecated-by-azversion and change-effective-date of breaking change announcements.' # Prerelease string of this module # Prerelease = '' @@ -129,7 +129,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/ManagedServices/ManagedServices/ChangeLog.md b/src/ManagedServices/ManagedServices/ChangeLog.md index b8e5f54dc2f1..a3d1c03def82 100644 --- a/src/ManagedServices/ManagedServices/ChangeLog.md +++ b/src/ManagedServices/ManagedServices/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 3.1.3 * Update the deprecated-by-azversion and change-effective-date of breaking change announcements. ## Version 3.1.2 diff --git a/src/ManagedServices/ManagedServices/Properties/AssemblyInfo.cs b/src/ManagedServices/ManagedServices/Properties/AssemblyInfo.cs index 7727a7c2283a..1abcbe848b66 100644 --- a/src/ManagedServices/ManagedServices/Properties/AssemblyInfo.cs +++ b/src/ManagedServices/ManagedServices/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("192ae5eb-16e4-4100-aa79-e241b4c1db42")] -[assembly: AssemblyVersion("3.1.2")] -[assembly: AssemblyFileVersion("3.1.2")] +[assembly: AssemblyVersion("3.1.3")] +[assembly: AssemblyFileVersion("3.1.3")] diff --git a/src/Migrate/Migrate/Az.Migrate.psd1 b/src/Migrate/Migrate/Az.Migrate.psd1 index fc6139bcabd5..cc1942ce4759 100644 --- a/src/Migrate/Migrate/Az.Migrate.psd1 +++ b/src/Migrate/Migrate/Az.Migrate.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/16/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.11.0' +ModuleVersion = '2.12.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Migrate.Autorest/bin/Az.Migrate.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'Migrate.Autorest/Az.Migrate.format.ps1xml' @@ -123,7 +123,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Migrate' + Tags = 'Azure','ResourceManager','ARM','PSModule','Migrate' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -135,8 +135,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated DefaultCrashConsistentFrequencyInMinutes and DefaultAppConsistentFrequencyInMinutes to align with Azure Portal UX for Replication Policy - - ''New-AzMigrateLocalServerReplication''' + ReleaseNotes = '* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 +* Added ''TargetSecurityType'' and ''TargetVMSecureBootEnabled'' parameters to ''New-AzMigrateServerReplication'' to support Trusted Launch VM (TVM) security type during server replication' # Prerelease string of this module # Prerelease = '' @@ -149,7 +149,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/Migrate/Migrate/ChangeLog.md b/src/Migrate/Migrate/ChangeLog.md index c03b8ac643ec..a2d5561b7d4e 100644 --- a/src/Migrate/Migrate/ChangeLog.md +++ b/src/Migrate/Migrate/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.12.0 * Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 * Added 'TargetSecurityType' and 'TargetVMSecureBootEnabled' parameters to 'New-AzMigrateServerReplication' to support Trusted Launch VM (TVM) security type during server replication diff --git a/src/Migrate/Migrate/Properties/AssemblyInfo.cs b/src/Migrate/Migrate/Properties/AssemblyInfo.cs index b9d317357257..3e4aaf2ecddc 100644 --- a/src/Migrate/Migrate/Properties/AssemblyInfo.cs +++ b/src/Migrate/Migrate/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("49de559e-8965-4e80-ba75-d2f2266a0abd")] -[assembly: AssemblyVersion("2.11.0")] -[assembly: AssemblyFileVersion("2.11.0")] +[assembly: AssemblyVersion("2.12.0")] +[assembly: AssemblyFileVersion("2.12.0")] diff --git a/src/MySql/MySql/Az.MySql.psd1 b/src/MySql/MySql/Az.MySql.psd1 index 37654dc054b5..731eaf29d2c7 100644 --- a/src/MySql/MySql/Az.MySql.psd1 +++ b/src/MySql/MySql/Az.MySql.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/30/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.5.1' +ModuleVersion = '1.5.2' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'MySql.Autorest/bin/Az.MySql.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'MySql.Autorest/Az.MySql.format.ps1xml' @@ -123,7 +123,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'MySql' + Tags = 'Azure','ResourceManager','ARM','PSModule','MySql' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -135,8 +135,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 -* The single server cmdlets are deprecated and will be removed by May 2026.' + ReleaseNotes = '* Updated preannouncement breaking changes date to May 2026.' # Prerelease string of this module # Prerelease = '' @@ -149,7 +148,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/MySql/MySql/ChangeLog.md b/src/MySql/MySql/ChangeLog.md index 423cf2da2934..c86b9f8f06ae 100644 --- a/src/MySql/MySql/ChangeLog.md +++ b/src/MySql/MySql/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.5.2 * Updated preannouncement breaking changes date to May 2026. ## Version 1.5.1 diff --git a/src/MySql/MySql/Properties/AssemblyInfo.cs b/src/MySql/MySql/Properties/AssemblyInfo.cs index f571afd3c108..95de1a1f2fb2 100644 --- a/src/MySql/MySql/Properties/AssemblyInfo.cs +++ b/src/MySql/MySql/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("00815AB0-DED8-4FE1-A7F0-5A98B87EAA3D")] -[assembly: AssemblyVersion("1.5.1")] -[assembly: AssemblyFileVersion("1.5.1")] +[assembly: AssemblyVersion("1.5.2")] +[assembly: AssemblyFileVersion("1.5.2")] diff --git a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 index cc91793580d3..4be0f55b299f 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: 1/10/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.0.0' +ModuleVersion = '1.1.0' # 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 = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.PowerShell.NetAppFiles.Management.Sdk.dll' @@ -209,8 +209,11 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated Azure.Core from 1.47.3 to 1.50.0 -* General availability for module Az.NetAppFiles' + ReleaseNotes = '* Updated to api-version 2025-12-01 +* Added new cmdlet ''Get-AzNetAppFilesVolumeQuotaReport'' to get quota report for a volume with optional filtering by ''QuotaType'', ''QuotaTarget'', and ''UsageThresholdPercentage'' +* Added ''DesiredRansomwareProtectionState'' parameter to ''New-AzNetAppFilesVolume'' and ''Update-AzNetAppFilesVolume'' to enable or disable Advanced Ransomware Protection (ARP) on volumes +* Added new cmdlet ''Get-AzNetAppFilesRansomwareReport'' to list or get Advanced Ransomware Protection (ARP) reports for a volume +* Added new cmdlet ''Clear-AzNetAppFilesRansomwareReportSuspect'' to clear suspects on an ARP report by marking file extensions as ''PotentialThreat'' or ''FalsePositive''' # Prerelease string of this module # Prerelease = '' diff --git a/src/NetAppFiles/NetAppFiles/ChangeLog.md b/src/NetAppFiles/NetAppFiles/ChangeLog.md index d83dddd90d03..3f733ea429a8 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 1.1.0 * Updated to api-version 2025-12-01 * Added new cmdlet `Get-AzNetAppFilesVolumeQuotaReport` to get quota report for a volume with optional filtering by `QuotaType`, `QuotaTarget`, and `UsageThresholdPercentage` * Added `DesiredRansomwareProtectionState` parameter to `New-AzNetAppFilesVolume` and `Update-AzNetAppFilesVolume` to enable or disable Advanced Ransomware Protection (ARP) on volumes diff --git a/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs b/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs index fc96401aab7b..99d20be7ec25 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("1.0.0")] -[assembly: AssemblyFileVersion("1.0.0")] +[assembly: AssemblyVersion("1.1.0")] +[assembly: AssemblyFileVersion("1.1.0")] diff --git a/src/NetAppFiles/NetAppFiles/help/Approve-AzNetAppFilesReplication.md b/src/NetAppFiles/NetAppFiles/help/Approve-AzNetAppFilesReplication.md index 350d1d93a8ee..2f3a0366cb6a 100644 --- a/src/NetAppFiles/NetAppFiles/help/Approve-AzNetAppFilesReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Approve-AzNetAppFilesReplication.md @@ -16,19 +16,19 @@ Approve/Authorize replication connection on the source volume ``` Approve-AzNetAppFilesReplication -ResourceGroupName -AccountName -PoolName -Name -DataProtectionVolumeId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Approve-AzNetAppFilesReplication -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Approve-AzNetAppFilesReplication -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -155,21 +155,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication source volume diff --git a/src/NetAppFiles/NetAppFiles/help/Clear-AzNetAppFilesRansomwareReportSuspect.md b/src/NetAppFiles/NetAppFiles/help/Clear-AzNetAppFilesRansomwareReportSuspect.md index 641601534e5e..a719d8d84ccf 100644 --- a/src/NetAppFiles/NetAppFiles/help/Clear-AzNetAppFilesRansomwareReportSuspect.md +++ b/src/NetAppFiles/NetAppFiles/help/Clear-AzNetAppFilesRansomwareReportSuspect.md @@ -16,7 +16,7 @@ Clears suspects for an Azure NetApp Files (ANF) Advanced Ransomware Protection ( ``` Clear-AzNetAppFilesRansomwareReportSuspect -ResourceGroupName -AccountName -PoolName -VolumeName -Name -Resolution -Extension [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,13 +24,13 @@ Clear-AzNetAppFilesRansomwareReportSuspect -ResourceGroupName -AccountN ``` Clear-AzNetAppFilesRansomwareReportSuspect -Name -Resolution -Extension -VolumeObject [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Clear-AzNetAppFilesRansomwareReportSuspect -Resolution -Extension -ResourceId - [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -157,21 +157,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -Determines how the cmdlet responds to progress updates. - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Resolution The resolution for the suspects. Possible values include: 'PotentialThreat', 'FalsePositive' diff --git a/src/NetAppFiles/NetAppFiles/help/Convert-AzNetAppFilesAccountToCmk.md b/src/NetAppFiles/NetAppFiles/help/Convert-AzNetAppFilesAccountToCmk.md index 248d3bf519e0..759a457187cb 100644 --- a/src/NetAppFiles/NetAppFiles/help/Convert-AzNetAppFilesAccountToCmk.md +++ b/src/NetAppFiles/NetAppFiles/help/Convert-AzNetAppFilesAccountToCmk.md @@ -16,7 +16,7 @@ Transition volumes encryption from PMK to CMK. ``` Convert-AzNetAppFilesAccountToCmk -ResourceGroupName [-Location ] -Name [-VirtualNetworkId ] [-PrivateEndpointId ] [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,14 +24,14 @@ Convert-AzNetAppFilesAccountToCmk -ResourceGroupName [-Location [-Location ] -Name -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Convert-AzNetAppFilesAccountToCmk -ResourceGroupName [-Location ] -Name -InputObject [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -140,21 +140,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccount.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccount.md index 56add39684d7..54d994b3b2f6 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccount.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccount.md @@ -15,13 +15,13 @@ Gets details of an Azure NetApp Files (ANF) account. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesAccount [-ResourceGroupName ] [-Name ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesAccount -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -77,21 +77,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccountKeyVaultStatus.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccountKeyVaultStatus.md index 0c76dd1d5a97..5bec0e5c474f 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccountKeyVaultStatus.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccountKeyVaultStatus.md @@ -15,14 +15,14 @@ Get information about how volumes under NetApp account are encrypted ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesAccountKeyVaultStatus -ResourceGroupName -Name - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesAccountKeyVaultStatus -ResourceGroupName -Name -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -30,7 +30,7 @@ Get-AzNetAppFilesAccountKeyVaultStatus -ResourceGroupName -Name -Name -InputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -92,21 +92,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesActiveDirectory.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesActiveDirectory.md index 5a25bea219e9..a9002a426254 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesActiveDirectory.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesActiveDirectory.md @@ -15,14 +15,14 @@ Gets details of an Azure NetApp Files (ANF) Active Directory configuration. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesActiveDirectory -ResourceGroupName -AccountName - [-ActiveDirectoryId ] [-DefaultProfile ] [-ProgressAction ] + [-ActiveDirectoryId ] [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesActiveDirectory [-ActiveDirectoryId ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -99,21 +99,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackup.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackup.md index 0e7f9fc1dec5..ade54295b56a 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackup.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackup.md @@ -16,25 +16,25 @@ Gets details of an Azure NetApp Files (ANF) Backup. ``` Get-AzNetAppFilesBackup -ResourceGroupName -AccountName [-BackupVaultName ] [-Name ] [-Filter ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByAccountBackupFieldsParameterSet ``` Get-AzNetAppFilesBackup -ResourceGroupName -AccountName - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesBackup [-Name ] -BackupVaultObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesBackup -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -149,21 +149,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackupPolicy.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackupPolicy.md index 304cbd052e07..d514dfb5d33d 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackupPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackupPolicy.md @@ -15,19 +15,19 @@ Gets details of an Azure NetApp Files (ANF) Backup Policy. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesBackupPolicy -ResourceGroupName -AccountName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesBackupPolicy [-Name ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesBackupPolicy -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -104,21 +104,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackupVault.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackupVault.md index db695c0f56eb..83cf68f9995e 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackupVault.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackupVault.md @@ -15,19 +15,19 @@ Gets details of an Azure NetApp Files (ANF) BackupVault. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesBackupVault -ResourceGroupName -AccountName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesBackupVault [-Name ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesBackupVault -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -104,21 +104,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesFilePathAvailability.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesFilePathAvailability.md index e3479724bb47..7b0fc6a987ff 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesFilePathAvailability.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesFilePathAvailability.md @@ -14,7 +14,7 @@ Check file path availability ``` Get-AzNetAppFilesFilePathAvailability -Location -SubnetId -Name [-Zone ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -76,21 +76,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SubnetId The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesNameAvailability.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesNameAvailability.md index 07d7cc97295f..6c6619d9b398 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesNameAvailability.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesNameAvailability.md @@ -14,7 +14,7 @@ Check resource name availability ``` Get-AzNetAppFilesNameAvailability -ResourceGroupName -Location -Type -Name - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -76,21 +76,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF resource diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesNetworkSiblingSet.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesNetworkSiblingSet.md index a684d19d0f7c..0f5bdba69f6b 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesNetworkSiblingSet.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesNetworkSiblingSet.md @@ -14,7 +14,7 @@ Get details of a network sibling set ``` Get-AzNetAppFilesNetworkSiblingSet -Location -SubnetId -NetworkSiblingSetId - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -77,21 +77,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SubnetId The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesPool.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesPool.md index 34c0120be2a2..2c312e77f024 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesPool.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesPool.md @@ -15,19 +15,19 @@ Gets details of an Azure NetApp Files (ANF) pool. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesPool -ResourceGroupName -AccountName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesPool [-Name ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesPool -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -119,21 +119,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF pool diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesQuotaAvailability.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesQuotaAvailability.md index f6f18da65522..d8b10734cd2f 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesQuotaAvailability.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesQuotaAvailability.md @@ -14,7 +14,7 @@ Check quota availability ``` Get-AzNetAppFilesQuotaAvailability -ResourceGroupName -Location -Type -Name - [-Zone ] [-DefaultProfile ] [-ProgressAction ] + [-Zone ] [-DefaultProfile ] [] ``` @@ -77,21 +77,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF resource diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesQuotaLimit.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesQuotaLimit.md index 6baf10a90761..db3c69465171 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesQuotaLimit.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesQuotaLimit.md @@ -14,7 +14,7 @@ Get quota limits ``` Get-AzNetAppFilesQuotaLimit -Location [-Name ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -82,21 +82,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesRansomwareReport.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesRansomwareReport.md index b91fe49c16e7..53e4f90a06be 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesRansomwareReport.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesRansomwareReport.md @@ -16,19 +16,19 @@ Gets details of an Azure NetApp Files (ANF) Advanced Ransomware Protection (ARP) ``` Get-AzNetAppFilesRansomwareReport -ResourceGroupName -AccountName -PoolName -VolumeName [-Name ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesRansomwareReport [-Name ] -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesRansomwareReport -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -132,21 +132,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -Determines how the cmdlet responds to progress updates. - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesRegionInfo.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesRegionInfo.md index 9a601d0e87f5..33bfd4d15870 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesRegionInfo.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesRegionInfo.md @@ -14,7 +14,7 @@ Describes region specific information ``` Get-AzNetAppFilesRegionInfo -Location [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -61,21 +61,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesReplicationStatus.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesReplicationStatus.md index 573d31cb2e97..335b75393f7a 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesReplicationStatus.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesReplicationStatus.md @@ -15,20 +15,20 @@ Get the status of the replication ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesReplicationStatus -ResourceGroupName -AccountName -PoolName - -Name [-DefaultProfile ] [-ProgressAction ] + -Name [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesReplicationStatus -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByObjectParameterSet ``` Get-AzNetAppFilesReplicationStatus -InputObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -128,21 +128,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication destination volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshot.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshot.md index 1856ac8b1c38..f98a0cd3d238 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshot.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshot.md @@ -16,19 +16,19 @@ Gets details of an Azure NetApp Files (ANF) snapshot. ``` Get-AzNetAppFilesSnapshot -ResourceGroupName -AccountName -PoolName -VolumeName [-Name ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesSnapshot [-Name ] -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesSnapshot -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -118,21 +118,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshotPolicy.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshotPolicy.md index 3f092722741e..325ff6a67adb 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshotPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshotPolicy.md @@ -15,21 +15,21 @@ Gets details of an Azure NetApp Files (ANF) snapshot policy. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesSnapshotPolicy -ResourceGroupName -AccountName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesSnapshotPolicy [-Name ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesSnapshotPolicy -ResourceId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -106,21 +106,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshotPolicyVolumeList.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshotPolicyVolumeList.md index f2333ab6b763..d96aaf049fae 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshotPolicyVolumeList.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshotPolicyVolumeList.md @@ -15,21 +15,21 @@ Get Volumes for Azure NetApp Files (ANF) Snapshot Policy ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesSnapshotPolicyVolumeList -ResourceGroupName -AccountName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesSnapshotPolicyVolumeList -Name -SnaphotPolicyObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesSnapshotPolicyVolumeList -ResourceId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -103,21 +103,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolume.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolume.md index 29a7738e14a2..3b68ef67454c 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolume.md @@ -16,19 +16,19 @@ Gets details of an Azure NetApp Files (ANF) subvolume. ``` Get-AzNetAppFilesSubvolume -ResourceGroupName -AccountName -PoolName [-VolumeName ] [-Name ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesSubvolume [-Name ] -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesSubvolume [-Name ] -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -117,21 +117,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF Subvolume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolumeMetadata.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolumeMetadata.md index 4cb1968caad2..0ad9b33c1c97 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolumeMetadata.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolumeMetadata.md @@ -16,19 +16,19 @@ Gets metadata details of an Azure NetApp Files (ANF) subvolume. ``` Get-AzNetAppFilesSubvolumeMetadata -ResourceGroupName -AccountName -PoolName [-VolumeName ] -Name [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesSubvolumeMetadata -Name -ResourceId - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesSubvolumeMetadata -Name -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -122,21 +122,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF Subvolume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesUsage.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesUsage.md index f2ed50c01394..26409a75e899 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesUsage.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesUsage.md @@ -14,7 +14,7 @@ Get usages ``` Get-AzNetAppFilesUsage -Location [-UsageType ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -68,21 +68,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -UsageType The type of usage diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolume.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolume.md index 8529b4af91e8..c62b0a35e15a 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolume.md @@ -15,19 +15,19 @@ Gets details of an Azure NetApp Files (ANF) volume. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesVolume -ResourceGroupName -AccountName -PoolName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolume [-Name ] -PoolObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolume -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -134,21 +134,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeBackupStatus.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeBackupStatus.md index 222224ba2ba1..7f8b5cbde6aa 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeBackupStatus.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeBackupStatus.md @@ -15,26 +15,26 @@ Get volume's backup status ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesVolumeBackupStatus -ResourceGroupName -AccountName -PoolName - -Name [-DefaultProfile ] [-ProgressAction ] + -Name [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolumeBackupStatus -Name -PoolObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolumeBackupStatus -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByObjectParameterSet ``` Get-AzNetAppFilesVolumeBackupStatus -InputObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -141,21 +141,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroup.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroup.md index b89bc1a8b4fd..5dbbb25e64e9 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroup.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroup.md @@ -15,19 +15,19 @@ Gets details of an Azure NetApp Files (ANF) VolumeGroup. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesVolumeGroup -ResourceGroupName -AccountName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolumeGroup [-Name ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolumeGroup [-Name ] -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -104,21 +104,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF VolumeGroup diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroupIdListForLDAPUser.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroupIdListForLDAPUser.md index 2caba48492d9..edab96caf00d 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroupIdListForLDAPUser.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroupIdListForLDAPUser.md @@ -16,25 +16,25 @@ Get Group Id List for LDAP User ``` Get-AzNetAppFilesVolumeGroupIdListForLDAPUser -ResourceGroupName -AccountName -PoolName -Name -Username [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolumeGroupIdListForLDAPUser -Name -PoolObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolumeGroupIdListForLDAPUser -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByObjectParameterSet ``` Get-AzNetAppFilesVolumeGroupIdListForLDAPUser -InputObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -141,21 +141,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeQuotaReport.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeQuotaReport.md index b7ab5f7a6b1a..4669aa0ab183 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeQuotaReport.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeQuotaReport.md @@ -16,28 +16,28 @@ Gets a quota report for an Azure NetApp Files (ANF) volume. ``` Get-AzNetAppFilesVolumeQuotaReport -ResourceGroupName -AccountName -PoolName -Name [-QuotaType ] [-QuotaTarget ] [-UsageThresholdPercentage ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolumeQuotaReport -Name [-QuotaType ] [-QuotaTarget ] [-UsageThresholdPercentage ] -PoolObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolumeQuotaReport [-QuotaType ] [-QuotaTarget ] [-UsageThresholdPercentage ] -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByObjectParameterSet ``` Get-AzNetAppFilesVolumeQuotaReport [-QuotaType ] [-QuotaTarget ] [-UsageThresholdPercentage ] -InputObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -158,21 +158,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -Determines how the cmdlet responds to progress updates. - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -QuotaTarget UserID/GroupID/SID based on the quota target type. If provided, QuotaType must also be specified. diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeQuotaRule.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeQuotaRule.md index 06a5aaf7a8c8..b1cd80e13d65 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeQuotaRule.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeQuotaRule.md @@ -16,19 +16,19 @@ Gets details of an Azure NetApp Files (ANF) Volume Quota Rule. ``` Get-AzNetAppFilesVolumeQuotaRule -ResourceGroupName -AccountName -PoolName [-VolumeName ] [-Name ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolumeQuotaRule [-Name ] -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolumeQuotaRule -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -105,21 +105,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF VolumeQuotaRule diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeReplication.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeReplication.md index ccce49b8cb48..bca396af8493 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeReplication.md @@ -16,19 +16,19 @@ Get volume's replication ``` Get-AzNetAppFilesVolumeReplication -ResourceGroupName -AccountName -PoolName -Name [-ExcludeFilter ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolumeReplication -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolumeReplication -PoolObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -135,21 +135,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeRestoreStatus.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeRestoreStatus.md index b237aff4cbf6..c0e5069301b4 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeRestoreStatus.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeRestoreStatus.md @@ -15,26 +15,26 @@ Get volume's restore status ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesVolumeRestoreStatus -ResourceGroupName -AccountName -PoolName - -Name [-DefaultProfile ] [-ProgressAction ] + -Name [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolumeRestoreStatus -Name -PoolObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolumeRestoreStatus -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByObjectParameterSet ``` Get-AzNetAppFilesVolumeRestoreStatus -InputObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -141,21 +141,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Initialize-AzNetAppFilesReplication.md b/src/NetAppFiles/NetAppFiles/help/Initialize-AzNetAppFilesReplication.md index 798e27705d3d..c9684d72bcf1 100644 --- a/src/NetAppFiles/NetAppFiles/help/Initialize-AzNetAppFilesReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Initialize-AzNetAppFilesReplication.md @@ -15,20 +15,20 @@ Re-Initializes the replication connection on the destination volume ### ByFieldsParameterSet (Default) ``` Initialize-AzNetAppFilesReplication -ResourceGroupName -AccountName -PoolName - -Name [-PassThru] [-DefaultProfile ] [-ProgressAction ] + -Name [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Initialize-AzNetAppFilesReplication -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Initialize-AzNetAppFilesReplication -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -136,21 +136,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication destination volume diff --git a/src/NetAppFiles/NetAppFiles/help/Invoke-AzNetAppFilesAccountChangeKeyVault.md b/src/NetAppFiles/NetAppFiles/help/Invoke-AzNetAppFilesAccountChangeKeyVault.md index cebe8df8172d..10303f377e7b 100644 --- a/src/NetAppFiles/NetAppFiles/help/Invoke-AzNetAppFilesAccountChangeKeyVault.md +++ b/src/NetAppFiles/NetAppFiles/help/Invoke-AzNetAppFilesAccountChangeKeyVault.md @@ -17,7 +17,7 @@ Change Key Vault/Managed HSM that is used for encryption of volumes under NetApp Invoke-AzNetAppFilesAccountChangeKeyVault -ResourceGroupName [-Location ] -Name [-KeyVaultUri ] [-KeyVaultKeyName ] [-KeyVaultResourceId ] [-KeyVaultPrivateEndpoint ] - [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -25,14 +25,14 @@ Invoke-AzNetAppFilesAccountChangeKeyVault -ResourceGroupName [-Location ``` Invoke-AzNetAppFilesAccountChangeKeyVault -ResourceGroupName [-Location ] -Name -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Invoke-AzNetAppFilesAccountChangeKeyVault -ResourceGroupName [-Location ] -Name -InputObject [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -193,21 +193,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesAccount.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesAccount.md index 914fac7c1742..53fb52248ec9 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesAccount.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesAccount.md @@ -18,7 +18,7 @@ New-AzNetAppFilesAccount -ResourceGroupName -Location -Name ] [-KeyVaultKeyName ] [-KeyVaultResourceId ] [-KeyVaultUri ] [-IdentityType ] [-UserAssignedIdentity ] [-FederatedClientId ] [-NfsV4IdDomain ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -225,21 +225,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesActiveDirectory.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesActiveDirectory.md index 98858be34cc4..aade0fe1a6ea 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesActiveDirectory.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesActiveDirectory.md @@ -20,7 +20,7 @@ New-AzNetAppFilesActiveDirectory -ResourceGroupName -AccountName ] [-AdName ] [-SecurityOperator ] [-AesEncryption] [-LdapSigning] [-LdapOverTLS] [-AllowLocalNfsUsersWithLdap] [-Administrator ] [-EncryptDCConnection] [-LdapSearchScope ] [-PreferredServersForLdapClient ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ New-AzNetAppFilesActiveDirectory [-Dns ] -Domain [-Site ] [-AesEncryption] [-LdapSigning] [-LdapOverTLS] [-AllowLocalNfsUsersWithLdap] [-Administrator ] [-EncryptDCConnection] [-LdapSearchScope ] [-PreferredServersForLdapClient ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -324,21 +324,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackup.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackup.md index 8e57776f258e..08b323b7a99f 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackup.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackup.md @@ -16,7 +16,7 @@ Creates a new Azure NetApp Files (ANF) backup. ``` New-AzNetAppFilesBackup -ResourceGroupName -AccountName -BackupVaultName -Name -VolumeResourceId [-Label ] [-UseExistingSnapshot] [-SnapshotName ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ New-AzNetAppFilesBackup -ResourceGroupName -AccountName -Backu ``` New-AzNetAppFilesBackup -Name -VolumeResourceId [-Label ] [-UseExistingSnapshot] [-SnapshotName ] -BackupVaultObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -133,21 +133,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackupPolicy.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackupPolicy.md index 6742bfa94433..e3d4a5ff3027 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackupPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackupPolicy.md @@ -17,7 +17,7 @@ Creates a new Azure NetApp Files (ANF) backup policy for an ANF account. New-AzNetAppFilesBackupPolicy -ResourceGroupName -Location -AccountName -Name [-Enabled] [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet @@ -25,7 +25,7 @@ New-AzNetAppFilesBackupPolicy -ResourceGroupName -Location -Ac New-AzNetAppFilesBackupPolicy -Name [-Enabled] [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] -AccountObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -162,21 +162,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackupVault.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackupVault.md index 46d0fece84ff..30c1ca2cb5d3 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackupVault.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackupVault.md @@ -16,13 +16,13 @@ Creates a new Azure NetApp Files (ANF) BackupVault. ``` New-AzNetAppFilesBackupVault -ResourceGroupName -Location -AccountName -Name [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` New-AzNetAppFilesBackupVault -Name [-Tag ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -115,21 +115,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyObject.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyObject.md index 46c2f583afec..873c085c4416 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyObject.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyObject.md @@ -14,7 +14,7 @@ Creates export policy object. ``` New-AzNetAppFilesExportPolicyObject -Rule - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -51,21 +51,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Rule List of items which need to be included into endpoint scope. diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyRuleObject.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyRuleObject.md index 038005bc5f8d..4f55b7dbb06a 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyRuleObject.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyRuleObject.md @@ -16,7 +16,7 @@ Creates export policy rule object. New-AzNetAppFilesExportPolicyRuleObject -RuleIndex [-UnixReadOnly] [-UnixReadWrite] [-Kerberos5ReadOnly] [-Kerberos5ReadWrite] [-Kerberos5iReadOnly] [-Kerberos5iReadWrite] [-Kerberos5p] [-Kerberos5pReadWrite] [-Cifs] [-Nfsv3] [-Nfsv41] [-AllowedClient ] [-HasRootAccess] - [-ChownMode ] [-DefaultProfile ] [-ProgressAction ] + [-ChownMode ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -234,21 +234,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -RuleIndex Order index. diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesPool.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesPool.md index fee13c7c8f67..fdf5415fde3b 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesPool.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesPool.md @@ -17,7 +17,7 @@ Creates a new Azure NetApp Files (ANF) pool. New-AzNetAppFilesPool -ResourceGroupName -Location -AccountName -Name -PoolSize -ServiceLevel [-QosType ] [-CoolAccess] [-EncryptionType ] [-CustomThroughput ] [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet @@ -25,7 +25,7 @@ New-AzNetAppFilesPool -ResourceGroupName -Location -AccountNam New-AzNetAppFilesPool -Name -PoolSize -ServiceLevel [-QosType ] [-CoolAccess] [-EncryptionType ] [-CustomThroughput ] [-Tag ] -AccountObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -192,21 +192,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -QosType The qos type of the pool. Possible values include: 'Auto', 'Manual' diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshot.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshot.md index f201a50694ad..225292c4406c 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshot.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshot.md @@ -16,14 +16,14 @@ Creates a new Azure NetApp Files (ANF) snapshot. ``` New-AzNetAppFilesSnapshot -ResourceGroupName -Location -AccountName -PoolName -VolumeName -Name [-FileSystemId ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` New-AzNetAppFilesSnapshot -Name [-Tag ] -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -143,21 +143,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshotPolicy.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshotPolicy.md index 79078152acd1..2c7274320973 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshotPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshotPolicy.md @@ -18,7 +18,7 @@ New-AzNetAppFilesSnapshotPolicy -ResourceGroupName -Location - -Name [-Enabled] -HourlySchedule -DailySchedule -WeeklySchedule -MonthlySchedule [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet @@ -26,7 +26,7 @@ New-AzNetAppFilesSnapshotPolicy -ResourceGroupName -Location - New-AzNetAppFilesSnapshotPolicy -Name [-Enabled] -HourlySchedule -DailySchedule -WeeklySchedule -MonthlySchedule [-Tag ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -200,21 +200,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSubvolume.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSubvolume.md index d05840d8177c..32fcae383ef1 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSubvolume.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSubvolume.md @@ -16,7 +16,7 @@ Creates a new Azure NetApp Files (ANF) subvolume. ``` New-AzNetAppFilesSubvolume -ResourceGroupName -Location -AccountName -PoolName -VolumeName -Name -Path -Size [-ParentPath ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ New-AzNetAppFilesSubvolume -ResourceGroupName -Location -Accou ``` New-AzNetAppFilesSubvolume -Name -Path -Size [-ParentPath ] -VolumeObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -146,21 +146,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolume.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolume.md index 2306320269f8..5a392a030f89 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolume.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolume.md @@ -30,7 +30,7 @@ New-AzNetAppFilesVolume -ResourceGroupName -Location -AccountN [-KeyVaultPrivateEndpointResourceId ] [-DeleteBaseSnapshot] [-SmbAccessBasedEnumeration ] [-SmbNonBrowsable ] [-IsLargeVolume] [-AcceptGrowCapacityPoolForShortTermCloneSplit ] [-DesiredRansomwareProtectionState ] [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet @@ -50,7 +50,7 @@ New-AzNetAppFilesVolume -Name -UsageThreshold -SubnetId ] [-DeleteBaseSnapshot] [-SmbAccessBasedEnumeration ] [-SmbNonBrowsable ] [-IsLargeVolume] [-AcceptGrowCapacityPoolForShortTermCloneSplit ] [-DesiredRansomwareProtectionState ] [-Tag ] -PoolObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -559,21 +559,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ProtocolType A hashtable array which represents the export policy diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeGroup.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeGroup.md index cebea50509e8..78f28bc98674 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeGroup.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeGroup.md @@ -27,7 +27,7 @@ New-AzNetAppFilesVolumeGroup -ResourceGroupName -Location -Acc [-GlobalPlacementRule ] [-EncryptionKeySource ] [-NetworkFeature ] [-KeyVaultPrivateEndpointResourceId ] [-Zone ] [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ORACLE @@ -62,7 +62,7 @@ New-AzNetAppFilesVolumeGroup -PoolName [-Name ] [-GroupDescript [-BackupSize ] [-BackupPerformance ] [-BackupReplicationSourceId ] [-BackupReplicationSchedule ] [-LogMirrorSize ] [-LogMirrorPerformance ] [-LogMirrorReplicationSourceId ] [-LogMirrorReplicationSchedule ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -80,7 +80,7 @@ New-AzNetAppFilesVolumeGroup -PoolName [-Name ] [-GroupDescript [-GlobalPlacementRule ] [-EncryptionKeySource ] [-NetworkFeature ] [-KeyVaultPrivateEndpointResourceId ] [-Zone ] [-Tag ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -1320,21 +1320,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ProximityPlacementGroup Default proximity placement group, for data, log, and if present the shared volume, in all volume groups. Specifies that the data, log, and shared volumes are to be created close to the VMs diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeQuotaRule.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeQuotaRule.md index 7dfba84c9a68..f46c71204b72 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeQuotaRule.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeQuotaRule.md @@ -17,14 +17,14 @@ Creates a new Azure NetApp Files (ANF) Volume Quota Rule. New-AzNetAppFilesVolumeQuotaRule -ResourceGroupName -Location -AccountName -PoolName -VolumeName -Name [-Tag ] -QuotaSize -QuotaType [-QuotaTarget ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` New-AzNetAppFilesVolumeQuotaRule -Name [-Tag ] -QuotaSize -QuotaType [-QuotaTarget ] -VolumeObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -116,21 +116,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -QuotaSize Size of quota in KiBs diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesAccount.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesAccount.md index 8a8ff03577df..cd3f3217bbe0 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesAccount.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesAccount.md @@ -15,20 +15,20 @@ Deletes an Azure NetApp Files (ANF) account. ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesAccount -ResourceGroupName -Name [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesAccount -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesAccount -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -106,21 +106,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesActiveDirectory.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesActiveDirectory.md index 3512abb724ee..d34927dbd515 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesActiveDirectory.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesActiveDirectory.md @@ -16,20 +16,20 @@ Deletes an Azure NetApp Files (ANF) active directory configuration. ``` Remove-AzNetAppFilesActiveDirectory -ResourceGroupName -AccountName -ActiveDirectoryId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesActiveDirectory -ActiveDirectoryId -AccountObject - [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesActiveDirectory -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -137,21 +137,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackup.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackup.md index aab8a1cbf100..f13fb6b2a57f 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackup.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackup.md @@ -15,34 +15,34 @@ Deletes an Azure NetApp Files (ANF) backup. ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesBackup -ResourceGroupName [-AccountName ] -BackupVaultName - -Name [-PassThru] [-DefaultProfile ] [-ProgressAction ] + -Name [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByAccountBackupFieldsParameterSet ``` Remove-AzNetAppFilesBackup -ResourceGroupName -AccountName [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesBackup -Name -BackupVaultObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesBackup -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesBackup -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -177,21 +177,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackupPolicy.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackupPolicy.md index a36c24539316..d1d8daa07b1f 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackupPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackupPolicy.md @@ -15,27 +15,27 @@ Deletes an Azure NetApp Files (ANF) backup policy. ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesBackupPolicy -ResourceGroupName -AccountName -Name [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesBackupPolicy -Name -AccountObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesBackupPolicy -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesBackupPolicy -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -143,21 +143,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackupVault.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackupVault.md index 63f9a7f2e37a..384bb27ff05f 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackupVault.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackupVault.md @@ -15,27 +15,27 @@ Deletes an Azure NetApp Files (ANF) BackupVault. ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesBackupVault -ResourceGroupName -AccountName -Name [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesBackupVault -Name -AccountObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesBackupVault -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesBackupVault -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -143,21 +143,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesPool.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesPool.md index 905ea1e234f4..7de7b2100ebb 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesPool.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesPool.md @@ -15,27 +15,27 @@ Deletes an Azure NetApp Files (ANF) pool. ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesPool -ResourceGroupName -AccountName -Name [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesPool -Name -AccountObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesPool -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesPool -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -143,21 +143,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF pool diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesReplication.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesReplication.md index bec5006feb68..c1a043f3b3a7 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesReplication.md @@ -15,20 +15,20 @@ Remove/Delete the replication connection on the destination volume, and send rel ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesReplication -ResourceGroupName -AccountName -PoolName - -Name [-PassThru] [-DefaultProfile ] [-ProgressAction ] + -Name [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesReplication -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesReplication -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -136,21 +136,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication destination volume diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshot.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshot.md index 303d3166c578..9831476f1d01 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshot.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshot.md @@ -16,26 +16,26 @@ Deletes an Azure NetApp Files (ANF) snapshot. ``` Remove-AzNetAppFilesSnapshot -ResourceGroupName -AccountName -PoolName -VolumeName -Name [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesSnapshot -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesSnapshot -VolumeObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesSnapshot -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -143,21 +143,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF snapshot diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshotPolicy.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshotPolicy.md index c937adf17f83..ea77a1feeaf4 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshotPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshotPolicy.md @@ -15,27 +15,27 @@ Deletes an Azure NetApp Files (ANF) snapshot policy. ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesSnapshotPolicy -ResourceGroupName -AccountName -Name [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesSnapshotPolicy -Name -AccountObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesSnapshotPolicy -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesSnapshotPolicy -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -143,21 +143,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSubvolume.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSubvolume.md index 2d9ba9fc267f..bc26ccc1144d 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSubvolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSubvolume.md @@ -16,27 +16,27 @@ Deletes an Azure NetApp Files (ANF) subvolume. ``` Remove-AzNetAppFilesSubvolume -ResourceGroupName -AccountName -PoolName [-VolumeName ] [-Name ] [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesSubvolume [-Name ] -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesSubvolume [-Name ] -VolumeObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesSubvolume [-Name ] -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -144,21 +144,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolume.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolume.md index a3833d116d8c..31a728760359 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolume.md @@ -15,28 +15,28 @@ Deletes an Azure NetApp Files (ANF) volume. ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesVolume -ResourceGroupName -AccountName -PoolName -Name - [-ForceDelete] [-PassThru] [-DefaultProfile ] [-ProgressAction ] + [-ForceDelete] [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesVolume -Name [-ForceDelete] -PoolObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesVolume [-ForceDelete] -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesVolume [-ForceDelete] -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -174,21 +174,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeGroup.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeGroup.md index b19f43fcf1d0..38ac80b71455 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeGroup.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeGroup.md @@ -15,28 +15,28 @@ Deletes an Azure NetApp Files (ANF) VolumeGroup. This delete the specified volum ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesVolumeGroup -ResourceGroupName -AccountName [-Name ] [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesVolumeGroup [-Name ] -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesVolumeGroup [-Name ] -AccountObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesVolumeGroup [-Name ] -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -144,21 +144,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF VolumeGroup diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeQuotaRule.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeQuotaRule.md index 29e340e6fc5e..6ee28e5ff140 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeQuotaRule.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeQuotaRule.md @@ -16,27 +16,27 @@ Deletes an Azure NetApp Files (ANF) Volume Quota Rule. ``` Remove-AzNetAppFilesVolumeQuotaRule -ResourceGroupName -AccountName -PoolName [-VolumeName ] [-Name ] [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesVolumeQuotaRule [-Name ] -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesVolumeQuotaRule [-Name ] -VolumeObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesVolumeQuotaRule [-Name ] -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -144,21 +144,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF VolumeQuotaRule diff --git a/src/NetAppFiles/NetAppFiles/help/Reset-AzNetAppFilesVolumeCifsPassword.md b/src/NetAppFiles/NetAppFiles/help/Reset-AzNetAppFilesVolumeCifsPassword.md index fc0b335e4b13..a67e0c5c40aa 100644 --- a/src/NetAppFiles/NetAppFiles/help/Reset-AzNetAppFilesVolumeCifsPassword.md +++ b/src/NetAppFiles/NetAppFiles/help/Reset-AzNetAppFilesVolumeCifsPassword.md @@ -15,28 +15,28 @@ Reset the Cifs password for the volume ### ByFieldsParameterSet (Default) ``` Reset-AzNetAppFilesVolumeCifsPassword -ResourceGroupName -AccountName -PoolName - -Name [-PassThru] [-DefaultProfile ] [-ProgressAction ] + -Name [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Reset-AzNetAppFilesVolumeCifsPassword -Name -PoolObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Reset-AzNetAppFilesVolumeCifsPassword -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Reset-AzNetAppFilesVolumeCifsPassword -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -159,21 +159,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesBackupFile.md b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesBackupFile.md index fd981dbe289f..fe956af5b7a2 100644 --- a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesBackupFile.md +++ b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesBackupFile.md @@ -16,7 +16,7 @@ Create a new Backup Restore Files request ``` Restore-AzNetAppFilesBackupFile -ResourceGroupName -AccountName -Name -BackupVaultName -FileList [-RestoreFilePath ] -DestinationVolumeId - [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Restore-AzNetAppFilesBackupFile -ResourceGroupName -AccountName -FileList [-RestoreFilePath ] -DestinationVolumeId -BackupVaultObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -32,14 +32,14 @@ Restore-AzNetAppFilesBackupFile -Name -FileList [-RestoreFil ``` Restore-AzNetAppFilesBackupFile -FileList [-RestoreFilePath ] -DestinationVolumeId -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Restore-AzNetAppFilesBackupFile -FileList [-RestoreFilePath ] -DestinationVolumeId -InputObject [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -193,21 +193,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesReplication.md b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesReplication.md index 8aeaedd9ca16..99af8d385e8e 100644 --- a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesReplication.md @@ -16,20 +16,20 @@ Restore (Re-establish) the specified replication for the volume ``` Restore-AzNetAppFilesReplication -ResourceGroupName -AccountName -PoolName -Name -SourceVolumeId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Restore-AzNetAppFilesReplication -SourceVolumeId -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Restore-AzNetAppFilesReplication -SourceVolumeId -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -137,21 +137,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication destination volume diff --git a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesSnapshotFile.md b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesSnapshotFile.md index 43c18cae49ef..81568e336a1c 100644 --- a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesSnapshotFile.md +++ b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesSnapshotFile.md @@ -16,7 +16,7 @@ Restore the specified files from the specified snapshot to the active filesystem ``` Restore-AzNetAppFilesSnapshotFile -ResourceGroupName -AccountName -PoolName -VolumeName [-Name ] -FilePath [-DestinationPath ] [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,14 +24,14 @@ Restore-AzNetAppFilesSnapshotFile -ResourceGroupName -AccountName ] -FilePath [-DestinationPath ] -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Restore-AzNetAppFilesSnapshotFile [-Name ] -FilePath [-DestinationPath ] -VolumeObject [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -153,21 +153,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesVolume.md b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesVolume.md index bebece5a9820..150301a01dee 100644 --- a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesVolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesVolume.md @@ -16,26 +16,26 @@ Restore/Revert a volume to one of its snapshots ``` Restore-AzNetAppFilesVolume -ResourceGroupName -AccountName -PoolName -Name [-SnapshotId ] [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Restore-AzNetAppFilesVolume -Name -PoolObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Restore-AzNetAppFilesVolume -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Restore-AzNetAppFilesVolume -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -158,21 +158,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Resume-AzNetAppFilesReplication.md b/src/NetAppFiles/NetAppFiles/help/Resume-AzNetAppFilesReplication.md index 061c14b6b9ee..213f60584264 100644 --- a/src/NetAppFiles/NetAppFiles/help/Resume-AzNetAppFilesReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Resume-AzNetAppFilesReplication.md @@ -15,20 +15,20 @@ Resume/Resync the connection on the destination volume. If the operation is ran ### ByFieldsParameterSet (Default) ``` Resume-AzNetAppFilesReplication -ResourceGroupName -AccountName -PoolName - -Name [-PassThru] [-DefaultProfile ] [-ProgressAction ] + -Name [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Resume-AzNetAppFilesReplication -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Resume-AzNetAppFilesReplication -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -136,21 +136,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication destination volume diff --git a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesAccount.md b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesAccount.md index 99dfe7cec459..6b3d02698495 100644 --- a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesAccount.md +++ b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesAccount.md @@ -16,20 +16,20 @@ Updates an Azure NetApp Files (ANF) account with the new data set. Useful for de ``` Set-AzNetAppFilesAccount -ResourceGroupName -Location -Name [-NfsV4IdDomain ] [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### SetByResourceActiveDirectory ``` Set-AzNetAppFilesAccount -Location -Name [-ActiveDirectory ] - [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Set-AzNetAppFilesAccount -Location -Name [-Tag ] -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -133,21 +133,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesBackupPolicy.md b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesBackupPolicy.md index ba978253812e..e3800b55148f 100644 --- a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesBackupPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesBackupPolicy.md @@ -17,7 +17,7 @@ Updates an Azure NetApp Files (ANF) Backup Policy with the new data set. Set-AzNetAppFilesBackupPolicy -ResourceGroupName -Location -AccountName -Name [-Enabled] [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet @@ -25,14 +25,14 @@ Set-AzNetAppFilesBackupPolicy -ResourceGroupName -Location -Ac Set-AzNetAppFilesBackupPolicy -Name [-Enabled] [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] -AccountObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Set-AzNetAppFilesBackupPolicy -Name [-Enabled] [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -170,21 +170,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesBackupVault.md b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesBackupVault.md index 4e72e1c87a4e..7752a4797752 100644 --- a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesBackupVault.md +++ b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesBackupVault.md @@ -15,14 +15,14 @@ Updates an Azure NetApp Files (ANF) BackupVault with the new data set. ### ByFieldsParameterSet (Default) ``` Set-AzNetAppFilesBackupVault -ResourceGroupName -AccountName -Name - [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Set-AzNetAppFilesBackupVault -Name [-Tag ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -100,21 +100,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesPool.md b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesPool.md index 83b3b7e907a3..9415118bd22e 100644 --- a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesPool.md +++ b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesPool.md @@ -16,7 +16,7 @@ Updates an Azure NetApp Files (ANF) Capacity Pool with the new data set. ``` Set-AzNetAppFilesPool -ResourceGroupName -Location -AccountName -Name -PoolSize -ServiceLevel [-QosType ] [-CoolAccess] [-Tag ] - [-CustomThroughput ] [-DefaultProfile ] [-ProgressAction ] + [-CustomThroughput ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Set-AzNetAppFilesPool -ResourceGroupName -Location -AccountNam ``` Set-AzNetAppFilesPool -Name -PoolSize -ServiceLevel [-QosType ] [-CoolAccess] [-Tag ] [-CustomThroughput ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ Set-AzNetAppFilesPool -Name -PoolSize -ServiceLevel [- ``` Set-AzNetAppFilesPool -Name -PoolSize -ServiceLevel [-QosType ] [-CoolAccess] [-Tag ] [-CustomThroughput ] -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -170,21 +170,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -QosType The qos type of the pool. Possible values include: 'Auto', 'Manual' diff --git a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesSnapshotPolicy.md b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesSnapshotPolicy.md index 59e47b5b706d..a5ac75c59b3a 100644 --- a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesSnapshotPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesSnapshotPolicy.md @@ -18,7 +18,7 @@ Set-AzNetAppFilesSnapshotPolicy -ResourceGroupName -Location - -Name [-Enabled] -HourlySchedule -DailySchedule -WeeklySchedule -MonthlySchedule [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet @@ -26,7 +26,7 @@ Set-AzNetAppFilesSnapshotPolicy -ResourceGroupName -Location - Set-AzNetAppFilesSnapshotPolicy -Name [-Enabled] -HourlySchedule -DailySchedule -WeeklySchedule -MonthlySchedule [-Tag ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -35,7 +35,7 @@ Set-AzNetAppFilesSnapshotPolicy -Name [-Enabled] -HourlySchedule [-Enabled] -HourlySchedule -DailySchedule -WeeklySchedule -MonthlySchedule [-Tag ] -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -209,21 +209,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesVolumePool.md b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesVolumePool.md index 5564d29744eb..1d5b6c260292 100644 --- a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesVolumePool.md +++ b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesVolumePool.md @@ -15,27 +15,27 @@ Change pool for an Azure NetApp Files (ANF) volume. ### ByFieldsParameterSet (Default) ``` Set-AzNetAppFilesVolumePool -ResourceGroupName -AccountName -PoolName -Name - [-NewPoolResourceId ] [-DefaultProfile ] [-ProgressAction ] + [-NewPoolResourceId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Set-AzNetAppFilesVolumePool -Name -PoolObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Set-AzNetAppFilesVolumePool -ResourceId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Set-AzNetAppFilesVolumePool -InputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -158,21 +158,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Split-AzNetAppFilesCloneFromParent.md b/src/NetAppFiles/NetAppFiles/help/Split-AzNetAppFilesCloneFromParent.md index 9cfd6b462577..acdaa982c209 100644 --- a/src/NetAppFiles/NetAppFiles/help/Split-AzNetAppFilesCloneFromParent.md +++ b/src/NetAppFiles/NetAppFiles/help/Split-AzNetAppFilesCloneFromParent.md @@ -15,27 +15,27 @@ Split clone from parent volume ### ByFieldsParameterSet (Default) ``` Split-AzNetAppFilesCloneFromParent -ResourceGroupName -AccountName -PoolName - -Name [-Force] [-DefaultProfile ] [-ProgressAction ] + -Name [-Force] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Split-AzNetAppFilesCloneFromParent -Name -PoolObject [-Force] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Split-AzNetAppFilesCloneFromParent -ResourceId [-Force] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Split-AzNetAppFilesCloneFromParent -InputObject [-Force] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -158,21 +158,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesAuthorizeExternalReplication.md b/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesAuthorizeExternalReplication.md index 4fe22a036294..e506264044e4 100644 --- a/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesAuthorizeExternalReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesAuthorizeExternalReplication.md @@ -16,20 +16,20 @@ Start migration process ``` Start-AzNetAppFilesAuthorizeExternalReplication -ResourceGroupName -AccountName -PoolName -Name [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Start-AzNetAppFilesAuthorizeExternalReplication -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Start-AzNetAppFilesAuthorizeExternalReplication -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -137,21 +137,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication migration volume diff --git a/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesFinalizeExternalReplication.md b/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesFinalizeExternalReplication.md index 07362665ca8b..2043571d2357 100644 --- a/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesFinalizeExternalReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesFinalizeExternalReplication.md @@ -16,20 +16,20 @@ Finalize migration process ``` Start-AzNetAppFilesFinalizeExternalReplication -ResourceGroupName -AccountName -PoolName -Name [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Start-AzNetAppFilesFinalizeExternalReplication -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Start-AzNetAppFilesFinalizeExternalReplication -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -137,21 +137,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication migration volume diff --git a/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesPeerExternalCluster.md b/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesPeerExternalCluster.md index a7f3d284f487..6a7193c9f23f 100644 --- a/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesPeerExternalCluster.md +++ b/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesPeerExternalCluster.md @@ -16,20 +16,20 @@ Start Cluster peering ``` Start-AzNetAppFilesPeerExternalCluster -ResourceGroupName -AccountName -PoolName -Name -PeerIPAddress [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Start-AzNetAppFilesPeerExternalCluster -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Start-AzNetAppFilesPeerExternalCluster -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -153,21 +153,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication migration volume diff --git a/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesPerformExternalReplication.md b/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesPerformExternalReplication.md index e4cfac321212..5e74bbb3b1bb 100644 --- a/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesPerformExternalReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Start-AzNetAppFilesPerformExternalReplication.md @@ -16,20 +16,20 @@ Perform a replication transfer ``` Start-AzNetAppFilesPerformExternalReplication -ResourceGroupName -AccountName -PoolName -Name [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Start-AzNetAppFilesPerformExternalReplication -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Start-AzNetAppFilesPerformExternalReplication -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -137,21 +137,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication migration volume diff --git a/src/NetAppFiles/NetAppFiles/help/Suspend-AzNetAppFilesReplication.md b/src/NetAppFiles/NetAppFiles/help/Suspend-AzNetAppFilesReplication.md index 1e2162ed4f40..3e3f8d2d3224 100644 --- a/src/NetAppFiles/NetAppFiles/help/Suspend-AzNetAppFilesReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Suspend-AzNetAppFilesReplication.md @@ -16,19 +16,19 @@ Suspend/break the replication connection on the destination volume ``` Suspend-AzNetAppFilesReplication -ResourceGroupName -AccountName -PoolName -Name [-ForceBreak] [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Suspend-AzNetAppFilesReplication -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Suspend-AzNetAppFilesReplication -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -151,21 +151,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication destination volume diff --git a/src/NetAppFiles/NetAppFiles/help/Unlock-AzNetAppFilesVolumeFileLock.md b/src/NetAppFiles/NetAppFiles/help/Unlock-AzNetAppFilesVolumeFileLock.md index 8ca8d5ad8e1f..514ec189167a 100644 --- a/src/NetAppFiles/NetAppFiles/help/Unlock-AzNetAppFilesVolumeFileLock.md +++ b/src/NetAppFiles/NetAppFiles/help/Unlock-AzNetAppFilesVolumeFileLock.md @@ -16,27 +16,27 @@ Break file locks ``` Unlock-AzNetAppFilesVolumeFileLock -ResourceGroupName -AccountName -PoolName -Name [-ClientIp ] [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Unlock-AzNetAppFilesVolumeFileLock -Name [-ClientIp ] -PoolObject - [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Unlock-AzNetAppFilesVolumeFileLock [-ClientIp ] -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Unlock-AzNetAppFilesVolumeFileLock [-ClientIp ] -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -174,21 +174,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccount.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccount.md index dbef3d22a57e..9231b9e4f015 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccount.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccount.md @@ -19,7 +19,7 @@ Update-AzNetAppFilesAccount -ResourceGroupName [-Location ] -Na [-EncryptionKeySource ] [-KeyVaultKeyName ] [-KeyVaultResourceId ] [-KeyVaultUri ] [-IdentityType ] [-UserAssignedIdentity ] [-FederatedClientId ] [-NfsV4IdDomain ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -28,7 +28,7 @@ Update-AzNetAppFilesAccount -ResourceGroupName [-Location ] -Na Update-AzNetAppFilesAccount -ResourceGroupName [-Location ] -Name -ResourceId [-ActiveDirectory ] [-Encryption ] [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet @@ -36,7 +36,7 @@ Update-AzNetAppFilesAccount -ResourceGroupName [-Location ] -Na Update-AzNetAppFilesAccount -ResourceGroupName [-Location ] -Name [-ActiveDirectory ] [-Encryption ] -InputObject [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -259,21 +259,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccountCredential.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccountCredential.md index 022ae57fe69d..06e4b2fbaae9 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccountCredential.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccountCredential.md @@ -15,7 +15,7 @@ Renew identity credentials ### ByFieldsParameterSet (Default) ``` Update-AzNetAppFilesAccountCredential -ResourceGroupName [-Location ] -Name - [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -23,14 +23,14 @@ Update-AzNetAppFilesAccountCredential -ResourceGroupName [-Location [-Location ] -Name -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Update-AzNetAppFilesAccountCredential -ResourceGroupName [-Location ] -Name -InputObject [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -122,21 +122,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesActiveDirectory.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesActiveDirectory.md index 79c0df256a9a..8b852a50eb70 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesActiveDirectory.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesActiveDirectory.md @@ -21,7 +21,7 @@ Update-AzNetAppFilesActiveDirectory -ResourceGroupName -AccountName ] [-AesEncryption] [-LdapSigning] [-LdapOverTLS] [-AllowLocalNfsUsersWithLdap] [-Administrator ] [-EncryptDCConnection] [-LdapSearchScope ] [-PreferredServersForLdapClient ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet @@ -33,7 +33,7 @@ Update-AzNetAppFilesActiveDirectory -ActiveDirectoryId [-Dns [-LdapSigning] [-LdapOverTLS] [-AllowLocalNfsUsersWithLdap] [-Administrator ] [-EncryptDCConnection] [-LdapSearchScope ] [-PreferredServersForLdapClient ] -AccountObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet @@ -44,7 +44,7 @@ Update-AzNetAppFilesActiveDirectory [-Dns ] [-Domain ] [-Site [-SecurityOperator ] [-AesEncryption] [-LdapSigning] [-LdapOverTLS] [-AllowLocalNfsUsersWithLdap] [-Administrator ] [-EncryptDCConnection] [-LdapSearchScope ] [-PreferredServersForLdapClient ] -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -365,21 +365,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackup.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackup.md index 727319156158..f690d129b4db 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackup.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackup.md @@ -16,27 +16,27 @@ Updates an Azure NetApp Files (ANF) backup to the optional modifiers provided. ``` Update-AzNetAppFilesBackup -ResourceGroupName -Location -AccountName -Name -BackupVaultName [-Label ] [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Update-AzNetAppFilesBackup -Name [-Label ] [-Tag ] -BackupVaultObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Update-AzNetAppFilesBackup [-Label ] [-Tag ] -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Update-AzNetAppFilesBackup [-Label ] [-Tag ] -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -174,21 +174,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackupPolicy.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackupPolicy.md index 395977cea455..e47bb6ddf98f 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackupPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackupPolicy.md @@ -16,7 +16,7 @@ Updates an Azure NetApp Files (ANF) backup policy to the optional modifiers prov ``` Update-AzNetAppFilesBackupPolicy -ResourceGroupName -Location -AccountName -Name [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] - [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Update-AzNetAppFilesBackupPolicy -ResourceGroupName -Location ``` Update-AzNetAppFilesBackupPolicy -Name [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ Update-AzNetAppFilesBackupPolicy -Name [-DailyBackupsToKeep ] [- ``` Update-AzNetAppFilesBackupPolicy [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -40,7 +40,7 @@ Update-AzNetAppFilesBackupPolicy [-DailyBackupsToKeep ] [-WeeklyBackupsTo ``` Update-AzNetAppFilesBackupPolicy [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -178,21 +178,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackupVault.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackupVault.md index c8b4cef1fb48..ec60a8830f2b 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackupVault.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackupVault.md @@ -15,28 +15,28 @@ Updates an Azure NetApp Files (ANF) BackupVault according to the optional modifi ### ByFieldsParameterSet (Default) ``` Update-AzNetAppFilesBackupVault -ResourceGroupName -AccountName -Name - [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Update-AzNetAppFilesBackupVault -Name [-Tag ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Update-AzNetAppFilesBackupVault [-Tag ] -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Update-AzNetAppFilesBackupVault [-Tag ] -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -129,21 +129,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesNetworkSiblingSet.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesNetworkSiblingSet.md index f2981f3a0b89..bef92190b466 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesNetworkSiblingSet.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesNetworkSiblingSet.md @@ -15,7 +15,7 @@ Update the network features of a network sibling set ``` Update-AzNetAppFilesNetworkSiblingSet -Location -SubnetId -NetworkSiblingSetId -NetworkSiblingSetStateId -NetworkFeature [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -109,21 +109,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SubnetId The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesPool.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesPool.md index c401d91fc8ca..7915a87a7056 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesPool.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesPool.md @@ -16,7 +16,7 @@ Updates an Azure NetApp Files (ANF) pool according to the optional modifiers pro ``` Update-AzNetAppFilesPool -ResourceGroupName [-Location ] -AccountName -Name [-PoolSize ] [-QosType ] [-CoolAccess] [-CustomThroughput ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Update-AzNetAppFilesPool -ResourceGroupName [-Location ] -Accou ``` Update-AzNetAppFilesPool -Name [-PoolSize ] [-QosType ] [-CoolAccess] [-CustomThroughput ] [-Tag ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -32,14 +32,14 @@ Update-AzNetAppFilesPool -Name [-PoolSize ] [-QosType ] ``` Update-AzNetAppFilesPool [-PoolSize ] [-QosType ] [-CoolAccess] [-CustomThroughput ] [-Tag ] -ResourceId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Update-AzNetAppFilesPool [-PoolSize ] [-QosType ] [-CoolAccess] [-CustomThroughput ] [-Tag ] -InputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -204,21 +204,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -QosType The qos type of the pool. Possible values include: 'Auto', 'Manual' diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSnapshotPolicy.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSnapshotPolicy.md index 98112057ca56..344dfa5cfb43 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSnapshotPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSnapshotPolicy.md @@ -18,7 +18,7 @@ Update-AzNetAppFilesSnapshotPolicy -ResourceGroupName -Location [-Enabled ] [-HourlySchedule ] [-DailySchedule ] [-WeeklySchedule ] [-MonthlySchedule ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -28,7 +28,7 @@ Update-AzNetAppFilesSnapshotPolicy -Name [-Enabled ] [-HourlySchedule ] [-DailySchedule ] [-WeeklySchedule ] [-MonthlySchedule ] [-Tag ] -AccountObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet @@ -36,7 +36,7 @@ Update-AzNetAppFilesSnapshotPolicy -Name [-Enabled ] Update-AzNetAppFilesSnapshotPolicy [-Enabled ] [-HourlySchedule ] [-DailySchedule ] [-WeeklySchedule ] [-MonthlySchedule ] -ResourceId [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -46,7 +46,7 @@ Update-AzNetAppFilesSnapshotPolicy [-Enabled ] [-HourlySchedule ] [-WeeklySchedule ] [-MonthlySchedule ] [-Tag ] -InputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -217,21 +217,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSubvolume.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSubvolume.md index 9d1ac9c43ed4..08d3e4b0867f 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSubvolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSubvolume.md @@ -16,28 +16,28 @@ Updates an Azure NetApp Files (ANF) subvolume according to the optional modifier ``` Update-AzNetAppFilesSubvolume -ResourceGroupName -AccountName -PoolName [-VolumeName ] [-Name ] -Path -Size - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Update-AzNetAppFilesSubvolume [-Name ] -Path -Size -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Update-AzNetAppFilesSubvolume [-Name ] -Path -Size -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Update-AzNetAppFilesSubvolume [-Name ] -Path -Size -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -145,21 +145,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolume.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolume.md index 963d1d2ea898..7034a06d3853 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolume.md @@ -22,7 +22,7 @@ Update-AzNetAppFilesVolume -ResourceGroupName -Location -Accou [-UnixPermission ] [-CoolAccess] [-CoolnessPeriod ] [-CoolAccessRetrievalPolicy ] [-CoolAccessTieringPolicy ] [-SnapshotDirectoryVisible] [-SmbAccessBasedEnumeration ] [-ProtocolType ] [-SmbNonBrowsable ] [-DesiredRansomwareProtectionState ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -36,7 +36,7 @@ Update-AzNetAppFilesVolume -Name [-UsageThreshold ] [-ServiceLev [-CoolAccessTieringPolicy ] [-SnapshotDirectoryVisible] [-SmbAccessBasedEnumeration ] [-ProtocolType ] [-SmbNonBrowsable ] [-DesiredRansomwareProtectionState ] -PoolObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet @@ -48,7 +48,7 @@ Update-AzNetAppFilesVolume [-UsageThreshold ] [-ServiceLevel ] [-UnixPermission ] [-CoolAccess] [-CoolnessPeriod ] [-CoolAccessRetrievalPolicy ] [-CoolAccessTieringPolicy ] [-SnapshotDirectoryVisible] [-SmbAccessBasedEnumeration ] [-ProtocolType ] [-SmbNonBrowsable ] [-DesiredRansomwareProtectionState ] - -ResourceId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + -ResourceId [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -62,7 +62,7 @@ Update-AzNetAppFilesVolume [-UsageThreshold ] [-ServiceLevel ] [-CoolAccessTieringPolicy ] [-SnapshotDirectoryVisible] [-SmbAccessBasedEnumeration ] [-ProtocolType ] [-SmbNonBrowsable ] [-DesiredRansomwareProtectionState ] -InputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -353,21 +353,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ProtocolType A hashtable array which represents the protocol types. You need to create Active Directory connections before creating an SMB/CIFS volume diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolumeQuotaRule.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolumeQuotaRule.md index 3840bb6c510a..e2bbce7479a1 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolumeQuotaRule.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolumeQuotaRule.md @@ -16,7 +16,7 @@ Updates an Azure NetApp Files (ANF) volume quota rule according to the optional ``` Update-AzNetAppFilesVolumeQuotaRule -ResourceGroupName -AccountName -PoolName -VolumeName -Name [-Tag ] [-QuotaSize ] [-QuotaType ] - [-QuotaTarget ] [-DefaultProfile ] [-ProgressAction ] + [-QuotaTarget ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,14 +24,14 @@ Update-AzNetAppFilesVolumeQuotaRule -ResourceGroupName -AccountName [-Tag ] [-QuotaSize ] [-QuotaType ] [-QuotaTarget ] -ResourceId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Update-AzNetAppFilesVolumeQuotaRule -Name [-Tag ] [-QuotaSize ] [-QuotaType ] [-QuotaTarget ] -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -39,7 +39,7 @@ Update-AzNetAppFilesVolumeQuotaRule -Name [-Tag ] [-QuotaSiz ``` Update-AzNetAppFilesVolumeQuotaRule -Name [-Tag ] [-QuotaSize ] [-QuotaType ] [-QuotaTarget ] -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -132,21 +132,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -QuotaSize Size of quota in KiBs diff --git a/src/Network/Network/Az.Network.psd1 b/src/Network/Network/Az.Network.psd1 index c4f48b7dd8ad..80dece2fcfcf 100644 --- a/src/Network/Network/Az.Network.psd1 +++ b/src/Network/Network/Az.Network.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2/24/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '7.25.1' +ModuleVersion = '7.26.0' # 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 = '5.3.3'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll', @@ -813,7 +813,10 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Onboarded ''Microsoft.DataReplication/replicationVaults'' to Private Link Common Cmdlets' + ReleaseNotes = '* Onboarded ''Microsoft.KubernetesConfiguration/privateLinkScopes'' to Private Link Common Cmdlets +* Added EdgeZone (Extended Location) parameter support for Azure Firewall + - Added ''-EdgeZone'' parameter to ''New-AzFirewall'' cmdlet + - When ''-EdgeZone'' is specified, availability zones are not supported for Azure Firewall resources' # Prerelease string of this module # Prerelease = '' diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index d476cd7abdbb..797e93702814 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -19,6 +19,8 @@ ---> ## Upcoming Release + +## Version 7.26.0 * Onboarded `Microsoft.KubernetesConfiguration/privateLinkScopes` to Private Link Common Cmdlets * Added EdgeZone (Extended Location) parameter support for Azure Firewall - Added `-EdgeZone` parameter to `New-AzFirewall` cmdlet diff --git a/src/Network/Network/Properties/AssemblyInfo.cs b/src/Network/Network/Properties/AssemblyInfo.cs index a74014da6f21..0a4b47cd387b 100644 --- a/src/Network/Network/Properties/AssemblyInfo.cs +++ b/src/Network/Network/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")] -[assembly: AssemblyVersion("7.25.1")] -[assembly: AssemblyFileVersion("7.25.1")] +[assembly: AssemblyVersion("7.26.0")] +[assembly: AssemblyFileVersion("7.26.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Network.Test")] #endif diff --git a/src/Quota/Quota/Az.Quota.psd1 b/src/Quota/Quota/Az.Quota.psd1 index 85c40c1e01be..6b2fa7588cf7 100644 --- a/src/Quota/Quota/Az.Quota.psd1 +++ b/src/Quota/Quota/Az.Quota.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2/25/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.3' +ModuleVersion = '0.2.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Quota.Autorest/bin/Az.Quota.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'Quota.Autorest/Az.Quota.format.ps1xml' @@ -110,7 +110,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Quota' + Tags = 'Azure','ResourceManager','ARM','PSModule','Quota' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -122,7 +122,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Upgraded nuget package to signed package.' + ReleaseNotes = '* Removed cmdlet ''Get-AzQuotaGroupQuotaSubscriptionRequest'' + - This cmdlet is no longer supported and has been removed from the module +* API Version Upgrade: Migrated from 2023-02-01 to 2025-09-01 stable' # Prerelease string of this module # Prerelease = '' @@ -135,7 +137,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/Quota/Quota/ChangeLog.md b/src/Quota/Quota/ChangeLog.md index 2ef14d1dc847..6e1820a7aeef 100644 --- a/src/Quota/Quota/ChangeLog.md +++ b/src/Quota/Quota/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.2.0 * Removed cmdlet 'Get-AzQuotaGroupQuotaSubscriptionRequest' - This cmdlet is no longer supported and has been removed from the module * API Version Upgrade: Migrated from 2023-02-01 to 2025-09-01 stable diff --git a/src/Quota/Quota/Properties/AssemblyInfo.cs b/src/Quota/Quota/Properties/AssemblyInfo.cs index c75c13244551..8c4852396fcd 100644 --- a/src/Quota/Quota/Properties/AssemblyInfo.cs +++ b/src/Quota/Quota/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e6836a37-db0b-4cb3-b01c-2398d8c65b8f")] -[assembly: AssemblyVersion("0.1.3")] -[assembly: AssemblyFileVersion("0.1.3")] +[assembly: AssemblyVersion("0.2.0")] +[assembly: AssemblyFileVersion("0.2.0")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.CrossRegionRestore.Management.Sdk/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.CrossRegionRestore.Management.Sdk/Properties/AssemblyInfo.cs index aeb456fdb7c6..a83b736bd982 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.CrossRegionRestore.Management.Sdk/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.CrossRegionRestore.Management.Sdk/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("2330c44a-18bf-46d8-976d-64e1fda5fc16")] -[assembly: AssemblyVersion("7.11.1")] -[assembly: AssemblyFileVersion("7.11.1")] +[assembly: AssemblyVersion("7.11.2")] +[assembly: AssemblyFileVersion("7.11.2")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs index 774ea07d369e..3fc1d3baa250 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("7.11.1")] -[assembly: AssemblyFileVersion("7.11.1")] +[assembly: AssemblyVersion("7.11.2")] +[assembly: AssemblyFileVersion("7.11.2")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs index 774ea07d369e..3fc1d3baa250 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("7.11.1")] -[assembly: AssemblyFileVersion("7.11.1")] +[assembly: AssemblyVersion("7.11.2")] +[assembly: AssemblyFileVersion("7.11.2")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Management.Sdk/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Management.Sdk/Properties/AssemblyInfo.cs index e7bbfc3b91f1..eb7e6b9a1c0f 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Management.Sdk/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Management.Sdk/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("d87b76bd-aa06-49ba-bfd7-f0f4984f65c3")] -[assembly: AssemblyVersion("7.11.1")] -[assembly: AssemblyFileVersion("7.11.1")] +[assembly: AssemblyVersion("7.11.2")] +[assembly: AssemblyFileVersion("7.11.2")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs index 774ea07d369e..3fc1d3baa250 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("7.11.1")] -[assembly: AssemblyFileVersion("7.11.1")] +[assembly: AssemblyVersion("7.11.2")] +[assembly: AssemblyFileVersion("7.11.2")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs index 774ea07d369e..3fc1d3baa250 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("7.11.1")] -[assembly: AssemblyFileVersion("7.11.1")] +[assembly: AssemblyVersion("7.11.2")] +[assembly: AssemblyFileVersion("7.11.2")] diff --git a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs index 774ea07d369e..3fc1d3baa250 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("7.11.1")] -[assembly: AssemblyFileVersion("7.11.1")] +[assembly: AssemblyVersion("7.11.2")] +[assembly: AssemblyFileVersion("7.11.2")] diff --git a/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs index 178fef195893..17b0dd52c550 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("7.11.1")] -[assembly: AssemblyFileVersion("7.11.1")] +[assembly: AssemblyVersion("7.11.2")] +[assembly: AssemblyFileVersion("7.11.2")] diff --git a/src/RecoveryServices/RecoveryServices.Management.Sdk/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Management.Sdk/Properties/AssemblyInfo.cs index 460e4d830d26..c507b9b866b8 100644 --- a/src/RecoveryServices/RecoveryServices.Management.Sdk/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.Management.Sdk/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("f1393c09-b594-43e7-8987-81393db883d0")] -[assembly: AssemblyVersion("7.11.1")] -[assembly: AssemblyFileVersion("7.11.1")] +[assembly: AssemblyVersion("7.11.2")] +[assembly: AssemblyFileVersion("7.11.2")] diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery.Management.Sdk/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery.Management.Sdk/Properties/AssemblyInfo.cs index 8e9d00f94f6a..c373a7eb3c21 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery.Management.Sdk/Properties/AssemblyInfo.cs +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery.Management.Sdk/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("257dfc35-05a3-4134-9a1b-086b73cf3123")] -[assembly: AssemblyVersion("7.11.1")] -[assembly: AssemblyFileVersion("7.11.1")] +[assembly: AssemblyVersion("7.11.2")] +[assembly: AssemblyFileVersion("7.11.2")] diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs index 04520c366a4e..d114067ab9c3 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("7.11.1")] -[assembly: AssemblyFileVersion("7.11.1")] +[assembly: AssemblyVersion("7.11.2")] +[assembly: AssemblyFileVersion("7.11.2")] diff --git a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 index c78b84bff849..f6c812dd64e9 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: 1/27/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '7.11.1' +ModuleVersion = '7.11.2' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -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 = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll', @@ -309,7 +309,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added Cross region restore support for upcoming regions IndiaSouthCentral' + ReleaseNotes = '* Added Cross region restore support for upcoming regions Southeast Asia 3' # Prerelease string of this module # Prerelease = '' diff --git a/src/RecoveryServices/RecoveryServices/ChangeLog.md b/src/RecoveryServices/RecoveryServices/ChangeLog.md index d2c34bac702b..d25a7bb24cc3 100644 --- a/src/RecoveryServices/RecoveryServices/ChangeLog.md +++ b/src/RecoveryServices/RecoveryServices/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 7.11.2 * Added Cross region restore support for upcoming regions Southeast Asia 3 diff --git a/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs index 5c02c30acd27..7be5a0d8b7ec 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("7.11.1")] -[assembly: AssemblyFileVersion("7.11.1")] +[assembly: AssemblyVersion("7.11.2")] +[assembly: AssemblyFileVersion("7.11.2")] diff --git a/src/RedisEnterpriseCache/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1 b/src/RedisEnterpriseCache/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1 index 2be4ea9bd960..0087be74ffdb 100644 --- a/src/RedisEnterpriseCache/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1 +++ b/src/RedisEnterpriseCache/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/29/2025 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.6.0' +ModuleVersion = '1.6.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,17 +51,17 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'RedisEnterpriseCache.Autorest/bin/Az.RedisEnterpriseCache.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = @@ -119,7 +119,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'RedisEnterpriseCache' + Tags = 'Azure','ResourceManager','ARM','PSModule','RedisEnterpriseCache' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -131,8 +131,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added a new required property: PublicNetworkAccess for Cluster. -* Updated the default value of AccessKeysAuthentication property for Database to ''Disabled''.' + ReleaseNotes = '* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229' # Prerelease string of this module # Prerelease = '' @@ -145,7 +144,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/RedisEnterpriseCache/RedisEnterpriseCache/ChangeLog.md b/src/RedisEnterpriseCache/RedisEnterpriseCache/ChangeLog.md index bcab582709a9..ee63f088a44e 100644 --- a/src/RedisEnterpriseCache/RedisEnterpriseCache/ChangeLog.md +++ b/src/RedisEnterpriseCache/RedisEnterpriseCache/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.6.1 * Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 ## Version 1.6.0 diff --git a/src/RedisEnterpriseCache/RedisEnterpriseCache/Properties/AssemblyInfo.cs b/src/RedisEnterpriseCache/RedisEnterpriseCache/Properties/AssemblyInfo.cs index 43594302b9eb..e1de50f7ca7c 100644 --- a/src/RedisEnterpriseCache/RedisEnterpriseCache/Properties/AssemblyInfo.cs +++ b/src/RedisEnterpriseCache/RedisEnterpriseCache/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("9356fada-3431-48d0-8d79-af3f13cb2697")] -[assembly: AssemblyVersion("1.6.0")] -[assembly: AssemblyFileVersion("1.6.0")] +[assembly: AssemblyVersion("1.6.1")] +[assembly: AssemblyFileVersion("1.6.1")] diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Properties/AssemblyInfo.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Properties/AssemblyInfo.cs index 42191a51f77c..6dd81d2198d0 100644 --- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Properties/AssemblyInfo.cs +++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Properties/AssemblyInfo.cs @@ -18,8 +18,8 @@ using System.Runtime.InteropServices; [assembly: Guid("B965F0A8-D610-4275-B5EA-8F2D806F337C")] -[assembly: AssemblyVersion("5.0.0")] -[assembly: AssemblyFileVersion("5.0.0")] +[assembly: AssemblyVersion("5.1.0")] +[assembly: AssemblyFileVersion("5.1.0")] [assembly: AssemblyTitle("Microsoft Azure Powershell - Service Fabric")] [assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)] diff --git a/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 b/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 index a7196c0aa351..56cb0fd75f7d 100644 --- a/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 +++ b/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 11/11/2025 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '5.0.0' +ModuleVersion = '5.1.0' # 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 = '5.3.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.KeyVault.dll', @@ -166,7 +166,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Removed ''ReimageByName'', ''ReimageById'', and ''ReimageByObj'' parameter sets from ''Set-AzServiceFabricManagedNodeType''.' + ReleaseNotes = '* Added new OS options to ''New-AzServiceFabricCluster'' ''-OS'' parameter: ''WindowsServer2019Datacenter'', ''WindowsServer2019DatacenterGen2'', ''WindowsServer2022Standard'', ''WindowsServer2022Core'', ''WindowsServer2022Gen2'', ''WindowsServer2022Hotpatch'', ''WindowsServer2025'', ''WindowsServer2025AzureEdition'', ''WindowsServer2025AzureEditionCore'', ''WindowsServer2025Gen2'', ''UbuntuServer2204'', and ''UbuntuServer2404'' +* Updated SFMC to latest api general version ''2026-02-01''' # Prerelease string of this module # Prerelease = '' diff --git a/src/ServiceFabric/ServiceFabric/ChangeLog.md b/src/ServiceFabric/ServiceFabric/ChangeLog.md index 04026acb2d3e..740d86d548d1 100644 --- a/src/ServiceFabric/ServiceFabric/ChangeLog.md +++ b/src/ServiceFabric/ServiceFabric/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 5.1.0 * Added new OS options to `New-AzServiceFabricCluster` `-OS` parameter: `WindowsServer2019Datacenter`, `WindowsServer2019DatacenterGen2`, `WindowsServer2022Standard`, `WindowsServer2022Core`, `WindowsServer2022Gen2`, `WindowsServer2022Hotpatch`, `WindowsServer2025`, `WindowsServer2025AzureEdition`, `WindowsServer2025AzureEditionCore`, `WindowsServer2025Gen2`, `UbuntuServer2204`, and `UbuntuServer2404` * Updated SFMC to latest api general version "2026-02-01" diff --git a/src/ServiceFabric/ServiceFabric/Properties/AssemblyInfo.cs b/src/ServiceFabric/ServiceFabric/Properties/AssemblyInfo.cs index 1345a0b071da..ffddc49baa3b 100644 --- a/src/ServiceFabric/ServiceFabric/Properties/AssemblyInfo.cs +++ b/src/ServiceFabric/ServiceFabric/Properties/AssemblyInfo.cs @@ -18,8 +18,8 @@ using System.Runtime.InteropServices; [assembly: Guid("B965F0A8-D610-4275-B5EA-8F2D806F337C")] -[assembly: AssemblyVersion("5.0.0")] -[assembly: AssemblyFileVersion("5.0.0")] +[assembly: AssemblyVersion("5.1.0")] +[assembly: AssemblyFileVersion("5.1.0")] [assembly: AssemblyTitle("Microsoft Azure Powershell - Service Fabric")] [assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)] diff --git a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Properties/AssemblyInfo.cs b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Properties/AssemblyInfo.cs index 42191a51f77c..6dd81d2198d0 100644 --- a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Properties/AssemblyInfo.cs +++ b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Properties/AssemblyInfo.cs @@ -18,8 +18,8 @@ using System.Runtime.InteropServices; [assembly: Guid("B965F0A8-D610-4275-B5EA-8F2D806F337C")] -[assembly: AssemblyVersion("5.0.0")] -[assembly: AssemblyFileVersion("5.0.0")] +[assembly: AssemblyVersion("5.1.0")] +[assembly: AssemblyFileVersion("5.1.0")] [assembly: AssemblyTitle("Microsoft Azure Powershell - Service Fabric")] [assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)] diff --git a/src/ServiceGroups/ServiceGroups/help/Az.ServiceGroups.md b/src/ServiceGroups/ServiceGroups/help/Az.ServiceGroups.md index 3ae87b0aa17e..c3ef1c1efb1c 100644 --- a/src/ServiceGroups/ServiceGroups/help/Az.ServiceGroups.md +++ b/src/ServiceGroups/ServiceGroups/help/Az.ServiceGroups.md @@ -1,14 +1,14 @@ --- Module Name: Az.ServiceGroups -Module Guid: {{ Update Module Guid }} -Download Help Link: {{ Update Download Link }} -Help Version: {{ Update Help Version }} +Module Guid: f41823c6-d8a5-433a-96b0-8e67f7a8dccd +Download Help Link: https://learn.microsoft.com/powershell/module/az.servicegroups +Help Version: 1.0.0.0 Locale: en-US --- # Az.ServiceGroups Module ## Description -Microsoft Azure PowerShell: cmdlets to manage Service Groups in Azure. Service Groups allow you to organize and manage related Azure resources as a logical unit. +Microsoft Azure PowerShell: ServiceGroups cmdlets ## Az.ServiceGroups Cmdlets ### [Get-AzServiceGroup](Get-AzServiceGroup.md) diff --git a/src/Sftp/Sftp/Az.Sftp.psd1 b/src/Sftp/Sftp/Az.Sftp.psd1 index 88fc8a3782a3..3b889b3ca6f3 100644 --- a/src/Sftp/Sftp/Az.Sftp.psd1 +++ b/src/Sftp/Sftp/Az.Sftp.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2/24/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.1' +ModuleVersion = '0.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 = '5.3.3'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() @@ -107,12 +107,10 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added ''BufferSizeInBytes'' parameter to ''Connect-AzSftp'' cmdlet - - Allows users to specify buffer size in bytes for SFTP file transfers using the sftp -B flag - - Default value is 262144 (256 KB) -* Added ''StorageAccountEndpoint'' parameter to ''Connect-AzSftp'' cmdlet - - Allows users to specify a custom storage account endpoint suffix - - Useful for connecting to storage accounts with custom endpoints' + ReleaseNotes = '* Fixed argument injection vulnerability in SFTP process-launch utilities [Security] + - Added input validation to reject control characters and double-quote characters that break argument boundaries + - Added proper argument escaping (quoting) when building ProcessStartInfo.Arguments to preserve argument boundaries for values that contain spaces + - Paths containing parentheses or other common filesystem characters (e.g. ''C:\Program Files (x86)'') continue to work correctly' # Prerelease string of this module # Prerelease = '' diff --git a/src/Sftp/Sftp/CHANGELOG.md b/src/Sftp/Sftp/CHANGELOG.md index 9b3b449ee347..32d61585090c 100644 --- a/src/Sftp/Sftp/CHANGELOG.md +++ b/src/Sftp/Sftp/CHANGELOG.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 0.1.2 * Fixed argument injection vulnerability in SFTP process-launch utilities [Security] - Added input validation to reject control characters and double-quote characters that break argument boundaries - Added proper argument escaping (quoting) when building ProcessStartInfo.Arguments to preserve argument boundaries for values that contain spaces diff --git a/src/Sftp/Sftp/Properties/AssemblyInfo.cs b/src/Sftp/Sftp/Properties/AssemblyInfo.cs index 13fc2e43cba8..6ce1771d7667 100644 --- a/src/Sftp/Sftp/Properties/AssemblyInfo.cs +++ b/src/Sftp/Sftp/Properties/AssemblyInfo.cs @@ -31,8 +31,8 @@ [assembly: Guid("fce7bc67-3c8c-4c3d-b5e2-58cfbd0216c6")] -[assembly: AssemblyVersion("0.1.1")] -[assembly: AssemblyFileVersion("0.1.1")] +[assembly: AssemblyVersion("0.1.2")] +[assembly: AssemblyFileVersion("0.1.2")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Sftp.Test")] -#endif \ No newline at end of file +#endif diff --git a/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 b/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 index 1fd4be0c4371..037225be0932 100644 --- a/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 +++ b/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2/25/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.4.0' +ModuleVersion = '2.4.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'SqlVirtualMachine.Autorest/bin/Az.SqlVirtualMachine.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'SqlVirtualMachine.Autorest/Az.SqlVirtualMachine.format.ps1xml' @@ -103,7 +103,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'SqlVirtualMachine' + Tags = 'Azure','ResourceManager','ARM','PSModule','SqlVirtualMachine' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -115,7 +115,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Upgraded nuget package to signed package.' + ReleaseNotes = '* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229' # Prerelease string of this module # Prerelease = '' @@ -128,7 +128,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/SqlVirtualMachine/SqlVirtualMachine/ChangeLog.md b/src/SqlVirtualMachine/SqlVirtualMachine/ChangeLog.md index 7bc7e4bb96a9..be9f09deb2af 100644 --- a/src/SqlVirtualMachine/SqlVirtualMachine/ChangeLog.md +++ b/src/SqlVirtualMachine/SqlVirtualMachine/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.4.1 * Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 ## Version 2.4.0 diff --git a/src/SqlVirtualMachine/SqlVirtualMachine/Properties/AssemblyInfo.cs b/src/SqlVirtualMachine/SqlVirtualMachine/Properties/AssemblyInfo.cs index 09ee8e9f0455..2efebc7932f5 100644 --- a/src/SqlVirtualMachine/SqlVirtualMachine/Properties/AssemblyInfo.cs +++ b/src/SqlVirtualMachine/SqlVirtualMachine/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("75a22dbf-0558-441c-8bb3-125816be65f3")] -[assembly: AssemblyVersion("2.4.0")] -[assembly: AssemblyFileVersion("2.4.0")] +[assembly: AssemblyVersion("2.4.1")] +[assembly: AssemblyFileVersion("2.4.1")] diff --git a/src/StackHCIVM/StackHCIVM/Az.StackHCIVM.psd1 b/src/StackHCIVM/StackHCIVM/Az.StackHCIVM.psd1 index 28dc7a9c1e36..556ee0a55993 100644 --- a/src/StackHCIVM/StackHCIVM/Az.StackHCIVM.psd1 +++ b/src/StackHCIVM/StackHCIVM/Az.StackHCIVM.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/9/2025 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.1.0' +ModuleVersion = '1.1.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 = '4.0.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'StackHCIVM.Autorest/bin/Az.StackHCIVM.private.dll' @@ -129,7 +129,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Upgraded nuget package to signed package.' + ReleaseNotes = '* Added breaking change announcements for upcoming SecureString parameter type changes in ''New-AzStackHCIVMImage'' and ''New-AzStackHCIVMVirtualMachine''' # Prerelease string of this module # Prerelease = '' diff --git a/src/StackHCIVM/StackHCIVM/ChangeLog.md b/src/StackHCIVM/StackHCIVM/ChangeLog.md index 9f890f8e8569..75ccf072fe92 100644 --- a/src/StackHCIVM/StackHCIVM/ChangeLog.md +++ b/src/StackHCIVM/StackHCIVM/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.1.1 * Added breaking change announcements for upcoming SecureString parameter type changes in `New-AzStackHCIVMImage` and `New-AzStackHCIVMVirtualMachine` ## Version 1.1.0 diff --git a/src/StackHCIVM/StackHCIVM/Properties/AssemblyInfo.cs b/src/StackHCIVM/StackHCIVM/Properties/AssemblyInfo.cs index 99f4c9460b6d..37c167477838 100644 --- a/src/StackHCIVM/StackHCIVM/Properties/AssemblyInfo.cs +++ b/src/StackHCIVM/StackHCIVM/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("78c8ffca-ba12-41b6-a676-6539d8f16acb")] -[assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] +[assembly: AssemblyVersion("1.1.1")] +[assembly: AssemblyFileVersion("1.1.1")] diff --git a/src/StandbyPool/StandbyPool.Autorest/Properties/AssemblyInfo.cs b/src/StandbyPool/StandbyPool.Autorest/Properties/AssemblyInfo.cs index c8e668b5d7e5..e55c815a718b 100644 --- a/src/StandbyPool/StandbyPool.Autorest/Properties/AssemblyInfo.cs +++ b/src/StandbyPool/StandbyPool.Autorest/Properties/AssemblyInfo.cs @@ -23,4 +23,4 @@ [assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("0.1.0.0")] [assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] -[assembly: System.CLSCompliantAttribute(false)] \ No newline at end of file +[assembly: System.CLSCompliantAttribute(false)] diff --git a/src/StandbyPool/StandbyPool/Az.StandbyPool.psd1 b/src/StandbyPool/StandbyPool/Az.StandbyPool.psd1 index a5a6ca138b95..40597cb71bf9 100644 --- a/src/StandbyPool/StandbyPool/Az.StandbyPool.psd1 +++ b/src/StandbyPool/StandbyPool/Az.StandbyPool.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/30/2025 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.3.0' +ModuleVersion = '0.4.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 = '4.2.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'StandbyPool.Autorest/bin/Az.StandbyPool.private.dll' @@ -112,10 +112,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated existing Cmdlets - - Get-AzStandbyVMPoolStatus added StandbyPool Health and StandbyPool Prediction information in the response. - - Get-AzStandbyContainerGroupPoolStatus added StandbyPool Health and StandbyPool Prediction information in the response. - - New-AzStandbyContainerGroupPool added the new parameter -Zone.' + ReleaseNotes = '* Added ''-DynamicSizingEnabled'' parameter to ''New-AzStandbyVMPool'', ''Update-AzStandbyVMPool'', ''New-AzStandbyContainerGroupPool'', and ''Update-AzStandbyContainerGroupPool'' +* Added ''-PostProvisioningDelay'' parameter to ''New-AzStandbyVMPool'' and ''Update-AzStandbyVMPool'' +* Removed upper limit of 2000 on ''-MaxReadyCapacity'' and ''-MinReadyCapacity''' # Prerelease string of this module # Prerelease = '' diff --git a/src/StandbyPool/StandbyPool/ChangeLog.md b/src/StandbyPool/StandbyPool/ChangeLog.md index 18d779af1cb4..0983d67d5dda 100644 --- a/src/StandbyPool/StandbyPool/ChangeLog.md +++ b/src/StandbyPool/StandbyPool/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.4.0 * Added `-DynamicSizingEnabled` parameter to `New-AzStandbyVMPool`, `Update-AzStandbyVMPool`, `New-AzStandbyContainerGroupPool`, and `Update-AzStandbyContainerGroupPool` * Added `-PostProvisioningDelay` parameter to `New-AzStandbyVMPool` and `Update-AzStandbyVMPool` * Removed upper limit of 2000 on `-MaxReadyCapacity` and `-MinReadyCapacity` diff --git a/src/StandbyPool/StandbyPool/Properties/AssemblyInfo.cs b/src/StandbyPool/StandbyPool/Properties/AssemblyInfo.cs index 543f898791a6..2ea4912656d8 100644 --- a/src/StandbyPool/StandbyPool/Properties/AssemblyInfo.cs +++ b/src/StandbyPool/StandbyPool/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("8b18766a-373f-4a66-b501-077c48d96b24")] -[assembly: AssemblyVersion("0.3.0")] -[assembly: AssemblyFileVersion("0.3.0")] +[assembly: AssemblyVersion("0.4.0")] +[assembly: AssemblyFileVersion("0.4.0")] diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1 index 6f45bfa71ee5..2bac6bd8d774 100644 --- a/tools/Az/Az.psd1 +++ b/tools/Az/Az.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2/24/2026 +# Generated on: 4/3/2026 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '15.4.0' +ModuleVersion = '15.5.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -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 = '5.3.3'; }, +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }, @{ModuleName = 'Az.Advisor'; RequiredVersion = '3.0.0'; }, @{ModuleName = 'Az.Aks'; RequiredVersion = '7.1.1'; }, @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.2.0'; }, @@ -67,22 +67,22 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.Automation'; RequiredVersion = '1.11.2'; }, @{ModuleName = 'Az.Batch'; RequiredVersion = '4.0.1'; }, @{ModuleName = 'Az.Billing'; RequiredVersion = '2.2.0'; }, - @{ModuleName = 'Az.Cdn'; RequiredVersion = '6.0.0'; }, - @{ModuleName = 'Az.CloudService'; RequiredVersion = '2.1.1'; }, + @{ModuleName = 'Az.Cdn'; RequiredVersion = '6.0.1'; }, + @{ModuleName = 'Az.CloudService'; RequiredVersion = '2.1.2'; }, @{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.16.0'; }, @{ModuleName = 'Az.Compute'; RequiredVersion = '11.4.0'; }, @{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '4.1.2'; }, + @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '4.1.3'; }, @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '5.0.1'; }, - @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.19.1'; }, + @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.20.0'; }, @{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.2.1'; }, @{ModuleName = 'Az.Databricks'; RequiredVersion = '1.11.0'; }, @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.19.7'; }, @{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.5.2'; }, @{ModuleName = 'Az.DataMigration'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.9.0'; }, + @{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.9.1'; }, @{ModuleName = 'Az.DataShare'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.DataTransfer'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '5.4.1'; }, @@ -90,14 +90,14 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.DeviceRegistry'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.DevTestLabs'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.Dns'; RequiredVersion = '2.0.0'; }, - @{ModuleName = 'Az.DnsResolver'; RequiredVersion = '1.2.1'; }, + @{ModuleName = 'Az.DnsResolver'; RequiredVersion = '1.2.3'; }, @{ModuleName = 'Az.ElasticSan'; RequiredVersion = '1.7.0'; }, @{ModuleName = 'Az.EventGrid'; RequiredVersion = '2.2.0'; }, @{ModuleName = 'Az.EventHub'; RequiredVersion = '5.4.0'; }, @{ModuleName = 'Az.Fabric'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.FirmwareAnalysis'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '2.1.0'; }, - @{ModuleName = 'Az.Functions'; RequiredVersion = '4.3.1'; }, + @{ModuleName = 'Az.Functions'; RequiredVersion = '4.3.2'; }, @{ModuleName = 'Az.HDInsight'; RequiredVersion = '6.4.0'; }, @{ModuleName = 'Az.HealthcareApis'; RequiredVersion = '3.0.0'; }, @{ModuleName = 'Az.HealthDataAIServices'; RequiredVersion = '1.0.0'; }, @@ -111,13 +111,13 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.MachineLearningServices'; RequiredVersion = '1.3.0'; }, @{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.5.1'; }, @{ModuleName = 'Az.ManagedServiceIdentity'; RequiredVersion = '2.0.0'; }, - @{ModuleName = 'Az.ManagedServices'; RequiredVersion = '3.1.2'; }, + @{ModuleName = 'Az.ManagedServices'; RequiredVersion = '3.1.3'; }, @{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '2.2.0'; }, - @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.11.0'; }, + @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.12.0'; }, @{ModuleName = 'Az.Monitor'; RequiredVersion = '7.0.0'; }, - @{ModuleName = 'Az.MySql'; RequiredVersion = '1.5.1'; }, - @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.Network'; RequiredVersion = '7.25.1'; }, + @{ModuleName = 'Az.MySql'; RequiredVersion = '1.5.2'; }, + @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '1.1.0'; }, + @{ModuleName = 'Az.Network'; RequiredVersion = '7.26.0'; }, @{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.Nginx'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.2.0'; }, @@ -127,9 +127,9 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.PostgreSql'; RequiredVersion = '1.4.0'; }, @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '2.1.0'; }, @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.2.0'; }, - @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.11.1'; }, + @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.11.2'; }, @{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.11.0'; }, - @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.6.0'; }, + @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.6.1'; }, @{ModuleName = 'Az.Relay'; RequiredVersion = '3.0.0'; }, @{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '1.2.1'; }, @{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.3.1'; }, @@ -137,12 +137,12 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.Security'; RequiredVersion = '1.8.0'; }, @{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '3.2.1'; }, @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '4.1.1'; }, - @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '5.0.0'; }, + @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '5.1.0'; }, @{ModuleName = 'Az.SignalR'; RequiredVersion = '2.3.3'; }, @{ModuleName = 'Az.Sql'; RequiredVersion = '6.4.1'; }, - @{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '2.4.0'; }, + @{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '2.4.1'; }, @{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.6.6'; }, - @{ModuleName = 'Az.StackHCIVM'; RequiredVersion = '1.1.0'; }, + @{ModuleName = 'Az.StackHCIVM'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.Storage'; RequiredVersion = '9.6.0'; }, @{ModuleName = 'Az.StorageAction'; RequiredVersion = '1.0.1'; }, @{ModuleName = 'Az.StorageDiscovery'; RequiredVersion = '1.0.0'; }, @@ -209,48 +209,77 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '15.4.0 - March 2026 + ReleaseNotes = '15.5.0 - April 2026 Az.Accounts -* Updated MSAL to 4.82.1 to fix an issue with ARM endpoint discovery. - -Az.Compute -* Added ''-DiskIOPSReadWrite'' and ''-DiskMBpsReadWrite'' parameters to ''Add-AzVMDataDisk'' cmdlet -* Added ''-Tag'' and ''-Location'' parameters to ''New-AzSshKey'' cmdlet -* Added ''-Tag'' parameter to ''Update-AzSshKey'' cmdlet -* Added support for Disk Availability Policy - - Added ''-ActionOnDiskDelay'' parameter to ''New-AzDiskConfig'' cmdlet to configure disk availability behavior - - Added ''-ActionOnDiskDelay'' parameter to ''New-AzDiskUpdateConfig'' cmdlet to update disk availability behavior - -Az.Databricks -* Upgraded API version to 2026-01-01 - - Added ComputeMode parameter to New-AzDatabricksWorkspace cmdlet supporting ''Hybrid'' and ''Serverless'' compute modes - - Changed ComplianceStandard parameter type from enum to String[] for greater flexibility - -Az.ElasticSan -* Supported auto scale when creating and updating an Elastic SAN. - - ''New-AzElasticSan'' - - ''Update-AzElasticSan'' -* Supported checking whether disk snapshot backup can be taken for volumes. - - ''Test-AzElasticSanVolumeBackup'' - - ''Test-AzElasticSanVolumeRestore'' - -Az.KeyVault -* Added upcoming breaking change warning messages to ''Get-AzKeyVaultKey'' and ''Get-AzKeyVaultSecret'' for filtering certificate-backed keys and secrets. +* Improved SSH certificate authentication for Az SSH cmdlets across all Azure clouds. + - SSH certificate authentication now works across all Azure clouds without configuring the ''-SshAuthScope'' parameter. + - The ''-SshAuthScope'' parameter in ''Set-AzEnvironment'' and ''Add-AzEnvironment'' does not take any effect. +* Updated MSAL to 4.83.1 for bug fixes in IMDS endpoint cache. + +Az.Cdn +* Bug fix for https://github.com/Azure/azure-powershell/issues/29231 + +Az.CloudService +* Update the deprecated-by-azversion and change-effective-date of breaking change announcements. + +Az.ContainerInstance +* Update the deprecated-by-azversion and change-effective-date of breaking change announcements. + +Az.CosmosDB +* Added ''-DisableLocalAuth'' parameter to ''New-AzCosmosDBAccount'' and ''Update-AzCosmosDBAccount'' to opt out of local authentication. +* Added ''-Capabilities'' parameter to ''Update-AzCosmosDBAccount'' to allow adding or removing account capabilities. + +Az.DataProtection +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 + +Az.DnsResolver +* Added announcement for upcoming breaking changes as part of the 2025-10-01-preview API migration: + - Removed parameter ''ActionBlockResponseCode'' from ''New-AzDnsResolverPolicyDnsSecurityRule'' and ''Update-AzDnsResolverPolicyDnsSecurityRule''. The block response code is no longer configurable. + - Parameter ''DnsResolverDomainList'' is no longer mandatory on ''New-AzDnsResolverPolicyDnsSecurityRule''. DNS security rules will support managed domain lists as an alternative to user-defined domain lists. + - Parameter ''Domain'' is no longer mandatory on ''New-AzDnsResolverDomainList''. Domain lists will support bulk upload via the new cmdlet ''Invoke-AzDnsResolverBulkDnsResolverDomainList'', which will be introduced in the upcoming release. + +Az.Functions +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 +* Fixed an issue where New-AzFunctionApp fails due to duplicate -Name parameter binding. [#29166] + +Az.ManagedServices +* Update the deprecated-by-azversion and change-effective-date of breaking change announcements. + +Az.Migrate +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 +* Added ''TargetSecurityType'' and ''TargetVMSecureBootEnabled'' parameters to ''New-AzMigrateServerReplication'' to support Trusted Launch VM (TVM) security type during server replication + +Az.MySql +* Updated preannouncement breaking changes date to May 2026. + +Az.NetAppFiles +* Updated to api-version 2025-12-01 +* Added new cmdlet ''Get-AzNetAppFilesVolumeQuotaReport'' to get quota report for a volume with optional filtering by ''QuotaType'', ''QuotaTarget'', and ''UsageThresholdPercentage'' +* Added ''DesiredRansomwareProtectionState'' parameter to ''New-AzNetAppFilesVolume'' and ''Update-AzNetAppFilesVolume'' to enable or disable Advanced Ransomware Protection (ARP) on volumes +* Added new cmdlet ''Get-AzNetAppFilesRansomwareReport'' to list or get Advanced Ransomware Protection (ARP) reports for a volume +* Added new cmdlet ''Clear-AzNetAppFilesRansomwareReportSuspect'' to clear suspects on an ARP report by marking file extensions as ''PotentialThreat'' or ''FalsePositive'' Az.Network -* Onboarded ''Microsoft.DataReplication/replicationVaults'' to Private Link Common Cmdlets +* Onboarded ''Microsoft.KubernetesConfiguration/privateLinkScopes'' to Private Link Common Cmdlets +* Added EdgeZone (Extended Location) parameter support for Azure Firewall + - Added ''-EdgeZone'' parameter to ''New-AzFirewall'' cmdlet + - When ''-EdgeZone'' is specified, availability zones are not supported for Azure Firewall resources + +Az.RecoveryServices +* Added Cross region restore support for upcoming regions Southeast Asia 3 -Az.Resources -* Updated the implementation of -Metadata parameter processing for cmdlets that use it for security. No behavior change. +Az.RedisEnterpriseCache +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 -Az.Sql -* Add support for the versionless AKV keys. - - The cmdlets supported are ''Add-AzSqlServerKeyVaultKey'', ''Get-AzSqlServerKeyVaultKey'', ''Set-AzSqlServerTransparentDataEncryptionProtector'', ''Get-AzSqlServerTransparentDataEncryptionProtector'', ''New-AzSqlDatabase'', ''Get-AzSqlDatabase'', ''Set-AzSqlDatabase'', ''New-AzSqlDatabaseCopy'', ''New-AzSqlDatabaseSecondary'' and ''Restore-AzSqlDatabase'' -* Added public preview tag for ''EnableSoftDelete'' and ''SoftDeleteRetentionDays'' properties in ''New-AzSqlServer'' and ''Set-AzSqlServer'' cmdlets -* Added public preview tag for ''Get-AzSqlDeletedServer'' and ''Restore-AzSqlServer'' cmdlets +Az.ServiceFabric +* Added new OS options to ''New-AzServiceFabricCluster'' ''-OS'' parameter: ''WindowsServer2019Datacenter'', ''WindowsServer2019DatacenterGen2'', ''WindowsServer2022Standard'', ''WindowsServer2022Core'', ''WindowsServer2022Gen2'', ''WindowsServer2022Hotpatch'', ''WindowsServer2025'', ''WindowsServer2025AzureEdition'', ''WindowsServer2025AzureEditionCore'', ''WindowsServer2025Gen2'', ''UbuntuServer2204'', and ''UbuntuServer2404'' +* Updated SFMC to latest api general version ''2026-02-01'' -Az.StorageAction +Az.SqlVirtualMachine * Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 + +Az.StackHCIVM +* Added breaking change announcements for upcoming SecureString parameter type changes in ''New-AzStackHCIVMImage'' and ''New-AzStackHCIVMVirtualMachine'' ' # Prerelease string of this module diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1 index a6a1edf2e9bb..7b257595db21 100644 --- a/tools/AzPreview/AzPreview.psd1 +++ b/tools/AzPreview/AzPreview.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '15.4.0' +ModuleVersion = '15.5.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -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 = '5.3.3'; }, +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.4'; }, @{ModuleName = 'Az.ADDomainServices'; RequiredVersion = '0.3.0'; }, @{ModuleName = 'Az.Advisor'; RequiredVersion = '3.0.0'; }, @{ModuleName = 'Az.Aks'; RequiredVersion = '7.1.1'; }, @@ -68,7 +68,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.ArcGateway'; RequiredVersion = '0.1.2'; }, @{ModuleName = 'Az.ArcResourceBridge'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.ArizeAI'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.ArtifactSigning'; RequiredVersion = '0.1.5'; }, + @{ModuleName = 'Az.ArtifactSigning'; RequiredVersion = '0.1.6'; }, @{ModuleName = 'Az.Astro'; RequiredVersion = '0.1.3'; }, @{ModuleName = 'Az.Attestation'; RequiredVersion = '3.0.0'; }, @{ModuleName = 'Az.Automanage'; RequiredVersion = '2.0.0'; }, @@ -80,11 +80,11 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.Blueprint'; RequiredVersion = '0.4.6'; }, @{ModuleName = 'Az.BotService'; RequiredVersion = '0.6.0'; }, @{ModuleName = 'Az.Carbon'; RequiredVersion = '0.1.0'; }, - @{ModuleName = 'Az.Cdn'; RequiredVersion = '6.0.0'; }, + @{ModuleName = 'Az.Cdn'; RequiredVersion = '6.0.1'; }, @{ModuleName = 'Az.ChangeAnalysis'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.Chaos'; RequiredVersion = '0.1.2'; }, @{ModuleName = 'Az.CloudHsm'; RequiredVersion = '0.1.0'; }, - @{ModuleName = 'Az.CloudService'; RequiredVersion = '2.1.1'; }, + @{ModuleName = 'Az.CloudService'; RequiredVersion = '2.1.2'; }, @{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.16.0'; }, @{ModuleName = 'Az.Communication'; RequiredVersion = '0.6.0'; }, @{ModuleName = 'Az.Compute'; RequiredVersion = '11.4.0'; }, @@ -92,14 +92,14 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.ComputeLimit'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.ComputeSchedule'; RequiredVersion = '0.1.1'; }, @{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '2.0.0'; }, - @{ModuleName = 'Az.Confluent'; RequiredVersion = '0.3.0'; }, + @{ModuleName = 'Az.Confluent'; RequiredVersion = '0.4.0'; }, @{ModuleName = 'Az.ConnectedKubernetes'; RequiredVersion = '0.15.0'; }, @{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.ConnectedNetwork'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.ConnectedVMware'; RequiredVersion = '0.1.3'; }, - @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '4.1.2'; }, + @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '4.1.3'; }, @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '5.0.1'; }, - @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.19.1'; }, + @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.20.0'; }, @{ModuleName = 'Az.CostManagement'; RequiredVersion = '0.4.2'; }, @{ModuleName = 'Az.CustomLocation'; RequiredVersion = '0.2.1'; }, @{ModuleName = 'Az.CustomProviders'; RequiredVersion = '0.2.0'; }, @@ -112,7 +112,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.5.2'; }, @{ModuleName = 'Az.DataMigration'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.9.0'; }, + @{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.9.1'; }, @{ModuleName = 'Az.DataShare'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.DataTransfer'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.DedicatedHsm'; RequiredVersion = '0.4.0'; }, @@ -124,11 +124,11 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.DeviceUpdate'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.DevTestLabs'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.DigitalTwins'; RequiredVersion = '0.3.0'; }, - @{ModuleName = 'Az.DisconnectedOperations'; RequiredVersion = '0.1.0'; }, + @{ModuleName = 'Az.DisconnectedOperations'; RequiredVersion = '0.1.1'; }, @{ModuleName = 'Az.DiskPool'; RequiredVersion = '0.4.0'; }, @{ModuleName = 'Az.Dns'; RequiredVersion = '2.0.0'; }, - @{ModuleName = 'Az.DnsResolver'; RequiredVersion = '1.2.1'; }, - @{ModuleName = 'Az.DurableTask'; RequiredVersion = '0.1.0'; }, + @{ModuleName = 'Az.DnsResolver'; RequiredVersion = '1.2.3'; }, + @{ModuleName = 'Az.DurableTask'; RequiredVersion = '0.1.1'; }, @{ModuleName = 'Az.DynatraceObservability'; RequiredVersion = '0.4.0'; }, @{ModuleName = 'Az.EdgeAction'; RequiredVersion = '0.1.1'; }, @{ModuleName = 'Az.EdgeMarketplace'; RequiredVersion = '0.1.0'; }, @@ -144,7 +144,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.Fleet'; RequiredVersion = '0.2.2'; }, @{ModuleName = 'Az.FluidRelay'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '2.1.0'; }, - @{ModuleName = 'Az.Functions'; RequiredVersion = '4.3.1'; }, + @{ModuleName = 'Az.Functions'; RequiredVersion = '4.3.2'; }, @{ModuleName = 'Az.GraphServices'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.GuestConfiguration'; RequiredVersion = '0.12.0'; }, @{ModuleName = 'Az.HanaOnAzure'; RequiredVersion = '0.4.0'; }, @@ -172,21 +172,21 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.5.1'; }, @{ModuleName = 'Az.ManagedNetworkFabric'; RequiredVersion = '0.1.3'; }, @{ModuleName = 'Az.ManagedServiceIdentity'; RequiredVersion = '2.0.0'; }, - @{ModuleName = 'Az.ManagedServices'; RequiredVersion = '3.1.2'; }, + @{ModuleName = 'Az.ManagedServices'; RequiredVersion = '3.1.3'; }, @{ModuleName = 'Az.ManagementPartner'; RequiredVersion = '0.7.5'; }, @{ModuleName = 'Az.Maps'; RequiredVersion = '0.9.0'; }, @{ModuleName = 'Az.MariaDb'; RequiredVersion = '0.2.3'; }, @{ModuleName = 'Az.Marketplace'; RequiredVersion = '0.5.2'; }, @{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '2.2.0'; }, @{ModuleName = 'Az.Mdp'; RequiredVersion = '0.1.2'; }, - @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.11.0'; }, + @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.12.0'; }, @{ModuleName = 'Az.MixedReality'; RequiredVersion = '0.3.0'; }, @{ModuleName = 'Az.MongoDB'; RequiredVersion = '0.1.1'; }, @{ModuleName = 'Az.Monitor'; RequiredVersion = '7.0.0'; }, @{ModuleName = 'Az.MonitoringSolutions'; RequiredVersion = '0.2.0'; }, - @{ModuleName = 'Az.MySql'; RequiredVersion = '1.5.1'; }, - @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '1.0.0'; }, - @{ModuleName = 'Az.Network'; RequiredVersion = '7.25.1'; }, + @{ModuleName = 'Az.MySql'; RequiredVersion = '1.5.2'; }, + @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '1.1.0'; }, + @{ModuleName = 'Az.Network'; RequiredVersion = '7.26.0'; }, @{ModuleName = 'Az.NetworkAnalytics'; RequiredVersion = '0.1.2'; }, @{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '2.0.0'; }, @{ModuleName = 'Az.NetworkFunction'; RequiredVersion = '0.2.0'; }, @@ -208,10 +208,10 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.Purview'; RequiredVersion = '0.3.0'; }, @{ModuleName = 'Az.Quantum'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.Qumulo'; RequiredVersion = '0.1.3'; }, - @{ModuleName = 'Az.Quota'; RequiredVersion = '0.1.3'; }, - @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.11.1'; }, + @{ModuleName = 'Az.Quota'; RequiredVersion = '0.2.0'; }, + @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.11.2'; }, @{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.11.0'; }, - @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.6.0'; }, + @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.6.1'; }, @{ModuleName = 'Az.Relay'; RequiredVersion = '3.0.0'; }, @{ModuleName = 'Az.Reservations'; RequiredVersion = '0.14.1'; }, @{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '1.2.1'; }, @@ -223,19 +223,20 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.3'; }, @{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '3.2.1'; }, @{ModuleName = 'Az.SelfHelp'; RequiredVersion = '0.3.0'; }, @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '4.1.1'; }, - @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '5.0.0'; }, + @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '5.1.0'; }, + @{ModuleName = 'Az.ServiceGroups'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.ServiceLinker'; RequiredVersion = '0.3.0'; }, - @{ModuleName = 'Az.Sftp'; RequiredVersion = '0.1.1'; }, + @{ModuleName = 'Az.Sftp'; RequiredVersion = '0.1.2'; }, @{ModuleName = 'Az.SignalR'; RequiredVersion = '2.3.3'; }, @{ModuleName = 'Az.Site'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.Sphere'; RequiredVersion = '0.1.3'; }, @{ModuleName = 'Az.SpringCloud'; RequiredVersion = '0.4.0'; }, @{ModuleName = 'Az.Sql'; RequiredVersion = '6.4.1'; }, - @{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '2.4.0'; }, + @{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '2.4.1'; }, @{ModuleName = 'Az.Ssh'; RequiredVersion = '0.2.3'; }, @{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.6.6'; }, - @{ModuleName = 'Az.StackHCIVM'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.StandbyPool'; RequiredVersion = '0.3.0'; }, + @{ModuleName = 'Az.StackHCIVM'; RequiredVersion = '1.1.1'; }, + @{ModuleName = 'Az.StandbyPool'; RequiredVersion = '0.4.0'; }, @{ModuleName = 'Az.Storage'; RequiredVersion = '9.6.0'; }, @{ModuleName = 'Az.StorageAction'; RequiredVersion = '1.0.1'; }, @{ModuleName = 'Az.StorageCache'; RequiredVersion = '0.3.0'; }, diff --git a/tools/AzPreview/ChangeLog.md b/tools/AzPreview/ChangeLog.md index a909f2200cdd..6c360f7059b1 100644 --- a/tools/AzPreview/ChangeLog.md +++ b/tools/AzPreview/ChangeLog.md @@ -1,3 +1,119 @@ +## 15.5.0 - April 2026 +#### Az.Accounts 5.3.4 +* Improved SSH certificate authentication for Az SSH cmdlets across all Azure clouds. + - SSH certificate authentication now works across all Azure clouds without configuring the '-SshAuthScope' parameter. + - The '-SshAuthScope' parameter in 'Set-AzEnvironment' and 'Add-AzEnvironment' does not take any effect. +* Updated MSAL to 4.83.1 for bug fixes in IMDS endpoint cache. + +#### Az.ArtifactSigning 0.1.6 +* Updated docs and code comments to reference artifact signing accounts instead of trusted signing accounts. + +#### Az.Cdn 6.0.1 +* Bug fix for https://github.com/Azure/azure-powershell/issues/29231 + +#### Az.CloudService 2.1.2 +* Update the deprecated-by-azversion and change-effective-date of breaking change announcements. + +#### Az.ComputeLimit 0.1.0 +* First preview release for module Az.ComputeLimit + +#### Az.Confluent 0.4.0 +* Fixed failing playback tests for 'Update-AzConfluentOrganization' by adding the missing HTTP recording file + +#### Az.ContainerInstance 4.1.3 +* Update the deprecated-by-azversion and change-effective-date of breaking change announcements. + +#### Az.CosmosDB 1.20.0 +* Added '-DisableLocalAuth' parameter to 'New-AzCosmosDBAccount' and 'Update-AzCosmosDBAccount' to opt out of local authentication. +* Added '-Capabilities' parameter to 'Update-AzCosmosDBAccount' to allow adding or removing account capabilities. + +#### Az.DataProtection 2.9.1 +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 + +#### Az.DisconnectedOperations 0.1.1 +* Added cmdlets for managing hardware settings in disconnected operations. + - Get-AzDisconnectedOperationsHardwareSetting + - Remove-AzDisconnectedOperationsHardwareSetting + - New-AzDisconnectedOperationsHardwareSetting + - Update-AzDisconnectedOperationsHardwareSetting +* Api version update to 2026-03-15. + +#### Az.DnsResolver 1.2.3 +* Added announcement for upcoming breaking changes as part of the 2025-10-01-preview API migration: + - Removed parameter 'ActionBlockResponseCode' from 'New-AzDnsResolverPolicyDnsSecurityRule' and 'Update-AzDnsResolverPolicyDnsSecurityRule'. The block response code is no longer configurable. + - Parameter 'DnsResolverDomainList' is no longer mandatory on 'New-AzDnsResolverPolicyDnsSecurityRule'. DNS security rules will support managed domain lists as an alternative to user-defined domain lists. + - Parameter 'Domain' is no longer mandatory on 'New-AzDnsResolverDomainList'. Domain lists will support bulk upload via the new cmdlet 'Invoke-AzDnsResolverBulkDnsResolverDomainList', which will be introduced in the upcoming release. + +#### Az.DurableTask 0.1.1 +* Upgraded API version to '2026-02-01'. + - Schedulers now support configuring 'publicNetworkAccess' + - Scheduler details include 'privateEndpointConnection' information. + +#### Az.FileShare 0.1.0 +* First preview release for module Az.FileShare + +#### Az.Functions 4.3.2 +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 +* Fixed an issue where New-AzFunctionApp fails due to duplicate -Name parameter binding. [#29166] + +#### Az.ManagedServices 3.1.3 +* Update the deprecated-by-azversion and change-effective-date of breaking change announcements. + +#### Az.Migrate 2.12.0 +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 +* Added 'TargetSecurityType' and 'TargetVMSecureBootEnabled' parameters to 'New-AzMigrateServerReplication' to support Trusted Launch VM (TVM) security type during server replication + +#### Az.MySql 1.5.2 +* Updated preannouncement breaking changes date to May 2026. + +#### Az.NetAppFiles 1.1.0 +* Updated to api-version 2025-12-01 +* Added new cmdlet 'Get-AzNetAppFilesVolumeQuotaReport' to get quota report for a volume with optional filtering by 'QuotaType', 'QuotaTarget', and 'UsageThresholdPercentage' +* Added 'DesiredRansomwareProtectionState' parameter to 'New-AzNetAppFilesVolume' and 'Update-AzNetAppFilesVolume' to enable or disable Advanced Ransomware Protection (ARP) on volumes +* Added new cmdlet 'Get-AzNetAppFilesRansomwareReport' to list or get Advanced Ransomware Protection (ARP) reports for a volume +* Added new cmdlet 'Clear-AzNetAppFilesRansomwareReportSuspect' to clear suspects on an ARP report by marking file extensions as 'PotentialThreat' or 'FalsePositive' + +#### Az.Network 7.26.0 +* Onboarded 'Microsoft.KubernetesConfiguration/privateLinkScopes' to Private Link Common Cmdlets +* Added EdgeZone (Extended Location) parameter support for Azure Firewall + - Added '-EdgeZone' parameter to 'New-AzFirewall' cmdlet + - When '-EdgeZone' is specified, availability zones are not supported for Azure Firewall resources + +#### Az.Quota 0.2.0 +* Removed cmdlet 'Get-AzQuotaGroupQuotaSubscriptionRequest' + - This cmdlet is no longer supported and has been removed from the module +* API Version Upgrade: Migrated from 2023-02-01 to 2025-09-01 stable + +#### Az.RecoveryServices 7.11.2 +* Added Cross region restore support for upcoming regions Southeast Asia 3 + +#### Az.RedisEnterpriseCache 1.6.1 +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 + +#### Az.ServiceFabric 5.1.0 +* Added new OS options to 'New-AzServiceFabricCluster' '-OS' parameter: 'WindowsServer2019Datacenter', 'WindowsServer2019DatacenterGen2', 'WindowsServer2022Standard', 'WindowsServer2022Core', 'WindowsServer2022Gen2', 'WindowsServer2022Hotpatch', 'WindowsServer2025', 'WindowsServer2025AzureEdition', 'WindowsServer2025AzureEditionCore', 'WindowsServer2025Gen2', 'UbuntuServer2204', and 'UbuntuServer2404' +* Updated SFMC to latest api general version '2026-02-01' + +#### Az.ServiceGroups 0.1.0 +* First preview release for module Az.ServiceGroups + +#### Az.Sftp 0.1.2 +* Fixed argument injection vulnerability in SFTP process-launch utilities [Security] + - Added input validation to reject control characters and double-quote characters that break argument boundaries + - Added proper argument escaping (quoting) when building ProcessStartInfo.Arguments to preserve argument boundaries for values that contain spaces + - Paths containing parentheses or other common filesystem characters (e.g. 'C:\Program Files (x86)') continue to work correctly + +#### Az.SqlVirtualMachine 2.4.1 +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 + +#### Az.StackHCIVM 1.1.1 +* Added breaking change announcements for upcoming SecureString parameter type changes in 'New-AzStackHCIVMImage' and 'New-AzStackHCIVMVirtualMachine' + +#### Az.StandbyPool 0.4.0 +* Added '-DynamicSizingEnabled' parameter to 'New-AzStandbyVMPool', 'Update-AzStandbyVMPool', 'New-AzStandbyContainerGroupPool', and 'Update-AzStandbyContainerGroupPool' +* Added '-PostProvisioningDelay' parameter to 'New-AzStandbyVMPool' and 'Update-AzStandbyVMPool' +* Removed upper limit of 2000 on '-MaxReadyCapacity' and '-MinReadyCapacity' + ## 15.4.0 - March 2026 #### Az.Accounts 5.3.3 * Updated MSAL to 4.82.1 to fix an issue with ARM endpoint discovery. diff --git a/tools/Docs/az-ps-latest-1.csv b/tools/Docs/az-ps-latest-1.csv index 9865669de6cc..09053baa4865 100644 --- a/tools/Docs/az-ps-latest-1.csv +++ b/tools/Docs/az-ps-latest-1.csv @@ -1,4 +1,4 @@ -pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.5.3.3.zip;sourceType=sa]Az.Accounts,5.3.3 +pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.5.3.4.zip;sourceType=sa]Az.Accounts,5.3.4 pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ADDomainServices.0.3.0.zip;sourceType=sa]Az.ADDomainServices,0.3.0 pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Advisor.3.0.0.zip;sourceType=sa]Az.Advisor,3.0.0 pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Aks.7.1.1.zip;sourceType=sa]Az.Aks,7.1.1 @@ -14,7 +14,7 @@ pac12,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea pac13,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ArcGateway.0.1.2.zip;sourceType=sa]Az.ArcGateway,0.1.2 pac14,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ArcResourceBridge.2.0.0.zip;sourceType=sa]Az.ArcResourceBridge,2.0.0 pac15,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ArizeAI.1.0.0.zip;sourceType=sa]Az.ArizeAI,1.0.0 -pac16,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ArtifactSigning.0.1.5.zip;sourceType=sa]Az.ArtifactSigning,0.1.5 +pac16,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ArtifactSigning.0.1.6.zip;sourceType=sa]Az.ArtifactSigning,0.1.6 pac17,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Astro.0.1.3.zip;sourceType=sa]Az.Astro,0.1.3 pac18,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Attestation.3.0.0.zip;sourceType=sa]Az.Attestation,3.0.0 pac19,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Automanage.2.0.0.zip;sourceType=sa]Az.Automanage,2.0.0 @@ -26,11 +26,11 @@ pac24,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea pac25,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Blueprint.0.4.6.zip;sourceType=sa]Az.Blueprint,0.4.6 pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BotService.0.6.0.zip;sourceType=sa]Az.BotService,0.6.0 pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Carbon.0.1.0.zip;sourceType=sa]Az.Carbon,0.1.0 -pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Cdn.6.0.0.zip;sourceType=sa]Az.Cdn,6.0.0 +pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Cdn.6.0.1.zip;sourceType=sa]Az.Cdn,6.0.1 pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ChangeAnalysis.0.2.0.zip;sourceType=sa]Az.ChangeAnalysis,0.2.0 pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Chaos.0.1.2.zip;sourceType=sa]Az.Chaos,0.1.2 pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CloudHsm.0.1.0.zip;sourceType=sa]Az.CloudHsm,0.1.0 -pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CloudService.2.1.1.zip;sourceType=sa]Az.CloudService,2.1.1 +pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CloudService.2.1.2.zip;sourceType=sa]Az.CloudService,2.1.2 pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CognitiveServices.1.16.0.zip;sourceType=sa]Az.CognitiveServices,1.16.0 pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Communication.0.6.0.zip;sourceType=sa]Az.Communication,0.6.0 pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Compute.11.4.0.zip;sourceType=sa]Az.Compute,11.4.0 @@ -38,14 +38,14 @@ pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ComputeLimit.0.1.0.zip;sourceType=sa]Az.ComputeLimit,0.1.0 pac38,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ComputeSchedule.0.1.1.zip;sourceType=sa]Az.ComputeSchedule,0.1.1 pac39,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConfidentialLedger.2.0.0.zip;sourceType=sa]Az.ConfidentialLedger,2.0.0 -pac40,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Confluent.0.3.0.zip;sourceType=sa]Az.Confluent,0.3.0 +pac40,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Confluent.0.4.0.zip;sourceType=sa]Az.Confluent,0.4.0 pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedKubernetes.0.15.0.zip;sourceType=sa]Az.ConnectedKubernetes,0.15.0 pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedMachine.1.1.1.zip;sourceType=sa]Az.ConnectedMachine,1.1.1 pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedNetwork.0.2.0.zip;sourceType=sa]Az.ConnectedNetwork,0.2.0 pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedVMware.0.1.3.zip;sourceType=sa]Az.ConnectedVMware,0.1.3 -pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerInstance.4.1.2.zip;sourceType=sa]Az.ContainerInstance,4.1.2 +pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerInstance.4.1.3.zip;sourceType=sa]Az.ContainerInstance,4.1.3 pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerRegistry.5.0.1.zip;sourceType=sa]Az.ContainerRegistry,5.0.1 -pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CosmosDB.1.19.1.zip;sourceType=sa]Az.CosmosDB,1.19.1 +pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CosmosDB.1.20.0.zip;sourceType=sa]Az.CosmosDB,1.20.0 pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CostManagement.0.4.2.zip;sourceType=sa]Az.CostManagement,0.4.2 pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CustomLocation.0.2.1.zip;sourceType=sa]Az.CustomLocation,0.2.1 pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CustomProviders.0.2.0.zip;sourceType=sa]Az.CustomProviders,0.2.0 @@ -58,7 +58,7 @@ pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeAnalytics.1.1.0.zip;sourceType=sa]Az.DataLakeAnalytics,1.1.0 pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeStore.1.5.2.zip;sourceType=sa]Az.DataLakeStore,1.5.2 pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataMigration.1.0.0.zip;sourceType=sa]Az.DataMigration,1.0.0 -pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataProtection.2.9.0.zip;sourceType=sa]Az.DataProtection,2.9.0 +pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataProtection.2.9.1.zip;sourceType=sa]Az.DataProtection,2.9.1 pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataShare.1.1.1.zip;sourceType=sa]Az.DataShare,1.1.1 pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataTransfer.1.0.0.zip;sourceType=sa]Az.DataTransfer,1.0.0 pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DedicatedHsm.0.4.0.zip;sourceType=sa]Az.DedicatedHsm,0.4.0 @@ -70,11 +70,11 @@ pac68,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea pac69,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DeviceUpdate.0.2.0.zip;sourceType=sa]Az.DeviceUpdate,0.2.0 pac70,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DevTestLabs.1.1.0.zip;sourceType=sa]Az.DevTestLabs,1.1.0 pac71,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DigitalTwins.0.3.0.zip;sourceType=sa]Az.DigitalTwins,0.3.0 -pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DisconnectedOperations.0.1.0.zip;sourceType=sa]Az.DisconnectedOperations,0.1.0 +pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DisconnectedOperations.0.1.1.zip;sourceType=sa]Az.DisconnectedOperations,0.1.1 pac73,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DiskPool.0.4.0.zip;sourceType=sa]Az.DiskPool,0.4.0 pac74,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Dns.2.0.0.zip;sourceType=sa]Az.Dns,2.0.0 -pac75,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DnsResolver.1.2.1.zip;sourceType=sa]Az.DnsResolver,1.2.1 -pac76,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DurableTask.0.1.0.zip;sourceType=sa]Az.DurableTask,0.1.0 +pac75,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DnsResolver.1.2.3.zip;sourceType=sa]Az.DnsResolver,1.2.3 +pac76,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DurableTask.0.1.1.zip;sourceType=sa]Az.DurableTask,0.1.1 pac77,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DynatraceObservability.0.4.0.zip;sourceType=sa]Az.DynatraceObservability,0.4.0 pac78,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EdgeAction.0.1.1.zip;sourceType=sa]Az.EdgeAction,0.1.1 pac79,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EdgeMarketplace.0.1.0.zip;sourceType=sa]Az.EdgeMarketplace,0.1.0 @@ -90,7 +90,7 @@ pac88,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea pac89,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Fleet.0.2.2.zip;sourceType=sa]Az.Fleet,0.2.2 pac90,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FluidRelay.0.2.0.zip;sourceType=sa]Az.FluidRelay,0.2.0 pac91,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FrontDoor.2.1.0.zip;sourceType=sa]Az.FrontDoor,2.1.0 -pac92,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Functions.4.3.1.zip;sourceType=sa]Az.Functions,4.3.1 +pac92,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Functions.4.3.2.zip;sourceType=sa]Az.Functions,4.3.2 pac93,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.GraphServices.0.2.0.zip;sourceType=sa]Az.GraphServices,0.2.0 pac94,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.GuestConfiguration.0.12.0.zip;sourceType=sa]Az.GuestConfiguration,0.12.0 pac95,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HanaOnAzure.0.4.0.zip;sourceType=sa]Az.HanaOnAzure,0.4.0 @@ -118,14 +118,14 @@ pac116,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-rele pac117,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maintenance.1.5.1.zip;sourceType=sa]Az.Maintenance,1.5.1 pac118,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedNetworkFabric.0.1.3.zip;sourceType=sa]Az.ManagedNetworkFabric,0.1.3 pac119,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServiceIdentity.2.0.0.zip;sourceType=sa]Az.ManagedServiceIdentity,2.0.0 -pac120,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServices.3.1.2.zip;sourceType=sa]Az.ManagedServices,3.1.2 +pac120,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServices.3.1.3.zip;sourceType=sa]Az.ManagedServices,3.1.3 pac121,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagementPartner.0.7.5.zip;sourceType=sa]Az.ManagementPartner,0.7.5 pac122,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maps.0.9.0.zip;sourceType=sa]Az.Maps,0.9.0 pac123,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MariaDb.0.2.3.zip;sourceType=sa]Az.MariaDb,0.2.3 pac124,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Marketplace.0.5.2.zip;sourceType=sa]Az.Marketplace,0.5.2 pac125,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MarketplaceOrdering.2.2.0.zip;sourceType=sa]Az.MarketplaceOrdering,2.2.0 pac126,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Mdp.0.1.2.zip;sourceType=sa]Az.Mdp,0.1.2 -pac127,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Migrate.2.11.0.zip;sourceType=sa]Az.Migrate,2.11.0 +pac127,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Migrate.2.12.0.zip;sourceType=sa]Az.Migrate,2.12.0 pac128,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MixedReality.0.3.0.zip;sourceType=sa]Az.MixedReality,0.3.0 pac129,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MongoDB.0.1.1.zip;sourceType=sa]Az.MongoDB,0.1.1 pac130,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Monitor.7.0.0.zip;sourceType=sa]Az.Monitor,7.0.0 diff --git a/tools/Docs/az-ps-latest-2.csv b/tools/Docs/az-ps-latest-2.csv index 7c2827dd6ccc..c4f37cda45ab 100644 --- a/tools/Docs/az-ps-latest-2.csv +++ b/tools/Docs/az-ps-latest-2.csv @@ -1,8 +1,8 @@ -pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.5.3.3.zip;sourceType=sa]Az.Accounts,5.3.3 +pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.5.3.4.zip;sourceType=sa]Az.Accounts,5.3.4 pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MonitoringSolutions.0.2.0.zip;sourceType=sa]Az.MonitoringSolutions,0.2.0 -pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.5.1.zip;sourceType=sa]Az.MySql,1.5.1 -pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.1.0.0.zip;sourceType=sa]Az.NetAppFiles,1.0.0 -pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.25.1.zip;sourceType=sa]Az.Network,7.25.1 +pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.5.2.zip;sourceType=sa]Az.MySql,1.5.2 +pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.1.1.0.zip;sourceType=sa]Az.NetAppFiles,1.1.0 +pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.26.0.zip;sourceType=sa]Az.Network,7.26.0 pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkAnalytics.0.1.2.zip;sourceType=sa]Az.NetworkAnalytics,0.1.2 pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkCloud.2.0.0.zip;sourceType=sa]Az.NetworkCloud,2.0.0 pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkFunction.0.2.0.zip;sourceType=sa]Az.NetworkFunction,0.2.0 @@ -24,10 +24,10 @@ pac22,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea pac23,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Purview.0.3.0.zip;sourceType=sa]Az.Purview,0.3.0 pac24,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quantum.0.2.0.zip;sourceType=sa]Az.Quantum,0.2.0 pac25,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Qumulo.0.1.3.zip;sourceType=sa]Az.Qumulo,0.1.3 -pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quota.0.1.3.zip;sourceType=sa]Az.Quota,0.1.3 -pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RecoveryServices.7.11.1.zip;sourceType=sa]Az.RecoveryServices,7.11.1 +pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quota.0.2.0.zip;sourceType=sa]Az.Quota,0.2.0 +pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RecoveryServices.7.11.2.zip;sourceType=sa]Az.RecoveryServices,7.11.2 pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisCache.1.11.0.zip;sourceType=sa]Az.RedisCache,1.11.0 -pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisEnterpriseCache.1.6.0.zip;sourceType=sa]Az.RedisEnterpriseCache,1.6.0 +pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisEnterpriseCache.1.6.1.zip;sourceType=sa]Az.RedisEnterpriseCache,1.6.1 pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Relay.3.0.0.zip;sourceType=sa]Az.Relay,3.0.0 pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Reservations.0.14.1.zip;sourceType=sa]Az.Reservations,0.14.1 pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceGraph.1.2.1.zip;sourceType=sa]Az.ResourceGraph,1.2.1 @@ -39,36 +39,37 @@ pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea pac38,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SecurityInsights.3.2.1.zip;sourceType=sa]Az.SecurityInsights,3.2.1 pac39,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SelfHelp.0.3.0.zip;sourceType=sa]Az.SelfHelp,0.3.0 pac40,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceBus.4.1.1.zip;sourceType=sa]Az.ServiceBus,4.1.1 -pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceFabric.5.0.0.zip;sourceType=sa]Az.ServiceFabric,5.0.0 -pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceLinker.0.3.0.zip;sourceType=sa]Az.ServiceLinker,0.3.0 -pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sftp.0.1.1.zip;sourceType=sa]Az.Sftp,0.1.1 -pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SignalR.2.3.3.zip;sourceType=sa]Az.SignalR,2.3.3 -pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Site.0.1.0.zip;sourceType=sa]Az.Site,0.1.0 -pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sphere.0.1.3.zip;sourceType=sa]Az.Sphere,0.1.3 -pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SpringCloud.0.4.0.zip;sourceType=sa]Az.SpringCloud,0.4.0 -pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sql.6.4.1.zip;sourceType=sa]Az.Sql,6.4.1 -pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SqlVirtualMachine.2.4.0.zip;sourceType=sa]Az.SqlVirtualMachine,2.4.0 -pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Ssh.0.2.3.zip;sourceType=sa]Az.Ssh,0.2.3 -pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.6.6.zip;sourceType=sa]Az.StackHCI,2.6.6 -pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCIVM.1.1.0.zip;sourceType=sa]Az.StackHCIVM,1.1.0 -pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StandbyPool.0.3.0.zip;sourceType=sa]Az.StandbyPool,0.3.0 -pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.9.6.0.zip;sourceType=sa]Az.Storage,9.6.0 -pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageAction.1.0.1.zip;sourceType=sa]Az.StorageAction,1.0.1 -pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageCache.0.3.0.zip;sourceType=sa]Az.StorageCache,0.3.0 -pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageDiscovery.1.0.0.zip;sourceType=sa]Az.StorageDiscovery,1.0.0 -pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageMover.2.0.0.zip;sourceType=sa]Az.StorageMover,2.0.0 -pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageSync.2.5.2.zip;sourceType=sa]Az.StorageSync,2.5.2 -pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StreamAnalytics.3.0.0.zip;sourceType=sa]Az.StreamAnalytics,3.0.0 -pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Subscription.0.12.0.zip;sourceType=sa]Az.Subscription,0.12.0 -pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Support.2.1.0.zip;sourceType=sa]Az.Support,2.1.0 -pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Synapse.3.2.4.zip;sourceType=sa]Az.Synapse,3.2.4 -pac64,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Terraform.0.1.2.zip;sourceType=sa]Az.Terraform,0.1.2 -pac65,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TimeSeriesInsights.0.2.3.zip;sourceType=sa]Az.TimeSeriesInsights,0.2.3 -pac66,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrafficManager.1.3.0.zip;sourceType=sa]Az.TrafficManager,1.3.0 -pac67,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VMware.0.9.0.zip;sourceType=sa]Az.VMware,0.9.0 -pac68,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VoiceServices.0.2.0.zip;sourceType=sa]Az.VoiceServices,0.2.0 -pac69,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Websites.3.4.2.zip;sourceType=sa]Az.Websites,3.4.2 -pac70,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WeightsAndBiases.0.1.0.zip;sourceType=sa]Az.WeightsAndBiases,0.1.0 -pac71,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WindowsIotServices.0.2.0.zip;sourceType=sa]Az.WindowsIotServices,0.2.0 -pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Workloads.2.0.0.zip;sourceType=sa]Az.Workloads,2.0.0 +pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceFabric.5.1.0.zip;sourceType=sa]Az.ServiceFabric,5.1.0 +pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceGroups.0.1.0.zip;sourceType=sa]Az.ServiceGroups,0.1.0 +pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceLinker.0.3.0.zip;sourceType=sa]Az.ServiceLinker,0.3.0 +pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sftp.0.1.2.zip;sourceType=sa]Az.Sftp,0.1.2 +pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SignalR.2.3.3.zip;sourceType=sa]Az.SignalR,2.3.3 +pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Site.0.1.0.zip;sourceType=sa]Az.Site,0.1.0 +pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sphere.0.1.3.zip;sourceType=sa]Az.Sphere,0.1.3 +pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SpringCloud.0.4.0.zip;sourceType=sa]Az.SpringCloud,0.4.0 +pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sql.6.4.1.zip;sourceType=sa]Az.Sql,6.4.1 +pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SqlVirtualMachine.2.4.1.zip;sourceType=sa]Az.SqlVirtualMachine,2.4.1 +pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Ssh.0.2.3.zip;sourceType=sa]Az.Ssh,0.2.3 +pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.6.6.zip;sourceType=sa]Az.StackHCI,2.6.6 +pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCIVM.1.1.1.zip;sourceType=sa]Az.StackHCIVM,1.1.1 +pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StandbyPool.0.4.0.zip;sourceType=sa]Az.StandbyPool,0.4.0 +pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.9.6.0.zip;sourceType=sa]Az.Storage,9.6.0 +pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageAction.1.0.1.zip;sourceType=sa]Az.StorageAction,1.0.1 +pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageCache.0.3.0.zip;sourceType=sa]Az.StorageCache,0.3.0 +pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageDiscovery.1.0.0.zip;sourceType=sa]Az.StorageDiscovery,1.0.0 +pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageMover.2.0.0.zip;sourceType=sa]Az.StorageMover,2.0.0 +pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageSync.2.5.2.zip;sourceType=sa]Az.StorageSync,2.5.2 +pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StreamAnalytics.3.0.0.zip;sourceType=sa]Az.StreamAnalytics,3.0.0 +pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Subscription.0.12.0.zip;sourceType=sa]Az.Subscription,0.12.0 +pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Support.2.1.0.zip;sourceType=sa]Az.Support,2.1.0 +pac64,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Synapse.3.2.4.zip;sourceType=sa]Az.Synapse,3.2.4 +pac65,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Terraform.0.1.2.zip;sourceType=sa]Az.Terraform,0.1.2 +pac66,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TimeSeriesInsights.0.2.3.zip;sourceType=sa]Az.TimeSeriesInsights,0.2.3 +pac67,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrafficManager.1.3.0.zip;sourceType=sa]Az.TrafficManager,1.3.0 +pac68,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VMware.0.9.0.zip;sourceType=sa]Az.VMware,0.9.0 +pac69,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VoiceServices.0.2.0.zip;sourceType=sa]Az.VoiceServices,0.2.0 +pac70,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Websites.3.4.2.zip;sourceType=sa]Az.Websites,3.4.2 +pac71,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WeightsAndBiases.0.1.0.zip;sourceType=sa]Az.WeightsAndBiases,0.1.0 +pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WindowsIotServices.0.2.0.zip;sourceType=sa]Az.WindowsIotServices,0.2.0 +pac73,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Workloads.2.0.0.zip;sourceType=sa]Az.Workloads,2.0.0 diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json b/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json index 35c918633da3..1991f8e733cc 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": "5.3.3", + "ModuleVersion": "5.3.4", "Cmdlets": [ { "VerbName": "Add", @@ -478,7 +478,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1059,7 +1059,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1377,7 +1377,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1471,7 +1471,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1535,7 +1535,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2292,7 +2292,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2369,7 +2369,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2480,7 +2480,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2572,7 +2572,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2666,7 +2666,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3036,7 +3036,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3182,7 +3182,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3412,7 +3412,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3627,7 +3627,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3887,7 +3887,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4117,7 +4117,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4374,7 +4374,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4624,7 +4624,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4896,7 +4896,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5130,7 +5130,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5205,7 +5205,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Mode": "System.String", @@ -5270,7 +5270,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5317,7 +5317,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5848,7 +5848,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5914,7 +5914,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6012,7 +6012,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6101,7 +6101,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6190,7 +6190,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6269,7 +6269,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6333,7 +6333,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6408,7 +6408,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Mode": "System.String", @@ -6473,7 +6473,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6520,7 +6520,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7070,7 +7070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSSecureAccessToken", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSSecureAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSSecureAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpiresOn": "System.DateTimeOffset", "Token": "System.Security.SecureString", @@ -7484,7 +7484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.PowerShell.Common.Config.ConfigScope", "Value": "System.Object", @@ -8280,7 +8280,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Mode": "System.String", @@ -8345,7 +8345,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8392,7 +8392,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8463,7 +8463,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -9747,7 +9747,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9824,7 +9824,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9903,7 +9903,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9967,7 +9967,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10038,7 +10038,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.Int32", "Headers": "System.Net.Http.Headers.HttpResponseHeaders", @@ -11344,7 +11344,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProfileName": "System.String" }, @@ -11544,7 +11544,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11646,7 +11646,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11740,7 +11740,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11916,7 +11916,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11978,7 +11978,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12156,7 +12156,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12258,7 +12258,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12352,7 +12352,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12423,7 +12423,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorCategory": "System.Management.Automation.ErrorCategoryInfo", "ErrorDetails": "System.Management.Automation.ErrorDetails", @@ -12474,7 +12474,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InnerException": "System.Boolean", "Exception": "System.Exception", @@ -12538,7 +12538,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestMessage": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo", "ServerResponse": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo", @@ -13220,7 +13220,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13292,7 +13292,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13356,7 +13356,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13726,7 +13726,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13847,7 +13847,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13988,7 +13988,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14131,7 +14131,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14282,7 +14282,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14414,7 +14414,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14527,7 +14527,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14601,7 +14601,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -14668,7 +14668,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14745,7 +14745,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14824,7 +14824,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15339,7 +15339,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15559,7 +15559,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16157,7 +16157,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16475,7 +16475,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16677,7 +16677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.Models", "Name": "Microsoft.Azure.Commands.Profile.Models.PSConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.PowerShell.Common.Config.ConfigScope", "Value": "System.Object", @@ -16873,7 +16873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Config.Models", "Name": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig, Microsoft.Azure.PowerShell.Authentication, Version=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig, Microsoft.Azure.PowerShell.Authentication, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -17112,7 +17112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Config.Models", "Name": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig, Microsoft.Azure.PowerShell.Authentication, Version=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig, Microsoft.Azure.PowerShell.Authentication, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17477,7 +17477,7 @@ "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings": { "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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Mode": "System.String", @@ -17769,7 +17769,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]", "Verb": "System.String", @@ -17846,7 +17846,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=5.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=5.3.3.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.ArtifactSigning.json b/tools/Tools.Common/SerializedCmdlets/Az.ArtifactSigning.json index beeb88ac4296..a75b671dc582 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.ArtifactSigning.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.ArtifactSigning.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.ArtifactSigning", - "ModuleVersion": "0.1.5", + "ModuleVersion": "0.1.6", "Cmdlets": [ { "VerbName": "Get", @@ -16,7 +16,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.ArtifactSigning.Models.PSSigningCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.ArtifactSigning.Models.PSSigningCertificate, Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.ArtifactSigning.Models.PSSigningCertificate, Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ArtifactSigning.Models.PSSigningCertificate" ] @@ -359,7 +359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ArtifactSigning.Models", "Name": "Microsoft.Azure.Commands.ArtifactSigning.Models.PSSigningCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ArtifactSigning.Models.PSSigningCertificate, Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ArtifactSigning.Models.PSSigningCertificate, Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "Subject": "System.String", @@ -1453,7 +1453,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICodeSigningAccount", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICodeSigningAccount, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICodeSigningAccount, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountUri": "System.String", "ProvisioningState": "System.String", @@ -1499,7 +1499,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -1537,7 +1537,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1547,7 +1547,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1682,7 +1682,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1698,7 +1698,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1847,7 +1847,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1863,7 +1863,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1997,7 +1997,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2013,7 +2013,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2097,7 +2097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -2153,7 +2153,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2169,7 +2169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2287,7 +2287,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2303,7 +2303,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2394,7 +2394,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificateProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificateProfile, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificateProfile, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Certificate": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate]", "IncludeCity": "System.Nullable`1[System.Boolean]", @@ -2456,7 +2456,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -2472,7 +2472,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -2510,7 +2510,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2520,7 +2520,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2655,7 +2655,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2671,7 +2671,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2850,7 +2850,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2866,7 +2866,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2965,7 +2965,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -3021,7 +3021,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3037,7 +3037,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3121,7 +3121,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -3177,7 +3177,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3193,7 +3193,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3311,7 +3311,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3327,7 +3327,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3418,7 +3418,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICodeSigningAccount", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICodeSigningAccount, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICodeSigningAccount, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountUri": "System.String", "ProvisioningState": "System.String", @@ -3539,7 +3539,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3549,7 +3549,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3707,7 +3707,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3723,7 +3723,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3961,7 +3961,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3977,7 +3977,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4185,7 +4185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4201,7 +4201,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4409,7 +4409,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4425,7 +4425,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4531,7 +4531,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificateProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificateProfile, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificateProfile, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Certificate": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate]", "IncludeCity": "System.Nullable`1[System.Boolean]", @@ -4704,7 +4704,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4714,7 +4714,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4887,7 +4887,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4903,7 +4903,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5216,7 +5216,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5232,7 +5232,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5455,7 +5455,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5471,7 +5471,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5694,7 +5694,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5710,7 +5710,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5856,7 +5856,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -5903,7 +5903,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5913,7 +5913,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6080,7 +6080,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6096,7 +6096,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6210,7 +6210,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -6281,7 +6281,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6297,7 +6297,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6460,7 +6460,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6476,7 +6476,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6646,7 +6646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -6662,7 +6662,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -6709,7 +6709,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6719,7 +6719,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6901,7 +6901,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6917,7 +6917,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7046,7 +7046,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -7117,7 +7117,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7133,7 +7133,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7247,7 +7247,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -7318,7 +7318,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7334,7 +7334,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7497,7 +7497,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7513,7 +7513,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7634,7 +7634,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICheckNameAvailabilityResult", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICheckNameAvailabilityResult, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICheckNameAvailabilityResult, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NameAvailable": "System.Nullable`1[System.Boolean]", "Message": "System.String", @@ -7661,7 +7661,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICheckNameAvailability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICheckNameAvailability, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICheckNameAvailability, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -7732,7 +7732,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7742,7 +7742,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7846,7 +7846,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7862,7 +7862,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7946,7 +7946,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICheckNameAvailability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICheckNameAvailability, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICheckNameAvailability, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -8014,7 +8014,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8030,7 +8030,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8193,7 +8193,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8209,7 +8209,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8357,7 +8357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8373,7 +8373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8521,7 +8521,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8537,7 +8537,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8628,7 +8628,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICodeSigningAccount", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICodeSigningAccount, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICodeSigningAccount, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountUri": "System.String", "ProvisioningState": "System.String", @@ -8673,7 +8673,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -8756,7 +8756,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8766,7 +8766,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8939,7 +8939,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8955,7 +8955,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9163,7 +9163,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9179,7 +9179,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9402,7 +9402,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9418,7 +9418,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9517,7 +9517,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.IArtifactSigningIdentity, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "Id": "System.String", @@ -9618,7 +9618,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9634,7 +9634,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9782,7 +9782,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9798,7 +9798,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep[], Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9937,7 +9937,7 @@ "Microsoft.Azure.Commands.ArtifactSigning.Models.PSSigningCertificate": { "Namespace": "Microsoft.Azure.Commands.ArtifactSigning.Models", "Name": "Microsoft.Azure.Commands.ArtifactSigning.Models.PSSigningCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ArtifactSigning.Models.PSSigningCertificate, Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ArtifactSigning.Models.PSSigningCertificate, Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "Subject": "System.String", @@ -10119,7 +10119,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.SendAsyncStep, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -10292,7 +10292,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate" ] @@ -10300,7 +10300,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate, Az.ArtifactSigning.private, Version=0.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate, Az.ArtifactSigning.private, Version=0.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RevocationEffectiveAt": "System.Nullable`1[System.DateTime]", "RevocationRequestedAt": "System.Nullable`1[System.DateTime]", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Cdn.json b/tools/Tools.Common/SerializedCmdlets/Az.Cdn.json index e5e606588d53..2fd5cc4dc68d 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Cdn.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Cdn.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Cdn", - "ModuleVersion": "6.0.0", + "ModuleVersion": "6.0.1", "Cmdlets": [ { "VerbName": "Add", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.CloudService.json b/tools/Tools.Common/SerializedCmdlets/Az.CloudService.json index e79eefd8312a..670b48e30f54 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.CloudService.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.CloudService.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.CloudService", - "ModuleVersion": "2.1.1", + "ModuleVersion": "2.1.2", "Cmdlets": [ { "VerbName": "Get", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile", "NetworkProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile", @@ -83,7 +83,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -129,7 +129,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -139,7 +139,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -277,7 +277,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -293,7 +293,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -442,7 +442,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -458,7 +458,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -592,7 +592,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -608,7 +608,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -692,7 +692,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -756,7 +756,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -772,7 +772,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -890,7 +890,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -906,7 +906,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -997,7 +997,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceInstanceView, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceInstanceView, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Statuses": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IResourceInstanceViewStatus[]", "RoleInstanceStatusesSummary": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IStatusCodeCount[]", @@ -1066,7 +1066,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1076,7 +1076,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1211,7 +1211,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1227,7 +1227,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1318,7 +1318,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterface, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterface, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationSecurityGroup": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup[]", "CustomDnsConfig": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat[]", @@ -1452,7 +1452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -1507,7 +1507,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1517,7 +1517,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1652,7 +1652,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1668,7 +1668,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1847,7 +1847,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1863,7 +1863,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2075,7 +2075,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2091,7 +2091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2175,7 +2175,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -2254,7 +2254,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2270,7 +2270,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2388,7 +2388,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2404,7 +2404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2495,7 +2495,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSFamily", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSFamily, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSFamily, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Version": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase[]", "Id": "System.String", @@ -2545,7 +2545,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -2591,7 +2591,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2601,7 +2601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2721,7 +2721,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2737,7 +2737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2901,7 +2901,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2917,7 +2917,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3001,7 +3001,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -3065,7 +3065,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3081,7 +3081,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3199,7 +3199,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3215,7 +3215,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3306,7 +3306,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersion, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersion, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActive": "System.Nullable`1[System.Boolean]", "IsDefault": "System.Nullable`1[System.Boolean]", @@ -3359,7 +3359,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -3405,7 +3405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3415,7 +3415,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3535,7 +3535,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3551,7 +3551,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3715,7 +3715,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3731,7 +3731,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3815,7 +3815,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -3879,7 +3879,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3895,7 +3895,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4013,7 +4013,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4029,7 +4029,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4120,7 +4120,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddress", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddress, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddress, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IExtendedLocation", "Property": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressPropertiesFormat", @@ -4207,7 +4207,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -4262,7 +4262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4272,7 +4272,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4452,7 +4452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4468,7 +4468,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4632,7 +4632,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4648,7 +4648,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4890,7 +4890,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4906,7 +4906,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4990,7 +4990,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -5069,7 +5069,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5085,7 +5085,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5203,7 +5203,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5219,7 +5219,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5310,7 +5310,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IRoleInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IRoleInstance, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IRoleInstance, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkProfileNetworkInterface": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource[]", "InstanceViewStatuses": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IResourceInstanceViewStatus[]", @@ -5374,7 +5374,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -5398,7 +5398,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5429,7 +5429,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5439,7 +5439,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5540,7 +5540,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5589,7 +5589,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5605,7 +5605,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5750,7 +5750,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5799,7 +5799,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5815,7 +5815,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5899,7 +5899,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -5929,7 +5929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5978,7 +5978,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5994,7 +5994,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6078,7 +6078,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.InstanceViewTypes, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6127,7 +6127,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6143,7 +6143,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6315,7 +6315,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6325,7 +6325,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6499,7 +6499,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6515,7 +6515,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6621,7 +6621,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IRoleInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IRoleInstanceView, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IRoleInstanceView, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Statuses": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IResourceInstanceViewStatus[]", "PlatformFaultDomain": "System.Nullable`1[System.Int32]", @@ -6699,7 +6699,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6709,7 +6709,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6859,7 +6859,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6875,7 +6875,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7006,7 +7006,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -7071,7 +7071,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7081,7 +7081,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7264,7 +7264,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7280,7 +7280,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7394,7 +7394,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -7489,7 +7489,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7505,7 +7505,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7684,7 +7684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7700,7 +7700,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7864,7 +7864,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -7929,7 +7929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7939,7 +7939,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8125,7 +8125,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8141,7 +8141,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8255,7 +8255,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -8350,7 +8350,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8366,7 +8366,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8545,7 +8545,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8561,7 +8561,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8731,7 +8731,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -8786,7 +8786,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8796,7 +8796,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8978,7 +8978,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8994,7 +8994,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9108,7 +9108,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -9187,7 +9187,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9203,7 +9203,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9366,7 +9366,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9382,7 +9382,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9552,7 +9552,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -9607,7 +9607,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9617,7 +9617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9799,7 +9799,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9815,7 +9815,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9929,7 +9929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -10008,7 +10008,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10024,7 +10024,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10187,7 +10187,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10203,7 +10203,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10324,7 +10324,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile", "NetworkProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile", @@ -10426,7 +10426,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Extension": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension[]" } @@ -10438,7 +10438,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SwappableCloudService": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource", "LoadBalancerConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration[]", @@ -10452,7 +10452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceOSProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceOSProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Secret": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup[]" } @@ -10473,7 +10473,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Role": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfileProperties[]" } @@ -10503,7 +10503,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10607,7 +10607,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10617,7 +10617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10744,7 +10744,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Extension": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension[]" } @@ -10792,7 +10792,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10875,7 +10875,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SwappableCloudService": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource", "LoadBalancerConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration[]", @@ -10895,7 +10895,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceOSProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceOSProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Secret": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup[]" } @@ -10928,7 +10928,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Role": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfileProperties[]" } @@ -11011,7 +11011,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11027,7 +11027,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11166,7 +11166,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Extension": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension[]" } @@ -11214,7 +11214,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11390,7 +11390,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Extension": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension[]" } @@ -11438,7 +11438,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11629,7 +11629,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Extension": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension[]" } @@ -11677,7 +11677,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11722,7 +11722,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.Extension", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.Extension, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.Extension, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", "ForceUpdateTag": "System.String", @@ -12126,7 +12126,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.Extension", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.Extension, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.Extension, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", "ForceUpdateTag": "System.String", @@ -12482,7 +12482,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.LoadBalancerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.LoadBalancerConfiguration, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.LoadBalancerConfiguration, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration[]", "Id": "System.String", @@ -12587,7 +12587,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -12624,7 +12624,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -12685,7 +12685,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.LoadBalancerFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.LoadBalancerFrontendIPConfiguration, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.LoadBalancerFrontendIPConfiguration, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "PrivateIPAddress": "System.String", @@ -13011,7 +13011,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.Extension", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.Extension, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.Extension, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", "ForceUpdateTag": "System.String", @@ -13319,7 +13319,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceRoleProfileProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceRoleProfileProperties, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceRoleProfileProperties, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapacity": "System.Nullable`1[System.Int64]", "Name": "System.String", @@ -13569,7 +13569,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceVaultSecretGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceVaultSecretGroup, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceVaultSecretGroup, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VaultCertificate": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultCertificate[]", "SourceVaultId": "System.String" @@ -13814,7 +13814,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -13869,7 +13869,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13879,7 +13879,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14049,7 +14049,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14065,7 +14065,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14179,7 +14179,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -14258,7 +14258,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14274,7 +14274,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14437,7 +14437,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14453,7 +14453,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14614,7 +14614,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -14679,7 +14679,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14689,7 +14689,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14872,7 +14872,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14888,7 +14888,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15002,7 +15002,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -15097,7 +15097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15113,7 +15113,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15292,7 +15292,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15308,7 +15308,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15472,7 +15472,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -15537,7 +15537,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15547,7 +15547,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15733,7 +15733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15749,7 +15749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15863,7 +15863,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -15958,7 +15958,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15974,7 +15974,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16153,7 +16153,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16169,7 +16169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16339,7 +16339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -16394,7 +16394,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16404,7 +16404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16586,7 +16586,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16602,7 +16602,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16716,7 +16716,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -16795,7 +16795,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16811,7 +16811,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16974,7 +16974,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16990,7 +16990,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17191,7 +17191,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17201,7 +17201,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17383,7 +17383,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17399,7 +17399,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17563,7 +17563,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -17618,7 +17618,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17628,7 +17628,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17798,7 +17798,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17814,7 +17814,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17928,7 +17928,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -18007,7 +18007,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18023,7 +18023,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18186,7 +18186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18202,7 +18202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18366,7 +18366,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -18421,7 +18421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18431,7 +18431,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18601,7 +18601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18617,7 +18617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18731,7 +18731,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -18810,7 +18810,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18826,7 +18826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18989,7 +18989,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19005,7 +19005,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19166,7 +19166,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudService", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudService, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudService, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile", "NetworkProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile", @@ -19490,7 +19490,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudService", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudService, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudService, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile", "NetworkProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile", @@ -19637,7 +19637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile", "NetworkProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile", @@ -19673,7 +19673,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -19697,7 +19697,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile", "NetworkProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile", @@ -19760,7 +19760,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19770,7 +19770,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19834,7 +19834,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpdateDomain": "System.Nullable`1[System.Int32]", "CloudServiceName": "System.String", @@ -19864,7 +19864,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile", "NetworkProfile": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile", @@ -19951,7 +19951,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19967,7 +19967,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20106,7 +20106,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Extension": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension[]" } @@ -20114,13 +20114,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IExtension, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", "ForceUpdateTag": "System.String", @@ -20153,7 +20153,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SwappableCloudService": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource", "LoadBalancerConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration[]", @@ -20163,7 +20163,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -20171,13 +20171,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration[]", "Id": "System.String", @@ -20187,13 +20187,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerFrontendIPConfiguration, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "PrivateIPAddress": "System.String", @@ -20204,7 +20204,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType" ] @@ -20212,7 +20212,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20295,7 +20295,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceOSProfile": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceOSProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceOSProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Secret": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup[]" } @@ -20303,13 +20303,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VaultCertificate": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultCertificate[]", "SourceVaultId": "System.String" @@ -20318,13 +20318,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultCertificate[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultCertificate[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultCertificate[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultCertificate" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultCertificate": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultCertificate, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultCertificate, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateUrl": "System.String" } @@ -20332,7 +20332,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfile": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Role": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfileProperties[]" } @@ -20340,13 +20340,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfileProperties[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfileProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfileProperties[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfileProperties[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfileProperties" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfileProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfileProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfileProperties, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceRoleProfileProperties, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapacity": "System.Nullable`1[System.Int64]", "Name": "System.String", @@ -20365,12 +20365,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceTags": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceTags, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceTags, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode" ] @@ -20378,7 +20378,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceUpgradeMode, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20464,7 +20464,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SendAsyncStep, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -20642,13 +20642,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IResourceInstanceViewStatus[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IResourceInstanceViewStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IResourceInstanceViewStatus[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IResourceInstanceViewStatus[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IResourceInstanceViewStatus" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IResourceInstanceViewStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IResourceInstanceViewStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IResourceInstanceViewStatus, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IResourceInstanceViewStatus, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Level": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.StatusLevelTypes]", "Time": "System.Nullable`1[System.DateTime]", @@ -20660,7 +20660,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.StatusLevelTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.StatusLevelTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.StatusLevelTypes, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.StatusLevelTypes, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.StatusLevelTypes" ] @@ -20668,7 +20668,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.StatusLevelTypes": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.StatusLevelTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.StatusLevelTypes, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.StatusLevelTypes, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20733,13 +20733,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IStatusCodeCount[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IStatusCodeCount[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IStatusCodeCount[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IStatusCodeCount[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IStatusCodeCount" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IStatusCodeCount": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IStatusCodeCount", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IStatusCodeCount, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IStatusCodeCount, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Int32]", "Code": "System.String" @@ -20748,13 +20748,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]", "Etag": "System.String", @@ -20764,7 +20764,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState" ] @@ -20772,7 +20772,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20837,13 +20837,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Fqdn": "System.String", "IPAddress": "System.String[]" @@ -20852,13 +20852,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFlowLog[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFlowLog[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFlowLog[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFlowLog[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFlowLog" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFlowLog": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFlowLog", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFlowLog, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFlowLog, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FormatType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]", @@ -20880,7 +20880,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType" ] @@ -20888,7 +20888,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20953,13 +20953,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFrontendIPConfiguration[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFrontendIPConfiguration[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFrontendIPConfiguration[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFrontendIPConfiguration" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFrontendIPConfiguration": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFrontendIPConfiguration, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFrontendIPConfiguration, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPAddress": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddress", "Subnet": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet", @@ -20982,7 +20982,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddress": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddress", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddress, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddress, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IExtendedLocation", "Property": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressPropertiesFormat", @@ -20994,7 +20994,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IExtendedLocation": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IExtendedLocation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IExtendedLocation, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IExtendedLocation, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ExtendedLocationTypes]", "Name": "System.String" @@ -21003,7 +21003,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ExtendedLocationTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ExtendedLocationTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ExtendedLocationTypes, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ExtendedLocationTypes, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ExtendedLocationTypes" ] @@ -21011,7 +21011,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ExtendedLocationTypes": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ExtendedLocationTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ExtendedLocationTypes, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ExtendedLocationTypes, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21076,7 +21076,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressPropertiesFormat": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressPropertiesFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressPropertiesFormat, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressPropertiesFormat, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSetting": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDdosSettings", "IPConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfiguration", @@ -21099,7 +21099,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDdosSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDdosSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDdosSettings, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDdosSettings, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtectionCoverage": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DdosSettingsProtectionCoverage]", "ProtectedIP": "System.Nullable`1[System.Boolean]", @@ -21109,7 +21109,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DdosSettingsProtectionCoverage]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DdosSettingsProtectionCoverage]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DdosSettingsProtectionCoverage, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DdosSettingsProtectionCoverage, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DdosSettingsProtectionCoverage" ] @@ -21117,7 +21117,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DdosSettingsProtectionCoverage": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DdosSettingsProtectionCoverage", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DdosSettingsProtectionCoverage, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DdosSettingsProtectionCoverage, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21182,7 +21182,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfiguration": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfiguration, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfiguration, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationPropertiesFormat", "Name": "System.String", @@ -21192,7 +21192,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationPropertiesFormat": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationPropertiesFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationPropertiesFormat, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationPropertiesFormat, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPAddress": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddress", "Subnet": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet", @@ -21204,7 +21204,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGatewayIPConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayIPConfiguration[]", "Delegation": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDelegation[]", @@ -21255,13 +21255,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayIPConfiguration[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayIPConfiguration[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayIPConfiguration[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayIPConfiguration" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayIPConfiguration": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayIPConfiguration, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayIPConfiguration, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]", "Etag": "System.String", @@ -21273,13 +21273,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDelegation[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDelegation[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDelegation[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDelegation" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDelegation": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDelegation, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IDelegation, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]", "Etag": "System.String", @@ -21292,19 +21292,19 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfiguration[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfiguration[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfiguration[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfiguration" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationProfile[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationProfile[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationProfile[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationProfile" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationProfile": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationProfile, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationProfile, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]", @@ -21316,13 +21316,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterface[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterface[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterface[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterface" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterface": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterface, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterface, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationSecurityGroup": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup[]", "CustomDnsConfig": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat[]", @@ -21399,13 +21399,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfiguration[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfiguration[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfiguration[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfiguration" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfiguration": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfiguration, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfiguration, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGatewayBackendAddressPool": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool[]", "ApplicationSecurityGroup": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup[]", @@ -21431,13 +21431,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddress": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddress[]", "BackendIPConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceIPConfiguration[]", @@ -21450,13 +21450,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddress[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddress[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddress[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddress" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddress": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddress", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddress, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddress, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Fqdn": "System.String", "IPAddress": "System.String" @@ -21465,13 +21465,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IBackendAddressPool[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IBackendAddressPool[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IBackendAddressPool[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IBackendAddressPool" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IBackendAddressPool": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IBackendAddressPool, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IBackendAddressPool, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TunnelInterface": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IGatewayLoadBalancerTunnelInterface[]", "LoadBalancerBackendAddress": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress[]", @@ -21489,13 +21489,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IGatewayLoadBalancerTunnelInterface[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IGatewayLoadBalancerTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IGatewayLoadBalancerTunnelInterface[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IGatewayLoadBalancerTunnelInterface[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IGatewayLoadBalancerTunnelInterface" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IGatewayLoadBalancerTunnelInterface": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IGatewayLoadBalancerTunnelInterface", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IGatewayLoadBalancerTunnelInterface, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IGatewayLoadBalancerTunnelInterface, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelInterfaceType]", "Protocol": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelProtocol]", @@ -21506,7 +21506,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelInterfaceType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelInterfaceType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelInterfaceType, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelInterfaceType, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelInterfaceType" ] @@ -21514,7 +21514,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelInterfaceType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelInterfaceType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelInterfaceType, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelInterfaceType, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21579,7 +21579,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelProtocol]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelProtocol, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelProtocol, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelProtocol" ] @@ -21587,7 +21587,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelProtocol": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelProtocol, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelProtocol, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21652,13 +21652,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPAddress": "System.String", "LoadBalancerFrontendIPConfigurationId": "System.String", @@ -21671,13 +21671,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -21685,13 +21685,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IInboundNatRule[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IInboundNatRule[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IInboundNatRule[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IInboundNatRule" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IInboundNatRule": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IInboundNatRule, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IInboundNatRule, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGatewayBackendAddressPool": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool[]", "ApplicationSecurityGroup": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup[]", @@ -21732,13 +21732,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IVirtualNetworkTap[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IVirtualNetworkTap[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IVirtualNetworkTap[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IVirtualNetworkTap[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IVirtualNetworkTap" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IVirtualNetworkTap": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IVirtualNetworkTap, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IVirtualNetworkTap, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationGatewayBackendAddressPool": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool[]", "ApplicationSecurityGroup": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup[]", @@ -21787,13 +21787,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceTapConfiguration[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceTapConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceTapConfiguration[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceTapConfiguration[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceTapConfiguration" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceTapConfiguration": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceTapConfiguration, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceTapConfiguration, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IVirtualNetworkTap", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]", @@ -21805,7 +21805,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod" ] @@ -21813,7 +21813,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21878,7 +21878,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPVersion]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPVersion]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPVersion, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPVersion, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPVersion" ] @@ -21886,7 +21886,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPVersion": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPVersion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPVersion, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPVersion, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21951,7 +21951,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.TransportProtocol]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.TransportProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.TransportProtocol, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.TransportProtocol, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.TransportProtocol" ] @@ -21959,7 +21959,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.TransportProtocol": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.TransportProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.TransportProtocol, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.TransportProtocol, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22024,13 +22024,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointConnection[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointConnection[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointConnection[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointConnection" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointConnection": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointConnection, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointConnection, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationSecurityGroup": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup[]", "CustomDnsConfig": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat[]", @@ -22062,13 +22062,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfiguration[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfiguration[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfiguration[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfiguration" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfiguration": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfiguration, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfiguration, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Etag": "System.String", "GroupId": "System.String", @@ -22081,13 +22081,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceConnection[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceConnection[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceConnection[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceConnection" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceConnection": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceConnection, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceConnection, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]", "Etag": "System.String", @@ -22104,18 +22104,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceTags": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceTags, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceTags, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceIPConfiguration[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceIPConfiguration[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceIPConfiguration[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceIPConfiguration" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceIPConfiguration": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceIPConfiguration, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceIPConfiguration, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet", "PrivateIPAllocationMethod": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod]", @@ -22131,13 +22131,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceApplicationSecurityGroup": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup[]", "DestinationApplicationSecurityGroup": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup[]", @@ -22163,7 +22163,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleAccess]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleAccess]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleAccess, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleAccess, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleAccess" ] @@ -22171,7 +22171,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleAccess": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleAccess", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleAccess, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleAccess, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22236,7 +22236,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleDirection]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleDirection]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleDirection, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleDirection, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleDirection" ] @@ -22244,7 +22244,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleDirection": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleDirection, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleDirection, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22309,7 +22309,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol" ] @@ -22317,7 +22317,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22382,13 +22382,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase" ] @@ -22396,7 +22396,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22461,7 +22461,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType" ] @@ -22469,7 +22469,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22534,13 +22534,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpoint[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpoint[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpoint[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpoint" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpoint": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpoint, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpoint, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationSecurityGroup": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup[]", "CustomDnsConfig": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ICustomDnsConfigPropertiesFormat[]", @@ -22559,13 +22559,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceNavigationLink[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceNavigationLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceNavigationLink[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceNavigationLink[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceNavigationLink" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceNavigationLink": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceNavigationLink", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceNavigationLink, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResourceNavigationLink, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]", "Etag": "System.String", @@ -22578,13 +22578,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoute[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoute[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoute[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoute" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoute": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoute", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoute, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IRoute, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]", "NextHopType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.RouteNextHopType]", @@ -22599,7 +22599,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.RouteNextHopType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.RouteNextHopType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.RouteNextHopType, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.RouteNextHopType, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.RouteNextHopType" ] @@ -22607,7 +22607,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.RouteNextHopType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.RouteNextHopType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.RouteNextHopType, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.RouteNextHopType, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22672,13 +22672,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceAssociationLink[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceAssociationLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceAssociationLink[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceAssociationLink[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceAssociationLink" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceAssociationLink": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceAssociationLink", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceAssociationLink, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceAssociationLink, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]", "AllowDelete": "System.Nullable`1[System.Boolean]", @@ -22693,13 +22693,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicy[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicy[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicy[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicy" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicy": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicy, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicy, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Definition": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition[]", "Subnet": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubnet[]", @@ -22714,13 +22714,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]", "Description": "System.String", @@ -22734,13 +22734,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPropertiesFormat[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPropertiesFormat[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPropertiesFormat[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPropertiesFormat[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPropertiesFormat" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPropertiesFormat": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPropertiesFormat", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPropertiesFormat, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPropertiesFormat, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.ProvisioningState]", "Service": "System.String", @@ -22750,7 +22750,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateEndpointNetworkPolicies]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateEndpointNetworkPolicies]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateEndpointNetworkPolicies, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateEndpointNetworkPolicies, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateEndpointNetworkPolicies" ] @@ -22758,7 +22758,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateEndpointNetworkPolicies": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateEndpointNetworkPolicies", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateEndpointNetworkPolicies, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateEndpointNetworkPolicies, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22823,7 +22823,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateLinkServiceNetworkPolicies]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateLinkServiceNetworkPolicies]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateLinkServiceNetworkPolicies, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateLinkServiceNetworkPolicies, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateLinkServiceNetworkPolicies" ] @@ -22831,7 +22831,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateLinkServiceNetworkPolicies": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateLinkServiceNetworkPolicies", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateLinkServiceNetworkPolicies, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateLinkServiceNetworkPolicies, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -22896,13 +22896,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPTag[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPTag[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPTag[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPTag" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPTag": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPTag", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPTag, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPTag, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.String", "Type": "System.String" @@ -22911,7 +22911,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INatGateway": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INatGateway, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INatGateway, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPAddress": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated[]", "PublicIPPrefix": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated[]", @@ -22927,7 +22927,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NatGatewaySkuName]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NatGatewaySkuName]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NatGatewaySkuName, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NatGatewaySkuName, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NatGatewaySkuName" ] @@ -22935,7 +22935,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NatGatewaySkuName": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NatGatewaySkuName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NatGatewaySkuName, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NatGatewaySkuName, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -23000,7 +23000,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressDnsSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressDnsSettings, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressDnsSettings, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DomainNameLabel": "System.String", "Fqdn": "System.String", @@ -23010,7 +23010,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DeleteOptions]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DeleteOptions]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DeleteOptions, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DeleteOptions, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DeleteOptions" ] @@ -23018,7 +23018,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DeleteOptions": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DeleteOptions", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DeleteOptions, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DeleteOptions, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -23083,7 +23083,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressMigrationPhase]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressMigrationPhase]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressMigrationPhase, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressMigrationPhase, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressMigrationPhase" ] @@ -23091,7 +23091,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressMigrationPhase": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressMigrationPhase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressMigrationPhase, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressMigrationPhase, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -23156,7 +23156,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressSku": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressSku, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressSku, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuName]", "Tier": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuTier]" @@ -23165,7 +23165,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuName]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuName]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuName, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuName, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuName" ] @@ -23173,7 +23173,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuName": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuName, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuName, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -23238,7 +23238,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuTier]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuTier, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuTier, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuTier" ] @@ -23246,7 +23246,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuTier": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuTier, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuTier, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -23311,13 +23311,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsActive": "System.Nullable`1[System.Boolean]", "IsDefault": "System.Nullable`1[System.Boolean]", @@ -23328,18 +23328,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource[], Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource[], Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IRoleInstanceTags": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IRoleInstanceTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IRoleInstanceTags, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IRoleInstanceTags, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json.JsonNode, Az.CloudService.private, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json.JsonNode, Az.CloudService.private, Version=2.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Json.JsonNode" }, diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Confluent.json b/tools/Tools.Common/SerializedCmdlets/Az.Confluent.json index 8ea998fc9eff..00d7ecc08454 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Confluent.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Confluent.json @@ -1,34 +1,30 @@ { "ModuleName": "Az.Confluent", - "ModuleVersion": "0.3.0", + "ModuleVersion": "0.4.0", "Cmdlets": [ { "VerbName": "Get", - "NounName": "AzConfluentMarketplaceAgreement", - "Name": "Get-AzConfluentMarketplaceAgreement", - "ClassName": "Get-AzConfluentMarketplaceAgreement", - "SupportsShouldProcess": false, - "ConfirmImpact": 0, + "NounName": "AzConfluentAccessCluster", + "Name": "Get-AzConfluentAccessCluster", + "ClassName": "Get-AzConfluentAccessCluster", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "List", + "DefaultParameterSetName": "ListExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentAgreementResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentAgreementResource, Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessListClusterSuccessResponse", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessListClusterSuccessResponse, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Accepted": "System.Nullable`1[System.Boolean]", - "RetrieveDatetime": "System.Nullable`1[System.DateTime]", - "Id": "System.String", - "LicenseTextLink": "System.String", - "Name": "System.String", - "Plan": "System.String", - "PrivacyPolicyLink": "System.String", - "Product": "System.String", - "Publisher": "System.String", - "Signature": "System.String", - "Type": "System.String" + "Data": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IClusterRecord]", + "MetadataTotalSize": "System.Nullable`1[System.Int32]", + "Kind": "System.String", + "MetadataFirst": "System.String", + "MetadataLast": "System.String", + "MetadataNext": "System.String", + "MetadataPrev": "System.String" } }, "ParameterSets": [ @@ -37,6 +33,24 @@ } ], "Parameters": [ + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "SubscriptionId", "Type": { @@ -47,6 +61,45 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SearchFilter", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -72,20 +125,20 @@ { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -133,6 +186,36 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SubscriptionId", @@ -187,10 +270,10 @@ "ParameterMetadata": { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -203,10 +286,10 @@ "ParameterMetadata": { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -279,189 +362,31 @@ "ValueFromPipelineByPropertyName": false } ] - } - ] - }, - { - "VerbName": "Get", - "NounName": "AzConfluentOrganization", - "Name": "Get-AzConfluentOrganization", - "ClassName": "Get-AzConfluentOrganization", - "SupportsShouldProcess": false, - "ConfirmImpact": 0, - "SupportsPaging": false, - "DefaultParameterSetName": "List", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResource, Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Tag": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResourceTags", - "CreatedTime": "System.Nullable`1[System.DateTime]", - "UserDetailEmailAddress": "System.String", - "Type": "System.String", - "SsoUrl": "System.String", - "ProvisioningState": "System.String", - "OrganizationId": "System.String", - "OfferDetailTermUnit": "System.String", - "OfferDetailStatus": "System.String", - "OfferDetailPublisherId": "System.String", - "OfferDetailPlanName": "System.String", - "OfferDetailPlanId": "System.String", - "OfferDetailId": "System.String", - "Name": "System.String", - "Location": "System.String", - "Id": "System.String", - "UserDetailFirstName": "System.String", - "UserDetailLastName": "System.String" - } - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "OrganizationName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubscriptionId", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity, Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "OrganizationName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelineAppend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelinePrepend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Proxy", - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false }, { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "Get", + "Name": "List", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "OrganizationName" - ], + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", "Type": { "Namespace": "System", "Name": "System.String", @@ -543,10 +468,10 @@ "ParameterMetadata": { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -559,10 +484,10 @@ "ParameterMetadata": { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -637,8 +562,38 @@ ] }, { - "Name": "List1", + "Name": "ListExpanded", "Parameters": [ + { + "ParameterMetadata": { + "Name": "SearchFilter", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -708,10 +663,10 @@ "ParameterMetadata": { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -724,10 +679,10 @@ "ParameterMetadata": { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -802,8 +757,53 @@ ] }, { - "Name": "List", + "Name": "ListViaJsonFilePath", "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SubscriptionId", @@ -858,10 +858,10 @@ "ParameterMetadata": { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -874,10 +874,10 @@ "ParameterMetadata": { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -952,132 +952,61 @@ ] }, { - "Name": "GetViaIdentity", + "Name": "ListViaJsonString", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "JsonString", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity, Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "OrganizationName": "System.String", - "ResourceGroupName": "System.String", - "SubscriptionId": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HttpPipelineAppend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HttpPipelinePrepend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Proxy", + "Name": "OrganizationName", "Type": { "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ProxyCredential", + "Name": "ResourceGroupName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", + "Name": "SubscriptionId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -1086,29 +1015,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -1147,10 +1053,10 @@ "ParameterMetadata": { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -1163,10 +1069,10 @@ "ParameterMetadata": { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -1243,39 +1149,28 @@ ] }, { - "VerbName": "New", - "NounName": "AzConfluentOrganization", - "Name": "New-AzConfluentOrganization", - "ClassName": "New-AzConfluentOrganization", + "VerbName": "Get", + "NounName": "AzConfluentAccessEnvironment", + "Name": "Get-AzConfluentAccessEnvironment", + "ClassName": "Get-AzConfluentAccessEnvironment", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "CreateExpanded", + "DefaultParameterSetName": "ListExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResource, Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessListEnvironmentsSuccessResponse", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessListEnvironmentsSuccessResponse, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Tag": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResourceTags", - "CreatedTime": "System.Nullable`1[System.DateTime]", - "UserDetailEmailAddress": "System.String", - "Type": "System.String", - "SsoUrl": "System.String", - "ProvisioningState": "System.String", - "OrganizationId": "System.String", - "OfferDetailTermUnit": "System.String", - "OfferDetailStatus": "System.String", - "OfferDetailPublisherId": "System.String", - "OfferDetailPlanName": "System.String", - "OfferDetailPlanId": "System.String", - "OfferDetailId": "System.String", - "Name": "System.String", - "Location": "System.String", - "Id": "System.String", - "UserDetailFirstName": "System.String", - "UserDetailLastName": "System.String" + "Data": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IEnvironmentRecord]", + "MetadataTotalSize": "System.Nullable`1[System.Int32]", + "Kind": "System.String", + "MetadataFirst": "System.String", + "MetadataLast": "System.String", + "MetadataNext": "System.String", + "MetadataPrev": "System.String" } }, "ParameterSets": [ @@ -1285,10 +1180,7 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "OrganizationName" - ], + "Name": "OrganizationName", "Type": { "Namespace": "System", "Name": "System.String", @@ -1309,31 +1201,35 @@ "Name": "SubscriptionId", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, { - "Name": "Location", + "Name": "Body", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } }, "ValidateNotNullOrEmpty": false }, { - "Name": "OfferDetailId", + "Name": "SearchFilter", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "OfferDetailPlanId", + "Name": "JsonFilePath", "Type": { "Namespace": "System", "Name": "System.String", @@ -1342,79 +1238,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "OfferDetailPlanName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OfferDetailPublisherId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OfferDetailTermUnit", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "UserDetailEmailAddress", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "UserDetailFirstName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "UserDetailLastName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "JsonFilePath", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "JsonString", + "Name": "JsonString", "Type": { "Namespace": "System", "Name": "System.String", @@ -1435,15 +1259,6 @@ }, "ValidateNotNullOrEmpty": false }, - { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "Break", "Type": { @@ -1456,29 +1271,20 @@ { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -1528,10 +1334,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "OrganizationName" - ], + "Name": "OrganizationName", "Type": { "Namespace": "System", "Name": "System.String", @@ -1564,8 +1367,9 @@ "Name": "SubscriptionId", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -1593,21 +1397,6 @@ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Break", @@ -1627,10 +1416,10 @@ "ParameterMetadata": { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -1643,25 +1432,10 @@ "ParameterMetadata": { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -1736,11 +1510,29 @@ ] }, { - "Name": "CreateExpanded", + "Name": "List", "Parameters": [ { "ParameterMetadata": { - "Name": "Location", + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", "Type": { "Namespace": "System", "Name": "System.String", @@ -1748,14 +1540,14 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "OfferDetailId", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -1763,18 +1555,19 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "OfferDetailPlanId", + "Name": "SubscriptionId", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -1785,11 +1578,15 @@ }, { "ParameterMetadata": { - "Name": "OfferDetailPlanName", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1800,11 +1597,11 @@ }, { "ParameterMetadata": { - "Name": "OfferDetailPublisherId", + "Name": "Break", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1815,11 +1612,12 @@ }, { "ParameterMetadata": { - "Name": "OfferDetailTermUnit", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -1830,11 +1628,12 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -1845,11 +1644,11 @@ }, { "ParameterMetadata": { - "Name": "UserDetailEmailAddress", + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1860,11 +1659,11 @@ }, { "ParameterMetadata": { - "Name": "UserDetailFirstName", + "Name": "ProxyCredential", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1875,11 +1674,11 @@ }, { "ParameterMetadata": { - "Name": "UserDetailLastName", + "Name": "ProxyUseDefaultCredentials", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1890,10 +1689,45 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "ProgressAction", "AliasList": [ - "OrganizationName" + "proga" ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SearchFilter", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", "Type": { "Namespace": "System", "Name": "System.String", @@ -1926,8 +1760,9 @@ "Name": "SubscriptionId", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -1957,7 +1792,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Break", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -1972,27 +1807,12 @@ }, { "ParameterMetadata": { - "Name": "Break", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HttpPipelineAppend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -2005,25 +1825,10 @@ "ParameterMetadata": { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -2098,7 +1903,7 @@ ] }, { - "Name": "CreateViaJsonFilePath", + "Name": "ListViaJsonFilePath", "Parameters": [ { "ParameterMetadata": { @@ -2117,10 +1922,7 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "OrganizationName" - ], + "Name": "OrganizationName", "Type": { "Namespace": "System", "Name": "System.String", @@ -2153,8 +1955,9 @@ "Name": "SubscriptionId", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -2182,21 +1985,6 @@ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Break", @@ -2216,10 +2004,10 @@ "ParameterMetadata": { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -2232,25 +2020,10 @@ "ParameterMetadata": { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -2325,7 +2098,7 @@ ] }, { - "Name": "CreateViaJsonString", + "Name": "ListViaJsonString", "Parameters": [ { "ParameterMetadata": { @@ -2344,10 +2117,7 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "OrganizationName" - ], + "Name": "OrganizationName", "Type": { "Namespace": "System", "Name": "System.String", @@ -2380,8 +2150,9 @@ "Name": "SubscriptionId", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -2409,21 +2180,6 @@ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Break", @@ -2443,10 +2199,10 @@ "ParameterMetadata": { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -2459,25 +2215,10 @@ "ParameterMetadata": { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -2554,20 +2295,29 @@ ] }, { - "VerbName": "Remove", - "NounName": "AzConfluentOrganization", - "Name": "Remove-AzConfluentOrganization", - "ClassName": "Remove-AzConfluentOrganization", + "VerbName": "Get", + "NounName": "AzConfluentAccessInvitation", + "Name": "Get-AzConfluentAccessInvitation", + "ClassName": "Get-AzConfluentAccessInvitation", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "Delete", + "DefaultParameterSetName": "ListExpanded", "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessListInvitationsSuccessResponse", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessListInvitationsSuccessResponse, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Data": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IInvitationRecord]", + "MetadataTotalSize": "System.Nullable`1[System.Int32]", + "Kind": "System.String", + "MetadataFirst": "System.String", + "MetadataLast": "System.String", + "MetadataNext": "System.String", + "MetadataPrev": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -2576,10 +2326,7 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "OrganizationName" - ], + "Name": "OrganizationName", "Type": { "Namespace": "System", "Name": "System.String", @@ -2600,92 +2347,90 @@ "Name": "SubscriptionId", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, { - "Name": "InputObject", + "Name": "Body", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity, Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Id": "System.String", - "OrganizationName": "System.String", - "ResourceGroupName": "System.String", - "SubscriptionId": "System.String" + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" } }, "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "SearchFilter", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "JsonFilePath", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "Break", + "Name": "JsonString", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "HttpPipelineAppend", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, { - "Name": "HttpPipelinePrepend", + "Name": "Break", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, { - "Name": "NoWait", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, { - "Name": "PassThru", + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -2731,14 +2476,11 @@ ], "ParameterSets": [ { - "Name": "Delete", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "OrganizationName" - ], + "Name": "OrganizationName", "Type": { "Namespace": "System", "Name": "System.String", @@ -2771,8 +2513,9 @@ "Name": "SubscriptionId", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -2800,21 +2543,6 @@ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Break", @@ -2834,10 +2562,10 @@ "ParameterMetadata": { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -2850,40 +2578,10 @@ "ParameterMetadata": { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -2958,20 +2656,17 @@ ] }, { - "Name": "DeleteViaIdentity", + "Name": "List", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "Body", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity, Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Id": "System.String", - "OrganizationName": "System.String", - "ResourceGroupName": "System.String", - "SubscriptionId": "System.String" + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" } }, "ValidateNotNullOrEmpty": false @@ -2983,45 +2678,42 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "OrganizationName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "ResourceGroupName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Break", + "Name": "SubscriptionId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -3032,12 +2724,15 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelineAppend", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3048,12 +2743,11 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", + "Name": "Break", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3064,11 +2758,12 @@ }, { "ParameterMetadata": { - "Name": "NoWait", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -3079,11 +2774,12 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -3158,19 +2854,15 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ListExpanded", "Parameters": [ { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "SearchFilter", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3181,42 +2873,42 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "OrganizationName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Break", + "Name": "ResourceGroupName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "HttpPipelineAppend", + "Name": "SubscriptionId", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -3227,12 +2919,15 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3243,7 +2938,7 @@ }, { "ParameterMetadata": { - "Name": "NoWait", + "Name": "Break", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -3258,11 +2953,28 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -3335,173 +3047,48813 @@ "ValueFromPipelineByPropertyName": false } ] - } - ] - }, - { - "VerbName": "Update", - "NounName": "AzConfluentOrganization", - "Name": "Update-AzConfluentOrganization", - "ClassName": "Update-AzConfluentOrganization", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "UpdateExpanded", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResource, Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Tag": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResourceTags", - "CreatedTime": "System.Nullable`1[System.DateTime]", - "UserDetailEmailAddress": "System.String", - "Type": "System.String", - "SsoUrl": "System.String", - "ProvisioningState": "System.String", - "OrganizationId": "System.String", - "OfferDetailTermUnit": "System.String", - "OfferDetailStatus": "System.String", - "OfferDetailPublisherId": "System.String", - "OfferDetailPlanName": "System.String", - "OfferDetailPlanId": "System.String", - "OfferDetailId": "System.String", - "Name": "System.String", - "Location": "System.String", - "Id": "System.String", - "UserDetailFirstName": "System.String", - "UserDetailLastName": "System.String" - } - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "OrganizationName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubscriptionId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity, Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "OrganizationName": "System.String", - "ResourceGroupName": "System.String", - "SubscriptionId": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Tag", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "JsonFilePath", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "JsonString", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelineAppend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelinePrepend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Proxy", - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" - }, - "ValidateNotNullOrEmpty": false + }, + { + "Name": "ListViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzConfluentAccessRoleBinding", + "Name": "Get-AzConfluentAccessRoleBinding", + "ClassName": "Get-AzConfluentAccessRoleBinding", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ListExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessListRoleBindingsSuccessResponse", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessListRoleBindingsSuccessResponse, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Data": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRoleBindingRecord]", + "MetadataTotalSize": "System.Nullable`1[System.Int32]", + "Kind": "System.String", + "MetadataFirst": "System.String", + "MetadataLast": "System.String", + "MetadataNext": "System.String", + "MetadataPrev": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SearchFilter", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SearchFilter", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzConfluentAccessRoleBindingNameList", + "Name": "Get-AzConfluentAccessRoleBindingNameList", + "ClassName": "Get-AzConfluentAccessRoleBindingNameList", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ListExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessRoleBindingNameListSuccessResponse", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessRoleBindingNameListSuccessResponse, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Data": "System.Collections.Generic.List`1[System.String]", + "MetadataTotalSize": "System.Nullable`1[System.Int32]", + "Kind": "System.String", + "MetadataFirst": "System.String", + "MetadataLast": "System.String", + "MetadataNext": "System.String", + "MetadataPrev": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SearchFilter", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SearchFilter", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzConfluentAccessServiceAccount", + "Name": "Get-AzConfluentAccessServiceAccount", + "ClassName": "Get-AzConfluentAccessServiceAccount", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ListExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessListServiceAccountsSuccessResponse", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessListServiceAccountsSuccessResponse, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Data": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IServiceAccountRecord]", + "MetadataTotalSize": "System.Nullable`1[System.Int32]", + "Kind": "System.String", + "MetadataFirst": "System.String", + "MetadataLast": "System.String", + "MetadataNext": "System.String", + "MetadataPrev": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SearchFilter", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SearchFilter", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzConfluentAccessUser", + "Name": "Get-AzConfluentAccessUser", + "ClassName": "Get-AzConfluentAccessUser", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ListExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessListUsersSuccessResponse", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessListUsersSuccessResponse, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Data": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IUserRecord]", + "MetadataTotalSize": "System.Nullable`1[System.Int32]", + "Kind": "System.String", + "MetadataFirst": "System.String", + "MetadataLast": "System.String", + "MetadataNext": "System.String", + "MetadataPrev": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SearchFilter", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SearchFilter", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzConfluentConnector", + "Name": "Get-AzConfluentConnector", + "ClassName": "Get-AzConfluentConnector", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConnectorResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConnectorResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ConnectorBasicInfoConnectorClass": "System.String", + "ConnectorBasicInfoConnectorId": "System.String", + "ConnectorBasicInfoConnectorName": "System.String", + "ConnectorBasicInfoConnectorState": "System.String", + "ConnectorBasicInfoConnectorType": "System.String", + "ConnectorServiceTypeInfoConnectorServiceType": "System.String", + "PartnerConnectorInfoPartnerConnectorType": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PageSize", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PageToken", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PageSize", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PageToken", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityOrganization", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityEnvironment", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityCluster", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzConfluentMarketplaceAgreement", + "Name": "Get-AzConfluentMarketplaceAgreement", + "ClassName": "Get-AzConfluentMarketplaceAgreement", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentAgreementResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentAgreementResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Accepted": "System.Nullable`1[System.Boolean]", + "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]", + "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]", + "RetrieveDatetime": "System.Nullable`1[System.DateTime]", + "Plan": "System.String", + "PrivacyPolicyLink": "System.String", + "Product": "System.String", + "Publisher": "System.String", + "SystemDataLastModifiedByType": "System.String", + "Signature": "System.String", + "LicenseTextLink": "System.String", + "SystemDataCreatedBy": "System.String", + "SystemDataCreatedByType": "System.String", + "Id": "System.String", + "SystemDataLastModifiedBy": "System.String", + "Name": "System.String", + "Type": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzConfluentOrganization", + "Name": "Get-AzConfluentOrganization", + "ClassName": "Get-AzConfluentOrganization", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OfferDetailPrivateOfferIds": "System.Collections.Generic.List`1[System.String]", + "CreatedTime": "System.Nullable`1[System.DateTime]", + "LinkOrganizationToken": "System.Security.SecureString", + "UserDetailFirstName": "System.String", + "UserDetailEmailAddress": "System.String", + "UserDetailAadEmail": "System.String", + "SsoUrl": "System.String", + "ProvisioningState": "System.String", + "OrganizationId": "System.String", + "OfferDetailTermUnit": "System.String", + "OfferDetailTermId": "System.String", + "OfferDetailStatus": "System.String", + "OfferDetailPublisherId": "System.String", + "OfferDetailPrivateOfferId": "System.String", + "OfferDetailPlanName": "System.String", + "OfferDetailPlanId": "System.String", + "OfferDetailId": "System.String", + "UserDetailLastName": "System.String", + "UserDetailUserPrincipalName": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "OrganizationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "OrganizationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzConfluentOrganizationCluster", + "Name": "Get-AzConfluentOrganizationCluster", + "ClassName": "Get-AzConfluentOrganizationCluster", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Spec": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity", + "StatusCku": "System.Nullable`1[System.Int32]", + "Kind": "System.String", + "MetadataCreatedTimestamp": "System.String", + "MetadataDeletedTimestamp": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedTimestamp": "System.String", + "StatusPhase": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PageSize", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PageToken", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetViaIdentityOrganization", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityEnvironment", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PageSize", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PageToken", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzConfluentOrganizationClusterApiKey", + "Name": "Get-AzConfluentOrganizationClusterApiKey", + "ClassName": "Get-AzConfluentOrganizationClusterApiKey", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "Get", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IApiKeyRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IApiKeyRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SpecSecret": "System.Security.SecureString", + "SpecDescription": "System.String", + "ResourceRelated": "System.String", + "ResourceName": "System.String", + "ResourceKind": "System.String", + "ResourceId": "System.String", + "ResourceEnvironment": "System.String", + "OwnerResourceName": "System.String", + "SpecName": "System.String", + "OwnerRelated": "System.String", + "OwnerId": "System.String", + "MetadataUpdatedTimestamp": "System.String", + "MetadataSelf": "System.String", + "MetadataResourceName": "System.String", + "MetadataDeletedTimestamp": "System.String", + "MetadataCreatedTimestamp": "System.String", + "Kind": "System.String", + "OwnerKind": "System.String", + "Id": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApiKeyId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetViaIdentityOrganization", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ApiKeyId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ApiKeyId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzConfluentOrganizationEnvironment", + "Name": "Get-AzConfluentOrganizationEnvironment", + "ClassName": "Get-AzConfluentOrganizationEnvironment", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScEnvironmentRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScEnvironmentRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Kind": "System.String", + "MetadataCreatedTimestamp": "System.String", + "MetadataDeletedTimestamp": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedTimestamp": "System.String", + "StreamGovernanceConfigPackage": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PageSize", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PageToken", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetViaIdentityOrganization", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PageSize", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PageToken", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzConfluentOrganizationRegion", + "Name": "Get-AzConfluentOrganizationRegion", + "ClassName": "Get-AzConfluentOrganizationRegion", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ListExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListRegionsSuccessResponse", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListRegionsSuccessResponse, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Data": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRegionRecord]" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SearchFilter", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SearchFilter": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SearchFilter", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzConfluentOrganizationSchemaRegistryCluster", + "Name": "Get-AzConfluentOrganizationSchemaRegistryCluster", + "ClassName": "Get-AzConfluentOrganizationSchemaRegistryCluster", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ISchemaRegistryClusterRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ISchemaRegistryClusterRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "EnvironmentId": "System.String", + "SpecName": "System.String", + "SpecHttpEndpoint": "System.String", + "SpecCloud": "System.String", + "RegionResourceName": "System.String", + "RegionRelated": "System.String", + "RegionId": "System.String", + "MetadataUpdatedTimestamp": "System.String", + "MetadataSelf": "System.String", + "MetadataResourceName": "System.String", + "MetadataDeletedTimestamp": "System.String", + "MetadataCreatedTimestamp": "System.String", + "Kind": "System.String", + "Id": "System.String", + "EnvironmentResourceName": "System.String", + "EnvironmentRelated": "System.String", + "SpecPackage": "System.String", + "StatusPhase": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PageSize", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PageToken", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetViaIdentityOrganization", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityEnvironment", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PageSize", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PageToken", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzConfluentTopic", + "Name": "Get-AzConfluentTopic", + "ClassName": "Get-AzConfluentTopic", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "InputConfig": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig]", + "ConfigRelated": "System.String", + "Kind": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "PartitionReassignmentRelated": "System.String", + "PartitionRelated": "System.String", + "PartitionsCount": "System.String", + "ReplicationFactor": "System.String", + "TopicId": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PageSize", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PageToken", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PageSize", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PageToken", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityOrganization", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityEnvironment", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityCluster", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Invoke", + "NounName": "AzConfluentInviteAccessUser", + "Name": "Invoke-AzConfluentInviteAccessUser", + "ClassName": "Invoke-AzConfluentInviteAccessUser", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "InviteExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IInvitationRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IInvitationRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AcceptedAt": "System.String", + "AuthType": "System.String", + "Email": "System.String", + "ExpiresAt": "System.String", + "Id": "System.String", + "Kind": "System.String", + "MetadataCreatedAt": "System.String", + "MetadataDeletedAt": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedAt": "System.String", + "Status": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessInviteUserAccountModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessInviteUserAccountModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Email": "System.String", + "InvitedUserDetailAuthType": "System.String", + "InvitedUserDetailInvitedEmail": "System.String", + "OrganizationId": "System.String", + "Upn": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Email", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InvitedUserDetailAuthType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InvitedUserDetailInvitedEmail", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Upn", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InviteViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InviteViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InviteExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Email", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InvitedUserDetailAuthType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InvitedUserDetailInvitedEmail", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Upn", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Invite", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessInviteUserAccountModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessInviteUserAccountModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Email": "System.String", + "InvitedUserDetailAuthType": "System.String", + "InvitedUserDetailInvitedEmail": "System.String", + "OrganizationId": "System.String", + "Upn": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InviteViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Email", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InvitedUserDetailAuthType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InvitedUserDetailInvitedEmail", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Upn", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InviteViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessInviteUserAccountModel", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IAccessInviteUserAccountModel, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Email": "System.String", + "InvitedUserDetailAuthType": "System.String", + "InvitedUserDetailInvitedEmail": "System.String", + "OrganizationId": "System.String", + "Upn": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzConfluentAccessRoleBinding", + "Name": "New-AzConfluentAccessRoleBinding", + "ClassName": "New-AzConfluentAccessRoleBinding", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRoleBindingRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRoleBindingRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CrnPattern": "System.String", + "Id": "System.String", + "Kind": "System.String", + "MetadataCreatedAt": "System.String", + "MetadataDeletedAt": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedAt": "System.String", + "Principal": "System.String", + "RoleName": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CrnPattern", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Principal", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RoleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "CrnPattern", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Principal", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RoleName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzConfluentCluster", + "Name": "New-AzConfluentCluster", + "ClassName": "New-AzConfluentCluster", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Spec": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity", + "StatusCku": "System.Nullable`1[System.Int32]", + "Kind": "System.String", + "MetadataCreatedTimestamp": "System.String", + "MetadataDeletedTimestamp": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedTimestamp": "System.String", + "StatusPhase": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataCreatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataDeletedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataUpdatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Spec", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiEndpoint": "System.String", + "Region": "System.String", + "Package": "System.String", + "NetworkResourceName": "System.String", + "NetworkRelated": "System.String", + "NetworkId": "System.String", + "NetworkEnvironment": "System.String", + "Name": "System.String", + "KafkaBootstrapEndpoint": "System.String", + "ScClusterNetworkEnvironmentEntityEnvironment": "System.String", + "HttpEndpoint": "System.String", + "EnvironmentRelated": "System.String", + "EnvironmentId": "System.String", + "ConfigKind": "System.String", + "Cloud": "System.String", + "ByokResourceName": "System.String", + "ByokRelated": "System.String", + "ByokId": "System.String", + "Availability": "System.String", + "EnvironmentResourceName": "System.String", + "Zone": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StatusCku", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StatusPhase", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityOrganizationExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataCreatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataDeletedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataUpdatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Spec", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiEndpoint": "System.String", + "Region": "System.String", + "Package": "System.String", + "NetworkResourceName": "System.String", + "NetworkRelated": "System.String", + "NetworkId": "System.String", + "NetworkEnvironment": "System.String", + "Name": "System.String", + "KafkaBootstrapEndpoint": "System.String", + "ScClusterNetworkEnvironmentEntityEnvironment": "System.String", + "HttpEndpoint": "System.String", + "EnvironmentRelated": "System.String", + "EnvironmentId": "System.String", + "ConfigKind": "System.String", + "Cloud": "System.String", + "ByokResourceName": "System.String", + "ByokRelated": "System.String", + "ByokId": "System.String", + "Availability": "System.String", + "EnvironmentResourceName": "System.String", + "Zone": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusCku", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusPhase", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataCreatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataDeletedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataUpdatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Spec", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiEndpoint": "System.String", + "Region": "System.String", + "Package": "System.String", + "NetworkResourceName": "System.String", + "NetworkRelated": "System.String", + "NetworkId": "System.String", + "NetworkEnvironment": "System.String", + "Name": "System.String", + "KafkaBootstrapEndpoint": "System.String", + "ScClusterNetworkEnvironmentEntityEnvironment": "System.String", + "HttpEndpoint": "System.String", + "EnvironmentRelated": "System.String", + "EnvironmentId": "System.String", + "ConfigKind": "System.String", + "Cloud": "System.String", + "ByokResourceName": "System.String", + "ByokRelated": "System.String", + "ByokId": "System.String", + "Availability": "System.String", + "EnvironmentResourceName": "System.String", + "Zone": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusCku", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusPhase", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityEnvironmentExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataCreatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataDeletedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataUpdatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Spec", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiEndpoint": "System.String", + "Region": "System.String", + "Package": "System.String", + "NetworkResourceName": "System.String", + "NetworkRelated": "System.String", + "NetworkId": "System.String", + "NetworkEnvironment": "System.String", + "Name": "System.String", + "KafkaBootstrapEndpoint": "System.String", + "ScClusterNetworkEnvironmentEntityEnvironment": "System.String", + "HttpEndpoint": "System.String", + "EnvironmentRelated": "System.String", + "EnvironmentId": "System.String", + "ConfigKind": "System.String", + "Cloud": "System.String", + "ByokResourceName": "System.String", + "ByokRelated": "System.String", + "ByokId": "System.String", + "Availability": "System.String", + "EnvironmentResourceName": "System.String", + "Zone": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusCku", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusPhase", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzConfluentConnector", + "Name": "New-AzConfluentConnector", + "ClassName": "New-AzConfluentConnector", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConnectorResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConnectorResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ConnectorBasicInfoConnectorClass": "System.String", + "ConnectorBasicInfoConnectorId": "System.String", + "ConnectorBasicInfoConnectorName": "System.String", + "ConnectorBasicInfoConnectorState": "System.String", + "ConnectorBasicInfoConnectorType": "System.String", + "ConnectorServiceTypeInfoConnectorServiceType": "System.String", + "PartnerConnectorInfoPartnerConnectorType": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityOrganizationExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityEnvironmentExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityClusterExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzConfluentEnvironment", + "Name": "New-AzConfluentEnvironment", + "ClassName": "New-AzConfluentEnvironment", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScEnvironmentRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScEnvironmentRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Kind": "System.String", + "MetadataCreatedTimestamp": "System.String", + "MetadataDeletedTimestamp": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedTimestamp": "System.String", + "StreamGovernanceConfigPackage": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataCreatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataDeletedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataUpdatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StreamGovernanceConfigPackage", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataCreatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataDeletedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataUpdatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StreamGovernanceConfigPackage", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityOrganizationExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataCreatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataDeletedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataUpdatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StreamGovernanceConfigPackage", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzConfluentOrganization", + "Name": "New-AzConfluentOrganization", + "ClassName": "New-AzConfluentOrganization", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OfferDetailPrivateOfferIds": "System.Collections.Generic.List`1[System.String]", + "CreatedTime": "System.Nullable`1[System.DateTime]", + "LinkOrganizationToken": "System.Security.SecureString", + "UserDetailFirstName": "System.String", + "UserDetailEmailAddress": "System.String", + "UserDetailAadEmail": "System.String", + "SsoUrl": "System.String", + "ProvisioningState": "System.String", + "OrganizationId": "System.String", + "OfferDetailTermUnit": "System.String", + "OfferDetailTermId": "System.String", + "OfferDetailStatus": "System.String", + "OfferDetailPublisherId": "System.String", + "OfferDetailPrivateOfferId": "System.String", + "OfferDetailPlanName": "System.String", + "OfferDetailPlanId": "System.String", + "OfferDetailId": "System.String", + "UserDetailLastName": "System.String", + "UserDetailUserPrincipalName": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "OrganizationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LinkOrganizationToken", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailPlanId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailPlanName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailPublisherId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailStatus", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailTermId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailTermUnit", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PropertiesOfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailAadEmail", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailEmailAddress", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailFirstName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailLastName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailUserPrincipalName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "OrganizationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "LinkOrganizationToken", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPlanId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPlanName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPublisherId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailStatus", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailTermId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailTermUnit", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PropertiesOfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailAadEmail", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailEmailAddress", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailFirstName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailLastName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailUserPrincipalName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "OrganizationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "OrganizationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "OrganizationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzConfluentOrganizationApiKey", + "Name": "New-AzConfluentOrganizationApiKey", + "ClassName": "New-AzConfluentOrganizationApiKey", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IApiKeyRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IApiKeyRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SpecSecret": "System.Security.SecureString", + "SpecDescription": "System.String", + "ResourceRelated": "System.String", + "ResourceName": "System.String", + "ResourceKind": "System.String", + "ResourceId": "System.String", + "ResourceEnvironment": "System.String", + "OwnerResourceName": "System.String", + "SpecName": "System.String", + "OwnerRelated": "System.String", + "OwnerId": "System.String", + "MetadataUpdatedTimestamp": "System.String", + "MetadataSelf": "System.String", + "MetadataResourceName": "System.String", + "MetadataDeletedTimestamp": "System.String", + "MetadataCreatedTimestamp": "System.String", + "Kind": "System.String", + "OwnerKind": "System.String", + "Id": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityOrganizationExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityEnvironmentExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzConfluentTopic", + "Name": "New-AzConfluentTopic", + "ClassName": "New-AzConfluentTopic", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "InputConfig": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig]", + "ConfigRelated": "System.String", + "Kind": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "PartitionReassignmentRelated": "System.String", + "PartitionRelated": "System.String", + "PartitionsCount": "System.String", + "ReplicationFactor": "System.String", + "TopicId": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConfigRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputConfig", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PartitionReassignmentRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PartitionRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PartitionsCount", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ReplicationFactor", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TopicId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityOrganizationExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputConfig", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionReassignmentRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionsCount", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReplicationFactor", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TopicId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityEnvironmentExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputConfig", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionReassignmentRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionsCount", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReplicationFactor", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TopicId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputConfig", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionReassignmentRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionsCount", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReplicationFactor", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TopicId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityClusterExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputConfig", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionReassignmentRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionsCount", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReplicationFactor", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TopicId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzConfluentAccessRoleBinding", + "Name": "Remove-AzConfluentAccessRoleBinding", + "ClassName": "Remove-AzConfluentAccessRoleBinding", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RoleBindingId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RoleBindingId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentityOrganization", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "RoleBindingId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzConfluentCluster", + "Name": "Remove-AzConfluentCluster", + "ClassName": "Remove-AzConfluentCluster", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DeleteViaIdentityOrganization", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentityEnvironment", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzConfluentConnector", + "Name": "Remove-AzConfluentConnector", + "ClassName": "Remove-AzConfluentConnector", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DeleteViaIdentityOrganization", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentityEnvironment", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentityCluster", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzConfluentEnvironment", + "Name": "Remove-AzConfluentEnvironment", + "ClassName": "Remove-AzConfluentEnvironment", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DeleteViaIdentityOrganization", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzConfluentOrganization", + "Name": "Remove-AzConfluentOrganization", + "ClassName": "Remove-AzConfluentOrganization", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "OrganizationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "OrganizationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzConfluentOrganizationClusterApiKey", + "Name": "Remove-AzConfluentOrganizationClusterApiKey", + "ClassName": "Remove-AzConfluentOrganizationClusterApiKey", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApiKeyId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DeleteViaIdentityOrganization", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ApiKeyId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ApiKeyId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzConfluentTopic", + "Name": "Remove-AzConfluentTopic", + "ClassName": "Remove-AzConfluentTopic", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DeleteViaIdentityOrganization", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentityEnvironment", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentityCluster", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Set", + "NounName": "AzConfluentCluster", + "Name": "Set-AzConfluentCluster", + "ClassName": "Set-AzConfluentCluster", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Spec": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity", + "StatusCku": "System.Nullable`1[System.Int32]", + "Kind": "System.String", + "MetadataCreatedTimestamp": "System.String", + "MetadataDeletedTimestamp": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedTimestamp": "System.String", + "StatusPhase": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataCreatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataDeletedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataUpdatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Spec", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiEndpoint": "System.String", + "Region": "System.String", + "Package": "System.String", + "NetworkResourceName": "System.String", + "NetworkRelated": "System.String", + "NetworkId": "System.String", + "NetworkEnvironment": "System.String", + "Name": "System.String", + "KafkaBootstrapEndpoint": "System.String", + "ScClusterNetworkEnvironmentEntityEnvironment": "System.String", + "HttpEndpoint": "System.String", + "EnvironmentRelated": "System.String", + "EnvironmentId": "System.String", + "ConfigKind": "System.String", + "Cloud": "System.String", + "ByokResourceName": "System.String", + "ByokRelated": "System.String", + "ByokId": "System.String", + "Availability": "System.String", + "EnvironmentResourceName": "System.String", + "Zone": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StatusCku", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StatusPhase", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataCreatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataDeletedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataUpdatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Spec", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiEndpoint": "System.String", + "Region": "System.String", + "Package": "System.String", + "NetworkResourceName": "System.String", + "NetworkRelated": "System.String", + "NetworkId": "System.String", + "NetworkEnvironment": "System.String", + "Name": "System.String", + "KafkaBootstrapEndpoint": "System.String", + "ScClusterNetworkEnvironmentEntityEnvironment": "System.String", + "HttpEndpoint": "System.String", + "EnvironmentRelated": "System.String", + "EnvironmentId": "System.String", + "ConfigKind": "System.String", + "Cloud": "System.String", + "ByokResourceName": "System.String", + "ByokRelated": "System.String", + "ByokId": "System.String", + "Availability": "System.String", + "EnvironmentResourceName": "System.String", + "Zone": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusCku", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusPhase", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "ClusterId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Set", + "NounName": "AzConfluentConnector", + "Name": "Set-AzConfluentConnector", + "ClassName": "Set-AzConfluentConnector", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConnectorResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConnectorResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ConnectorBasicInfoConnectorClass": "System.String", + "ConnectorBasicInfoConnectorId": "System.String", + "ConnectorBasicInfoConnectorName": "System.String", + "ConnectorBasicInfoConnectorState": "System.String", + "ConnectorBasicInfoConnectorType": "System.String", + "ConnectorServiceTypeInfoConnectorServiceType": "System.String", + "PartnerConnectorInfoPartnerConnectorType": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Set", + "NounName": "AzConfluentEnvironment", + "Name": "Set-AzConfluentEnvironment", + "ClassName": "Set-AzConfluentEnvironment", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScEnvironmentRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScEnvironmentRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Kind": "System.String", + "MetadataCreatedTimestamp": "System.String", + "MetadataDeletedTimestamp": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedTimestamp": "System.String", + "StreamGovernanceConfigPackage": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataCreatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataDeletedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataUpdatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StreamGovernanceConfigPackage", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataCreatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataDeletedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataUpdatedTimestamp", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StreamGovernanceConfigPackage", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "EnvironmentId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Test", + "NounName": "AzConfluentValidationOrganization", + "Name": "Test-AzConfluentValidationOrganization", + "ClassName": "Test-AzConfluentValidationOrganization", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ValidateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OfferDetailPrivateOfferIds": "System.Collections.Generic.List`1[System.String]", + "CreatedTime": "System.Nullable`1[System.DateTime]", + "LinkOrganizationToken": "System.Security.SecureString", + "UserDetailFirstName": "System.String", + "UserDetailEmailAddress": "System.String", + "UserDetailAadEmail": "System.String", + "SsoUrl": "System.String", + "ProvisioningState": "System.String", + "OrganizationId": "System.String", + "OfferDetailTermUnit": "System.String", + "OfferDetailTermId": "System.String", + "OfferDetailStatus": "System.String", + "OfferDetailPublisherId": "System.String", + "OfferDetailPrivateOfferId": "System.String", + "OfferDetailPlanName": "System.String", + "OfferDetailPlanId": "System.String", + "OfferDetailId": "System.String", + "UserDetailLastName": "System.String", + "UserDetailUserPrincipalName": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OfferDetailPrivateOfferIds": "System.Collections.Generic.List`1[System.String]", + "CreatedTime": "System.Nullable`1[System.DateTime]", + "LinkOrganizationToken": "System.Security.SecureString", + "UserDetailFirstName": "System.String", + "UserDetailEmailAddress": "System.String", + "UserDetailAadEmail": "System.String", + "SsoUrl": "System.String", + "ProvisioningState": "System.String", + "OrganizationId": "System.String", + "OfferDetailTermUnit": "System.String", + "OfferDetailTermId": "System.String", + "OfferDetailStatus": "System.String", + "OfferDetailPublisherId": "System.String", + "OfferDetailPrivateOfferId": "System.String", + "OfferDetailPlanName": "System.String", + "OfferDetailPlanId": "System.String", + "OfferDetailId": "System.String", + "UserDetailLastName": "System.String", + "UserDetailUserPrincipalName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailPlanId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailPlanName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailPublisherId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailTermUnit", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailEmailAddress", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LinkOrganizationToken", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailStatus", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailTermId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PropertiesOfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailAadEmail", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailFirstName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailLastName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailUserPrincipalName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ValidateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ValidateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ValidateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPlanId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPlanName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPublisherId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailTermUnit", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailEmailAddress", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkOrganizationToken", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailStatus", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailTermId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PropertiesOfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailAadEmail", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailFirstName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailLastName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailUserPrincipalName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Validate", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OfferDetailPrivateOfferIds": "System.Collections.Generic.List`1[System.String]", + "CreatedTime": "System.Nullable`1[System.DateTime]", + "LinkOrganizationToken": "System.Security.SecureString", + "UserDetailFirstName": "System.String", + "UserDetailEmailAddress": "System.String", + "UserDetailAadEmail": "System.String", + "SsoUrl": "System.String", + "ProvisioningState": "System.String", + "OrganizationId": "System.String", + "OfferDetailTermUnit": "System.String", + "OfferDetailTermId": "System.String", + "OfferDetailStatus": "System.String", + "OfferDetailPublisherId": "System.String", + "OfferDetailPrivateOfferId": "System.String", + "OfferDetailPlanName": "System.String", + "OfferDetailPlanId": "System.String", + "OfferDetailId": "System.String", + "UserDetailLastName": "System.String", + "UserDetailUserPrincipalName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ValidateViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPlanId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPlanName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPublisherId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailTermUnit", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailEmailAddress", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkOrganizationToken", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailStatus", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailTermId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PropertiesOfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailAadEmail", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailFirstName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailLastName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailUserPrincipalName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ValidateViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OfferDetailPrivateOfferIds": "System.Collections.Generic.List`1[System.String]", + "CreatedTime": "System.Nullable`1[System.DateTime]", + "LinkOrganizationToken": "System.Security.SecureString", + "UserDetailFirstName": "System.String", + "UserDetailEmailAddress": "System.String", + "UserDetailAadEmail": "System.String", + "SsoUrl": "System.String", + "ProvisioningState": "System.String", + "OrganizationId": "System.String", + "OfferDetailTermUnit": "System.String", + "OfferDetailTermId": "System.String", + "OfferDetailStatus": "System.String", + "OfferDetailPublisherId": "System.String", + "OfferDetailPrivateOfferId": "System.String", + "OfferDetailPlanName": "System.String", + "OfferDetailPlanId": "System.String", + "OfferDetailId": "System.String", + "UserDetailLastName": "System.String", + "UserDetailUserPrincipalName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Test", + "NounName": "AzConfluentValidationOrganizationV2", + "Name": "Test-AzConfluentValidationOrganizationV2", + "ClassName": "Test-AzConfluentValidationOrganizationV2", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ValidateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IValidationResponse", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IValidationResponse, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Info": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IValidationResponseInfo" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OfferDetailPrivateOfferIds": "System.Collections.Generic.List`1[System.String]", + "CreatedTime": "System.Nullable`1[System.DateTime]", + "LinkOrganizationToken": "System.Security.SecureString", + "UserDetailFirstName": "System.String", + "UserDetailEmailAddress": "System.String", + "UserDetailAadEmail": "System.String", + "SsoUrl": "System.String", + "ProvisioningState": "System.String", + "OrganizationId": "System.String", + "OfferDetailTermUnit": "System.String", + "OfferDetailTermId": "System.String", + "OfferDetailStatus": "System.String", + "OfferDetailPublisherId": "System.String", + "OfferDetailPrivateOfferId": "System.String", + "OfferDetailPlanName": "System.String", + "OfferDetailPlanId": "System.String", + "OfferDetailId": "System.String", + "UserDetailLastName": "System.String", + "UserDetailUserPrincipalName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailPlanId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailPlanName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailPublisherId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailTermUnit", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailEmailAddress", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LinkOrganizationToken", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailStatus", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfferDetailTermId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PropertiesOfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailAadEmail", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailFirstName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailLastName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UserDetailUserPrincipalName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ValidateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ValidateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ValidateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPlanId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPlanName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPublisherId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailTermUnit", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailEmailAddress", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkOrganizationToken", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailStatus", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailTermId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PropertiesOfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailAadEmail", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailFirstName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailLastName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailUserPrincipalName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Validate", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OfferDetailPrivateOfferIds": "System.Collections.Generic.List`1[System.String]", + "CreatedTime": "System.Nullable`1[System.DateTime]", + "LinkOrganizationToken": "System.Security.SecureString", + "UserDetailFirstName": "System.String", + "UserDetailEmailAddress": "System.String", + "UserDetailAadEmail": "System.String", + "SsoUrl": "System.String", + "ProvisioningState": "System.String", + "OrganizationId": "System.String", + "OfferDetailTermUnit": "System.String", + "OfferDetailTermId": "System.String", + "OfferDetailStatus": "System.String", + "OfferDetailPublisherId": "System.String", + "OfferDetailPrivateOfferId": "System.String", + "OfferDetailPlanName": "System.String", + "OfferDetailPlanId": "System.String", + "OfferDetailId": "System.String", + "UserDetailLastName": "System.String", + "UserDetailUserPrincipalName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ValidateViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPlanId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPlanName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPublisherId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailTermUnit", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailEmailAddress", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkOrganizationToken", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailStatus", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfferDetailTermId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PropertiesOfferDetailPrivateOfferId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailAadEmail", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailFirstName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailLastName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UserDetailUserPrincipalName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ValidateViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Body", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OfferDetailPrivateOfferIds": "System.Collections.Generic.List`1[System.String]", + "CreatedTime": "System.Nullable`1[System.DateTime]", + "LinkOrganizationToken": "System.Security.SecureString", + "UserDetailFirstName": "System.String", + "UserDetailEmailAddress": "System.String", + "UserDetailAadEmail": "System.String", + "SsoUrl": "System.String", + "ProvisioningState": "System.String", + "OrganizationId": "System.String", + "OfferDetailTermUnit": "System.String", + "OfferDetailTermId": "System.String", + "OfferDetailStatus": "System.String", + "OfferDetailPublisherId": "System.String", + "OfferDetailPrivateOfferId": "System.String", + "OfferDetailPlanName": "System.String", + "OfferDetailPlanId": "System.String", + "OfferDetailId": "System.String", + "UserDetailLastName": "System.String", + "UserDetailUserPrincipalName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzConfluentConnector", + "Name": "Update-AzConfluentConnector", + "ClassName": "Update-AzConfluentConnector", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConnectorResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConnectorResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ConnectorBasicInfoConnectorClass": "System.String", + "ConnectorBasicInfoConnectorId": "System.String", + "ConnectorBasicInfoConnectorName": "System.String", + "ConnectorBasicInfoConnectorState": "System.String", + "ConnectorBasicInfoConnectorType": "System.String", + "ConnectorServiceTypeInfoConnectorServiceType": "System.String", + "PartnerConnectorInfoPartnerConnectorType": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateViaIdentityOrganizationExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityEnvironmentExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityClusterExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ConnectorName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorClassName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorBasicInfoConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectorServiceTypeInfoConnectorServiceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartnerConnectorInfoPartnerConnectorType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzConfluentOrganization", + "Name": "Update-AzConfluentOrganization", + "ClassName": "Update-AzConfluentOrganization", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IOrganizationResource, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OfferDetailPrivateOfferIds": "System.Collections.Generic.List`1[System.String]", + "CreatedTime": "System.Nullable`1[System.DateTime]", + "LinkOrganizationToken": "System.Security.SecureString", + "UserDetailFirstName": "System.String", + "UserDetailEmailAddress": "System.String", + "UserDetailAadEmail": "System.String", + "SsoUrl": "System.String", + "ProvisioningState": "System.String", + "OrganizationId": "System.String", + "OfferDetailTermUnit": "System.String", + "OfferDetailTermId": "System.String", + "OfferDetailStatus": "System.String", + "OfferDetailPublisherId": "System.String", + "OfferDetailPrivateOfferId": "System.String", + "OfferDetailPlanName": "System.String", + "OfferDetailPlanId": "System.String", + "OfferDetailId": "System.String", + "UserDetailLastName": "System.String", + "UserDetailUserPrincipalName": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "OrganizationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "OrganizationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "OrganizationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "OrganizationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzConfluentTopic", + "Name": "Update-AzConfluentTopic", + "ClassName": "Update-AzConfluentTopic", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "InputConfig": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig]", + "ConfigRelated": "System.String", + "Kind": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "PartitionReassignmentRelated": "System.String", + "PartitionRelated": "System.String", + "PartitionsCount": "System.String", + "ReplicationFactor": "System.String", + "TopicId": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConfigRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputConfig", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PartitionReassignmentRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PartitionRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PartitionsCount", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ReplicationFactor", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TopicId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false }, { "Name": "ProxyCredential", @@ -3513,37 +51865,908 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ProxyUseDefaultCredentials", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateViaIdentityOrganizationExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputConfig", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionReassignmentRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionsCount", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReplicationFactor", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TopicId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityEnvironmentExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputConfig", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionReassignmentRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionsCount", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReplicationFactor", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TopicId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] }, { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "UpdateViaJsonString", + "Name": "UpdateExpanded", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "OrganizationName" - ], + "Name": "ClusterId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnvironmentId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TopicName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OrganizationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputConfig", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionReassignmentRelated", "Type": { "Namespace": "System", "Name": "System.String", @@ -3551,14 +52774,14 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "PartitionRelated", "Type": { "Namespace": "System", "Name": "System.String", @@ -3566,14 +52789,14 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubscriptionId", + "Name": "PartitionsCount", "Type": { "Namespace": "System", "Name": "System.String", @@ -3588,7 +52811,7 @@ }, { "ParameterMetadata": { - "Name": "JsonString", + "Name": "ReplicationFactor", "Type": { "Namespace": "System", "Name": "System.String", @@ -3596,7 +52819,22 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TopicId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -3639,10 +52877,10 @@ "ParameterMetadata": { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -3655,10 +52893,10 @@ "ParameterMetadata": { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -3733,13 +52971,13 @@ ] }, { - "Name": "UpdateViaJsonFilePath", + "Name": "UpdateViaIdentityClusterExpanded", "Parameters": [ { "ParameterMetadata": { "Name": "Name", "AliasList": [ - "OrganizationName" + "TopicName" ], "Type": { "Namespace": "System", @@ -3755,7 +52993,34 @@ }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ClusterInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConfigRelated", "Type": { "Namespace": "System", "Name": "System.String", @@ -3763,14 +53028,30 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubscriptionId", + "Name": "InputConfig", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", "Type": { "Namespace": "System", "Name": "System.String", @@ -3785,30 +53066,230 @@ }, { "ParameterMetadata": { - "Name": "JsonFilePath", + "Name": "MetadataResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MetadataSelf", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionReassignmentRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionRelated", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PartitionsCount", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ReplicationFactor", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TopicId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.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=8.0.0.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", + "Name": "ProgressAction", "AliasList": [ - "AzureRMContext", - "AzureCredential" + "proga" ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3816,30 +53297,46 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "UpdateViaIdentityExpanded", + "Parameters": [ { "ParameterMetadata": { - "Name": "Break", + "Name": "InputObject", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IConfluentIdentity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiKeyId": "System.String", + "ClusterId": "System.String", + "ConnectorName": "System.String", + "EnvironmentId": "System.String", + "Id": "System.String", + "OrganizationName": "System.String", + "ResourceGroupName": "System.String", + "RoleBindingId": "System.String", + "SubscriptionId": "System.String", + "TopicName": "System.String" + } }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "HttpPipelineAppend", + "Name": "ConfigRelated", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3850,12 +53347,12 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", + "Name": "InputConfig", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig" }, "ValidateNotNullOrEmpty": false }, @@ -3866,11 +53363,11 @@ }, { "ParameterMetadata": { - "Name": "Proxy", + "Name": "Kind", "Type": { "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3881,11 +53378,11 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", + "Name": "MetadataResourceName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3896,11 +53393,11 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", + "Name": "MetadataSelf", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3911,14 +53408,11 @@ }, { "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], + "Name": "PartitionReassignmentRelated", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3926,18 +53420,10 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "UpdateExpanded", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "OrganizationName" - ], + "Name": "PartitionRelated", "Type": { "Namespace": "System", "Name": "System.String", @@ -3945,14 +53431,14 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "PartitionsCount", "Type": { "Namespace": "System", "Name": "System.String", @@ -3960,14 +53446,14 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubscriptionId", + "Name": "ReplicationFactor", "Type": { "Namespace": "System", "Name": "System.String", @@ -3982,11 +53468,11 @@ }, { "ParameterMetadata": { - "Name": "Tag", + "Name": "TopicId", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4033,10 +53519,10 @@ "ParameterMetadata": { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -4049,10 +53535,10 @@ "ParameterMetadata": { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -4127,36 +53613,31 @@ ] }, { - "Name": "UpdateViaIdentityExpanded", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "ConfigRelated", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IConfluentIdentity, Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "OrganizationName": "System.String", - "ResourceGroupName": "System.String", - "SubscriptionId": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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": "InputConfig", "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig" }, "ValidateNotNullOrEmpty": false }, @@ -4167,15 +53648,11 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "Kind", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4186,11 +53663,11 @@ }, { "ParameterMetadata": { - "Name": "Break", + "Name": "MetadataResourceName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4201,12 +53678,11 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelineAppend", + "Name": "MetadataSelf", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4217,12 +53693,11 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", + "Name": "PartitionReassignmentRelated", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4233,11 +53708,11 @@ }, { "ParameterMetadata": { - "Name": "Proxy", + "Name": "PartitionRelated", "Type": { "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4248,11 +53723,11 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", + "Name": "PartitionsCount", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4263,11 +53738,11 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", + "Name": "ReplicationFactor", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4278,14 +53753,11 @@ }, { "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], + "Name": "TopicId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4293,12 +53765,7 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4337,10 +53804,10 @@ "ParameterMetadata": { "Name": "HttpPipelineAppend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -4353,10 +53820,10 @@ "ParameterMetadata": { "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep[], Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep[], Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -4476,31 +53943,76 @@ "System.Char": { "Name": "System.Char" }, - "System.Nullable`1[System.Boolean]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IClusterRecord]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IClusterRecord]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IClusterRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.Boolean" + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IClusterRecord" ] }, - "System.Nullable`1[System.DateTime]": { + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IClusterRecord": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IClusterRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IClusterRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Spec": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IClusterSpecEntity", + "StatusCku": "System.Nullable`1[System.Int32]", + "DisplayName": "System.String", + "Id": "System.String", + "Kind": "System.String", + "MetadataCreatedAt": "System.String", + "MetadataDeletedAt": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedAt": "System.String", + "StatusPhase": "System.String" + } + }, + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IClusterSpecEntity": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IClusterSpecEntity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IClusterSpecEntity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiEndpoint": "System.String", + "NetworkResourceName": "System.String", + "NetworkRelated": "System.String", + "NetworkId": "System.String", + "NetworkEnvironment": "System.String", + "KafkaBootstrapEndpoint": "System.String", + "HttpEndpoint": "System.String", + "EnvironmentResourceName": "System.String", + "EnvironmentRelated": "System.String", + "EnvironmentId": "System.String", + "DisplayName": "System.String", + "ConfigKind": "System.String", + "ClusterEnvironmentEntityEnvironment": "System.String", + "Cloud": "System.String", + "ByokResourceName": "System.String", + "ByokRelated": "System.String", + "ByokId": "System.String", + "Availability": "System.String", + "Region": "System.String", + "Zone": "System.String" + } + }, + "System.Nullable`1[System.Int32]": { "Namespace": "System", - "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "System.DateTime" + "System.Int32" ] }, - "System.DateTime": { - "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IListAccessRequestModelSearchFilters, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, - "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.SendAsyncStep, Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.SendAsyncStep, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -4515,11 +54027,11 @@ }, { "Name": "callback", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.IEventListener" + "Type": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.IEventListener" }, { "Name": "next", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.ISendAsync" + "Type": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.ISendAsync" } ], "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]" @@ -4533,11 +54045,11 @@ }, { "Name": "callback", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.IEventListener" + "Type": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.IEventListener" }, { "Name": "next", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Runtime.ISendAsync" + "Type": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Runtime.ISendAsync" }, { "Name": "__callback", @@ -4680,10 +54192,239 @@ "Name": "System.Type", "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResourceTags": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResourceTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Confluent.Models.IOrganizationResourceTags, Az.Confluent.private, Version=0.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IEnvironmentRecord]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IEnvironmentRecord]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IEnvironmentRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IEnvironmentRecord" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IEnvironmentRecord": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IEnvironmentRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IEnvironmentRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DisplayName": "System.String", + "Id": "System.String", + "Kind": "System.String", + "MetadataCreatedAt": "System.String", + "MetadataDeletedAt": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedAt": "System.String" + } + }, + "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IInvitationRecord]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IInvitationRecord]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IInvitationRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IInvitationRecord" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IInvitationRecord": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IInvitationRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IInvitationRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AcceptedAt": "System.String", + "AuthType": "System.String", + "Email": "System.String", + "ExpiresAt": "System.String", + "Id": "System.String", + "Kind": "System.String", + "MetadataCreatedAt": "System.String", + "MetadataDeletedAt": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedAt": "System.String", + "Status": "System.String" + } + }, + "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRoleBindingRecord]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRoleBindingRecord]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRoleBindingRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRoleBindingRecord" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRoleBindingRecord": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRoleBindingRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRoleBindingRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CrnPattern": "System.String", + "Id": "System.String", + "Kind": "System.String", + "MetadataCreatedAt": "System.String", + "MetadataDeletedAt": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedAt": "System.String", + "Principal": "System.String", + "RoleName": "System.String" + } + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String" + ] + }, + "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IServiceAccountRecord]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IServiceAccountRecord]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IServiceAccountRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IServiceAccountRecord" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IServiceAccountRecord": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IServiceAccountRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IServiceAccountRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Description": "System.String", + "DisplayName": "System.String", + "Id": "System.String", + "Kind": "System.String", + "MetadataCreatedAt": "System.String", + "MetadataDeletedAt": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedAt": "System.String" + } + }, + "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IUserRecord]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IUserRecord]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IUserRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IUserRecord" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IUserRecord": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IUserRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IUserRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AuthType": "System.String", + "Email": "System.String", + "FullName": "System.String", + "Id": "System.String", + "Kind": "System.String", + "MetadataCreatedAt": "System.String", + "MetadataDeletedAt": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedAt": "System.String" + } + }, + "System.Nullable`1[System.Boolean]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] + }, + "System.Nullable`1[System.DateTime]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.DateTime" + ] + }, + "System.DateTime": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Security.SecureString": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IScClusterSpecEntity, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ApiEndpoint": "System.String", + "Region": "System.String", + "Package": "System.String", + "NetworkResourceName": "System.String", + "NetworkRelated": "System.String", + "NetworkId": "System.String", + "NetworkEnvironment": "System.String", + "Name": "System.String", + "KafkaBootstrapEndpoint": "System.String", + "ScClusterNetworkEnvironmentEntityEnvironment": "System.String", + "HttpEndpoint": "System.String", + "EnvironmentRelated": "System.String", + "EnvironmentId": "System.String", + "ConfigKind": "System.String", + "Cloud": "System.String", + "ByokResourceName": "System.String", + "ByokRelated": "System.String", + "ByokId": "System.String", + "Availability": "System.String", + "EnvironmentResourceName": "System.String", + "Zone": "System.String" + } + }, + "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRegionRecord]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRegionRecord]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRegionRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRegionRecord" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRegionRecord": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRegionRecord", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IRegionRecord, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SpecPackage": "System.Collections.Generic.List`1[System.String]", + "Id": "System.String", + "Kind": "System.String", + "MetadataCreatedTimestamp": "System.String", + "MetadataDeletedTimestamp": "System.String", + "MetadataResourceName": "System.String", + "MetadataSelf": "System.String", + "MetadataUpdatedTimestamp": "System.String", + "SpecCloud": "System.String", + "SpecName": "System.String", + "SpecRegionName": "System.String" + } + }, + "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.ITopicsInputConfig, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Name": "System.String", + "Value": "System.String" + } + }, + "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IValidationResponseInfo": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IValidationResponseInfo", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.confluent.Models.IValidationResponseInfo, Az.confluent.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" } } } \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ContainerInstance.json b/tools/Tools.Common/SerializedCmdlets/Az.ContainerInstance.json index 602a0301a5a4..bed9a5b10615 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.ContainerInstance.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.ContainerInstance.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.ContainerInstance", - "ModuleVersion": "4.1.2", + "ModuleVersion": "4.1.3", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerAttachResponse", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerAttachResponse, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerAttachResponse, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.String", "WebSocketUri": "System.String" @@ -97,7 +97,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -107,7 +107,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -262,7 +262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -278,7 +278,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -369,7 +369,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroup, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroup, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ParameterSets": [ "__AllParameterSets" @@ -413,7 +413,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -456,7 +456,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -466,7 +466,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -604,7 +604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -620,7 +620,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -769,7 +769,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -785,7 +785,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -919,7 +919,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -935,7 +935,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1019,7 +1019,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -1080,7 +1080,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1096,7 +1096,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1214,7 +1214,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1230,7 +1230,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1321,7 +1321,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ICachedImages", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ICachedImages, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ICachedImages, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Image": "System.String", "OSType": "System.String" @@ -1379,7 +1379,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1389,7 +1389,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1509,7 +1509,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1525,7 +1525,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1616,7 +1616,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ICapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ICapabilities, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ICapabilities, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CapabilityMaxCpu": "System.Nullable`1[System.Single]", "CapabilityMaxGpuCount": "System.Nullable`1[System.Single]", @@ -1680,7 +1680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1690,7 +1690,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1810,7 +1810,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1826,7 +1826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1958,7 +1958,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -2001,7 +2001,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2011,7 +2011,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2146,7 +2146,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2162,7 +2162,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2246,7 +2246,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -2307,7 +2307,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2323,7 +2323,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2441,7 +2441,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2457,7 +2457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2551,7 +2551,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ParameterSets": [ "__AllParameterSets" @@ -2604,7 +2604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -2647,7 +2647,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2657,7 +2657,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2810,7 +2810,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2826,7 +2826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2993,7 +2993,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3009,7 +3009,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3158,7 +3158,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3174,7 +3174,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3308,7 +3308,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3324,7 +3324,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3408,7 +3408,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -3469,7 +3469,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3485,7 +3485,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3569,7 +3569,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -3630,7 +3630,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3646,7 +3646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3764,7 +3764,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3780,7 +3780,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3871,7 +3871,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ParameterSets": [ "__AllParameterSets" @@ -3934,7 +3934,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3944,7 +3944,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4079,7 +4079,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4095,7 +4095,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4276,7 +4276,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4286,7 +4286,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4466,7 +4466,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4482,7 +4482,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4573,7 +4573,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IUsage", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IUsage, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IUsage, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CurrentValue": "System.Nullable`1[System.Int32]", "Limit": "System.Nullable`1[System.Int32]", @@ -4635,7 +4635,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4645,7 +4645,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4765,7 +4765,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4781,7 +4781,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4979,7 +4979,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4989,7 +4989,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5198,7 +5198,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5214,7 +5214,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5305,7 +5305,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroup, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroup, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ParameterSets": [ "__AllParameterSets" @@ -5357,7 +5357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer" }, "ValidateNotNullOrEmpty": false @@ -5367,7 +5367,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5467,7 +5467,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort" }, "ValidateNotNullOrEmpty": false @@ -5477,7 +5477,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5486,7 +5486,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5504,7 +5504,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential" }, "ValidateNotNullOrEmpty": false @@ -5514,7 +5514,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition" }, "ValidateNotNullOrEmpty": false @@ -5524,7 +5524,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5569,7 +5569,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5578,7 +5578,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5605,7 +5605,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupSubnetId[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupSubnetId[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupSubnetId[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupSubnetId" }, "ValidateNotNullOrEmpty": false @@ -5624,7 +5624,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume" }, "ValidateNotNullOrEmpty": false @@ -5684,7 +5684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5694,7 +5694,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5821,7 +5821,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer" }, "ValidateNotNullOrEmpty": false @@ -5837,7 +5837,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6003,7 +6003,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort" }, "ValidateNotNullOrEmpty": false @@ -6019,7 +6019,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6034,7 +6034,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6064,7 +6064,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential" }, "ValidateNotNullOrEmpty": false @@ -6080,7 +6080,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition" }, "ValidateNotNullOrEmpty": false @@ -6096,7 +6096,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6171,7 +6171,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6186,7 +6186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6231,7 +6231,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupSubnetId[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupSubnetId[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupSubnetId[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupSubnetId" }, "ValidateNotNullOrEmpty": false @@ -6262,7 +6262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume" }, "ValidateNotNullOrEmpty": false @@ -6358,7 +6358,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6374,7 +6374,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6480,7 +6480,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ImageRegistryCredential", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ImageRegistryCredential, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ImageRegistryCredential, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "System.String", "IdentityUrl": "System.String", @@ -6731,7 +6731,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Port", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Port, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Port, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port1": "System.Int32", "Protocol": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol]" @@ -6931,7 +6931,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Volume", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Volume, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Volume, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Secret": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ISecretVolume", "EmptyDir": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeEmptyDir", @@ -7088,7 +7088,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeEmptyDir", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeEmptyDir, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeEmptyDir, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7124,7 +7124,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ISecretVolume", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ISecretVolume, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ISecretVolume, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7226,7 +7226,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeEmptyDir", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeEmptyDir, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeEmptyDir, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7286,7 +7286,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ISecretVolume", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ISecretVolume, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ISecretVolume, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7331,7 +7331,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ParameterSets": [ "__AllParameterSets" @@ -7374,7 +7374,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer" }, "ValidateNotNullOrEmpty": false @@ -7384,7 +7384,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7438,7 +7438,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IDeploymentExtensionSpec[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IDeploymentExtensionSpec[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IDeploymentExtensionSpec[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IDeploymentExtensionSpec" }, "ValidateNotNullOrEmpty": false @@ -7448,7 +7448,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.DnsNameLabelReusePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.DnsNameLabelReusePolicy, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.DnsNameLabelReusePolicy, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7475,7 +7475,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort" }, "ValidateNotNullOrEmpty": false @@ -7485,7 +7485,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7494,7 +7494,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential" }, "ValidateNotNullOrEmpty": false @@ -7504,7 +7504,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition" }, "ValidateNotNullOrEmpty": false @@ -7523,7 +7523,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7568,7 +7568,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupPriority", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupPriority, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupPriority, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7577,7 +7577,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7586,7 +7586,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7604,7 +7604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume" }, "ValidateNotNullOrEmpty": false @@ -7646,7 +7646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7656,7 +7656,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7759,7 +7759,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer" }, "ValidateNotNullOrEmpty": false @@ -7775,7 +7775,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7865,7 +7865,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IDeploymentExtensionSpec[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IDeploymentExtensionSpec[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IDeploymentExtensionSpec[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IDeploymentExtensionSpec" }, "ValidateNotNullOrEmpty": false @@ -7881,7 +7881,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.DnsNameLabelReusePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.DnsNameLabelReusePolicy, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.DnsNameLabelReusePolicy, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7926,7 +7926,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort" }, "ValidateNotNullOrEmpty": false @@ -7942,7 +7942,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupIPAddressType, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7957,7 +7957,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential" }, "ValidateNotNullOrEmpty": false @@ -7973,7 +7973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition" }, "ValidateNotNullOrEmpty": false @@ -8004,7 +8004,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.LogAnalyticsLogType, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8079,7 +8079,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupPriority", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupPriority, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupPriority, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8094,7 +8094,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupRestartPolicy, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8109,7 +8109,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupSku, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8139,7 +8139,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume" }, "ValidateNotNullOrEmpty": false @@ -8205,7 +8205,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8221,7 +8221,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8312,7 +8312,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.EnvironmentVariable", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.EnvironmentVariable, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.EnvironmentVariable, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "SecureValue": "System.String", @@ -8537,7 +8537,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.HttpHeader", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.HttpHeader, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.HttpHeader, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -8737,7 +8737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.InitContainerDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.InitContainerDefinition, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.InitContainerDefinition, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnvironmentVariable": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[]", "InstanceViewEvent": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEvent[]", @@ -8882,7 +8882,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable" }, "ValidateNotNullOrEmpty": false @@ -8901,7 +8901,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount" }, "ValidateNotNullOrEmpty": false @@ -8960,7 +8960,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable" }, "ValidateNotNullOrEmpty": false @@ -8991,7 +8991,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount" }, "ValidateNotNullOrEmpty": false @@ -9037,7 +9037,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Container", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Container, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Container, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigMapKeyValuePair": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs", "Port": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[]", @@ -9212,7 +9212,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9221,7 +9221,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable" }, "ValidateNotNullOrEmpty": false @@ -9295,7 +9295,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader" }, "ValidateNotNullOrEmpty": false @@ -9368,7 +9368,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort" }, "ValidateNotNullOrEmpty": false @@ -9397,7 +9397,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader" }, "ValidateNotNullOrEmpty": false @@ -9506,7 +9506,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount" }, "ValidateNotNullOrEmpty": false @@ -9565,7 +9565,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9580,7 +9580,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable" }, "ValidateNotNullOrEmpty": false @@ -9702,7 +9702,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader" }, "ValidateNotNullOrEmpty": false @@ -9823,7 +9823,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort" }, "ValidateNotNullOrEmpty": false @@ -9870,7 +9870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader" }, "ValidateNotNullOrEmpty": false @@ -10051,7 +10051,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount" }, "ValidateNotNullOrEmpty": false @@ -10097,7 +10097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Container", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Container, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.Container, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigMapKeyValuePair": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs", "Port": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[]", @@ -10281,7 +10281,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10290,7 +10290,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable" }, "ValidateNotNullOrEmpty": false @@ -10355,7 +10355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader" }, "ValidateNotNullOrEmpty": false @@ -10428,7 +10428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort" }, "ValidateNotNullOrEmpty": false @@ -10457,7 +10457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader" }, "ValidateNotNullOrEmpty": false @@ -10566,7 +10566,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount" }, "ValidateNotNullOrEmpty": false @@ -10640,7 +10640,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10655,7 +10655,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable" }, "ValidateNotNullOrEmpty": false @@ -10762,7 +10762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader" }, "ValidateNotNullOrEmpty": false @@ -10883,7 +10883,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort" }, "ValidateNotNullOrEmpty": false @@ -10930,7 +10930,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader" }, "ValidateNotNullOrEmpty": false @@ -11111,7 +11111,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount" }, "ValidateNotNullOrEmpty": false @@ -11157,7 +11157,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ContainerPort", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ContainerPort, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ContainerPort, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "Protocol": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol]" @@ -11357,7 +11357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.VolumeMount", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.VolumeMount, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.VolumeMount, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReadOnly": "System.Nullable`1[System.Boolean]", "Name": "System.String", @@ -11582,7 +11582,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroup, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroup, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ParameterSets": [ "__AllParameterSets" @@ -11625,7 +11625,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -11677,7 +11677,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11687,7 +11687,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11857,7 +11857,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11873,7 +11873,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11987,7 +11987,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -12063,7 +12063,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12079,7 +12079,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12242,7 +12242,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12258,7 +12258,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12422,7 +12422,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -12465,7 +12465,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12475,7 +12475,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12621,7 +12621,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12637,7 +12637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12736,7 +12736,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -12797,7 +12797,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12813,7 +12813,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12946,7 +12946,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12962,7 +12962,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13117,7 +13117,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -13169,7 +13169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13179,7 +13179,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13361,7 +13361,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13377,7 +13377,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13491,7 +13491,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -13567,7 +13567,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13583,7 +13583,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13746,7 +13746,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13762,7 +13762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13926,7 +13926,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -13978,7 +13978,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13988,7 +13988,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14158,7 +14158,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14174,7 +14174,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14288,7 +14288,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -14364,7 +14364,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14380,7 +14380,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14543,7 +14543,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14559,7 +14559,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14723,7 +14723,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -14775,7 +14775,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14785,7 +14785,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14955,7 +14955,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14971,7 +14971,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15085,7 +15085,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -15161,7 +15161,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15177,7 +15177,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15340,7 +15340,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15356,7 +15356,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15520,7 +15520,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -15563,7 +15563,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15573,7 +15573,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15719,7 +15719,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15735,7 +15735,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15834,7 +15834,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -15895,7 +15895,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15911,7 +15911,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16044,7 +16044,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16060,7 +16060,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16166,7 +16166,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroup, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroup, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ParameterSets": [ "__AllParameterSets" @@ -16209,7 +16209,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -16280,7 +16280,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16290,7 +16290,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16473,7 +16473,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16489,7 +16489,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16573,7 +16573,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -16680,7 +16680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16696,7 +16696,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16860,7 +16860,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16876,7 +16876,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16967,7 +16967,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ParameterSets": [ "__AllParameterSets" @@ -17010,7 +17010,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -17031,7 +17031,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatch", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatch, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatch, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatchTags" } @@ -17074,7 +17074,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17084,7 +17084,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17236,7 +17236,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17252,7 +17252,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17384,7 +17384,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatch", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatch, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatch, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatchTags" } @@ -17436,7 +17436,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17452,7 +17452,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17536,7 +17536,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -17612,7 +17612,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17628,7 +17628,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17712,7 +17712,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IContainerInstanceIdentity, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupName": "System.String", "ContainerGroupProfileName": "System.String", @@ -17739,7 +17739,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatch", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatch, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatch, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatchTags" } @@ -17791,7 +17791,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17807,7 +17807,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17925,7 +17925,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17941,7 +17941,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18065,7 +18065,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.SendAsyncStep, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -18264,7 +18264,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainer, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigMapKeyValuePair": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs", "Port": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[]", @@ -18325,18 +18325,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IConfigMapKeyValuePairs, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort" }, "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerPort, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "Protocol": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol]" @@ -18345,7 +18345,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol" ] @@ -18353,7 +18353,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerNetworkProtocol, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18431,13 +18431,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable" }, "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "SecureValue": "System.String", @@ -18447,13 +18447,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEvent[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEvent[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEvent[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEvent[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEvent" }, "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEvent": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEvent", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEvent, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEvent, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FirstTimestamp": "System.Nullable`1[System.DateTime]", "LastTimestamp": "System.Nullable`1[System.DateTime]", @@ -18479,13 +18479,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader" }, "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IHttpHeader, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -18494,13 +18494,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount[], Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount" }, "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeMount, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReadOnly": "System.Nullable`1[System.Boolean]", "Name": "System.String", @@ -18518,7 +18518,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku" ] @@ -18526,7 +18526,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18591,7 +18591,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme" ] @@ -18599,7 +18599,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.Scheme, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18678,7 +18678,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IPort, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port1": "System.Int32", "Protocol": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol]" @@ -18687,7 +18687,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol" ] @@ -18695,7 +18695,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ContainerGroupNetworkProtocol, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18760,7 +18760,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IImageRegistryCredential, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "System.String", "IdentityUrl": "System.String", @@ -18772,7 +18772,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IInitContainerDefinition, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnvironmentVariable": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEnvironmentVariable[]", "InstanceViewEvent": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IEvent[]", @@ -18803,7 +18803,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupSubnetId": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupSubnetId", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupSubnetId, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupSubnetId, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String" @@ -18812,7 +18812,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolume, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Secret": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ISecretVolume", "EmptyDir": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeEmptyDir", @@ -18829,17 +18829,17 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ISecretVolume": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ISecretVolume", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ISecretVolume, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ISecretVolume, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeEmptyDir": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeEmptyDir", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeEmptyDir, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IVolumeEmptyDir, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Json.JsonNode" }, @@ -18871,7 +18871,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IDeploymentExtensionSpec": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IDeploymentExtensionSpec", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IDeploymentExtensionSpec, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IDeploymentExtensionSpec, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny", "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny", @@ -18883,12 +18883,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IAny, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatchTags": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatchTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatchTags, Az.ContainerInstance.private, Version=4.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatchTags, Az.ContainerInstance.private, Version=4.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" } } } \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json b/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json index 39f8fda157d3..177f7a45e679 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.CosmosDB.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.CosmosDB", - "ModuleVersion": "1.19.1", + "ModuleVersion": "1.20.0", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GlobalDatabaseAccountProperties": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties", "Name": "System.String", @@ -128,7 +128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration", "DataRegions": "System.Collections.Generic.IList`1[System.String]", @@ -418,7 +418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration", "DataRegions": "System.Collections.Generic.IList`1[System.String]", @@ -544,7 +544,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -555,32 +555,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -952,7 +953,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -963,32 +964,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -1280,7 +1282,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -1291,32 +1293,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -1410,7 +1413,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1495,7 +1498,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -1506,32 +1509,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -1744,7 +1748,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -1755,32 +1759,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -1874,7 +1879,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -1960,7 +1965,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -1971,32 +1976,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -2209,7 +2215,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -2220,32 +2226,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -2339,7 +2346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2433,7 +2440,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2660,7 +2667,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -2753,7 +2760,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -2848,7 +2855,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3011,7 +3018,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3138,7 +3145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource", "Id": "System.String", @@ -3215,7 +3222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3466,7 +3473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3562,7 +3569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3826,7 +3833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration", "DataRegions": "System.Collections.Generic.IList`1[System.String]", @@ -3914,7 +3921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4126,7 +4133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4219,7 +4226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GlobalDatabaseAccountProperties": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties", "Name": "System.String", @@ -4313,7 +4320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration", "DataRegions": "System.Collections.Generic.IList`1[System.String]", @@ -4543,7 +4550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration", "DataRegions": "System.Collections.Generic.IList`1[System.String]", @@ -4639,7 +4646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4724,7 +4731,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -4735,32 +4742,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -4973,7 +4981,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -4984,32 +4992,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -5103,7 +5112,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -5189,7 +5198,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -5200,32 +5209,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -5438,7 +5448,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -5449,32 +5459,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -5568,7 +5579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -5644,7 +5655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -5889,7 +5900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -5982,7 +5993,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSGraphBackupInformation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSGraphBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSGraphBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LatestRestorableTimestamp": "System.String" }, @@ -6329,7 +6340,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -6424,7 +6435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -6651,7 +6662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -6744,7 +6755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -6823,7 +6834,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -6960,7 +6971,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -7091,7 +7102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinGraphGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinGraphGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinGraphGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -7179,7 +7190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -7378,7 +7389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableGremlinDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -7508,7 +7519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "ToSDKModel", @@ -7612,7 +7623,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -7779,7 +7790,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -7921,7 +7932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties", "Id": "System.String", @@ -8096,7 +8107,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -8172,7 +8183,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -8417,7 +8428,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -8510,7 +8521,7 @@ "Type": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSMongoDBBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LatestRestorableTimestamp": "System.String" }, @@ -8857,7 +8868,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -8952,7 +8963,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -9179,7 +9190,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -9272,7 +9283,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -9357,7 +9368,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -9368,32 +9379,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -9606,7 +9618,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -9617,32 +9629,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -9736,7 +9749,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -9822,7 +9835,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -9833,32 +9846,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -10071,7 +10085,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -10082,32 +10096,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -10201,7 +10216,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbCollectionGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -10289,7 +10304,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase", "Name": "System.String", @@ -10489,7 +10504,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase", "Name": "System.String", @@ -10620,7 +10635,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -10699,7 +10714,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -10836,7 +10851,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -10967,7 +10982,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "ToSDKModel", @@ -11071,7 +11086,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -11238,7 +11253,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -11380,7 +11395,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Privileges": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]", "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", @@ -11475,7 +11490,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -11486,32 +11501,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -11754,7 +11770,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -11765,32 +11781,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -11899,7 +11916,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", "Id": "System.String", @@ -11995,7 +12012,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -12006,32 +12023,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -12274,7 +12292,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -12285,32 +12303,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -12419,7 +12438,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -12647,7 +12666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTime": "System.Nullable`1[System.DateTime]", "InstanceCount": "System.Nullable`1[System.Int32]", @@ -12732,7 +12751,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -12743,32 +12762,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -12981,7 +13001,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -12992,32 +13012,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -13111,7 +13132,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13187,7 +13208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13432,7 +13453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13525,7 +13546,7 @@ "Type": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSSqlBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LatestRestorableTimestamp": "System.String" }, @@ -13872,7 +13893,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -13967,7 +13988,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14194,7 +14215,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14287,7 +14308,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14372,7 +14393,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -14383,32 +14404,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -14621,7 +14643,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -14632,32 +14654,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -14751,7 +14774,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -14837,7 +14860,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -14848,32 +14871,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -15086,7 +15110,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -15097,32 +15121,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -15216,7 +15241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Container": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer", "Id": "System.String", @@ -15305,7 +15330,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase", "Name": "System.String", @@ -15505,7 +15530,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase", "Name": "System.String", @@ -15636,7 +15661,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase", "Name": "System.String", @@ -15716,7 +15741,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -15853,7 +15878,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -15984,7 +16009,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "ToSDKModel", @@ -16088,7 +16113,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -16255,7 +16280,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -16397,7 +16422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Scope": "System.String", @@ -16481,7 +16506,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -16492,32 +16517,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -16730,7 +16756,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -16741,32 +16767,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -16860,7 +16887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -16945,7 +16972,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -16956,32 +16983,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -17194,7 +17222,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -17205,32 +17233,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -17324,7 +17353,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17427,7 +17456,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17669,7 +17698,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17762,7 +17791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17865,7 +17894,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18107,7 +18136,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18200,7 +18229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18303,7 +18332,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18545,7 +18574,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18638,7 +18667,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18723,7 +18752,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -18734,32 +18763,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -18972,7 +19002,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -18983,32 +19013,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -19102,7 +19133,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSTableBackupInformation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSTableBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSTableBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LatestRestorableTimestamp": "System.String" }, @@ -19425,7 +19456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "ToSDKModel", @@ -19525,7 +19556,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -19692,7 +19723,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -19834,7 +19865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -19913,7 +19944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -20097,7 +20128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableTableGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -20227,7 +20258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Scope": "System.String", @@ -20311,7 +20342,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -20322,32 +20353,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -20560,7 +20592,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -20571,32 +20603,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -20690,7 +20723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -20775,7 +20808,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -20786,32 +20819,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -21024,7 +21058,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -21035,32 +21069,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -21154,7 +21189,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -21240,7 +21275,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -21251,32 +21286,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -21489,7 +21525,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -21500,32 +21536,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -21619,7 +21656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21704,7 +21741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21901,7 +21938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -22028,7 +22065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties", "Name": "System.String", @@ -22120,7 +22157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties", "Name": "System.String", @@ -22134,7 +22171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -22346,7 +22383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties", "Name": "System.String", @@ -22415,7 +22452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -22542,7 +22579,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -22610,7 +22647,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -22621,32 +22658,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -22663,7 +22701,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -22823,7 +22861,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -22834,32 +22872,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -22961,7 +23000,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -23178,7 +23217,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -23255,7 +23294,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -23271,7 +23310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -23555,7 +23594,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -23656,7 +23695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -23764,7 +23803,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -23832,7 +23871,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -23843,32 +23882,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -23885,7 +23925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24045,7 +24085,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -24056,32 +24096,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -24183,7 +24224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24400,7 +24441,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -24477,7 +24518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24493,7 +24534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24777,7 +24818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24878,7 +24919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24986,7 +25027,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -25063,7 +25104,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25079,7 +25120,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25363,7 +25404,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25464,7 +25505,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25572,7 +25613,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -25640,7 +25681,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -25651,32 +25692,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -25693,7 +25735,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25853,7 +25895,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -25864,32 +25906,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -25991,7 +26034,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -26208,7 +26251,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -26285,7 +26328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -26301,7 +26344,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -26585,7 +26628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -26686,7 +26729,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -26794,7 +26837,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -26862,7 +26905,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -26873,32 +26916,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -26915,7 +26959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -27075,7 +27119,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -27086,32 +27130,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -27213,7 +27258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -27430,7 +27475,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -27498,7 +27543,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -27509,32 +27554,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -27551,7 +27597,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -27711,7 +27757,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -27722,32 +27768,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -27849,7 +27896,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -28066,7 +28113,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -28077,32 +28124,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -28237,7 +28285,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, "ValidateNotNullOrEmpty": true @@ -28337,7 +28385,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": true @@ -28360,6 +28408,18 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "EnableAnalyticalStorage", "Type": { @@ -28672,7 +28732,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, "ValidateNotNullOrEmpty": true @@ -28802,7 +28862,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": true @@ -28842,6 +28902,24 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "EnableAnalyticalStorage", @@ -29328,7 +29406,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, "ValidateNotNullOrEmpty": true @@ -29458,7 +29536,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": true @@ -29498,6 +29576,24 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "EnableAnalyticalStorage", @@ -29886,7 +29982,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -29897,32 +29993,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -30268,7 +30365,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -30279,32 +30376,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -30413,7 +30511,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "OrderBy": "System.String" @@ -30620,7 +30718,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -30827,7 +30925,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -30882,7 +30980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -31026,7 +31124,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -31037,32 +31135,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -31347,7 +31446,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -31358,32 +31457,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -31513,7 +31613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", @@ -31579,7 +31679,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn" }, "ValidateNotNullOrEmpty": true @@ -31599,7 +31699,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey" }, "ValidateNotNullOrEmpty": true @@ -31647,7 +31747,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn" }, "ValidateNotNullOrEmpty": true @@ -31679,7 +31779,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey" }, "ValidateNotNullOrEmpty": true @@ -31751,7 +31851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -31806,7 +31906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -31983,7 +32083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", @@ -31997,7 +32097,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -32183,7 +32283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", @@ -32339,7 +32439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", @@ -32408,7 +32508,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -32517,7 +32617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", @@ -32593,7 +32693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource", "Id": "System.String", @@ -32697,7 +32797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -32721,7 +32821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -32853,7 +32953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -32971,7 +33071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -33056,7 +33156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -33111,7 +33211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -33203,7 +33303,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "ToSDKModel", @@ -33415,7 +33515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -33663,7 +33763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration", "DataRegions": "System.Collections.Generic.IList`1[System.String]", @@ -33803,7 +33903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -34179,7 +34279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -34354,7 +34454,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String", "Order": "System.String" @@ -34416,7 +34516,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String", "Order": "System.String" @@ -34623,7 +34723,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -34855,7 +34955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -34910,7 +35010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -35054,7 +35154,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -35065,32 +35165,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -35375,7 +35476,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -35386,32 +35487,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -35541,7 +35643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "ToSDKModel", @@ -35753,7 +35855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -35857,7 +35959,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -35942,7 +36044,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -35981,7 +36083,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -35995,7 +36097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -36109,7 +36211,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -36236,7 +36338,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -36299,7 +36401,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -36383,7 +36485,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -36510,7 +36612,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -36573,7 +36675,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -36642,7 +36744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -36679,7 +36781,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -36806,7 +36908,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -36869,7 +36971,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -36945,7 +37047,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]", "Path": "System.String" @@ -37007,7 +37109,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]", "Path": "System.String" @@ -37081,7 +37183,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes" }, "ValidateNotNullOrEmpty": true @@ -37144,7 +37246,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes" }, "ValidateNotNullOrEmpty": true @@ -37216,7 +37318,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Precision": "System.Nullable`1[System.Int32]", "DataType": "System.String", @@ -37279,7 +37381,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Precision": "System.Nullable`1[System.Int32]", "DataType": "System.String", @@ -37517,7 +37619,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -37587,7 +37689,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath" }, "ValidateNotNullOrEmpty": true @@ -37597,7 +37699,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec" }, "ValidateNotNullOrEmpty": true @@ -37607,7 +37709,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]" }, "ValidateNotNullOrEmpty": true @@ -37686,7 +37788,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath" }, "ValidateNotNullOrEmpty": true @@ -37702,7 +37804,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec" }, "ValidateNotNullOrEmpty": true @@ -37718,7 +37820,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]" }, "ValidateNotNullOrEmpty": true @@ -37839,7 +37941,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Types": "System.Collections.Generic.IList`1[System.String]", "Path": "System.String" @@ -37901,7 +38003,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Types": "System.Collections.Generic.IList`1[System.String]", "Path": "System.String" @@ -38110,7 +38212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Paths": "System.Collections.Generic.IList`1[System.String]" }, @@ -38161,7 +38263,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Paths": "System.Collections.Generic.IList`1[System.String]" }, @@ -38335,7 +38437,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" }, @@ -38396,7 +38498,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" }, @@ -38450,7 +38552,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey" }, "ValidateNotNullOrEmpty": true @@ -38498,7 +38600,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey" }, "ValidateNotNullOrEmpty": true @@ -38570,7 +38672,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsZoneRedundant": "System.Nullable`1[System.Boolean]", "FailoverPriority": "System.Nullable`1[System.Int32]", @@ -38831,7 +38933,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -38886,7 +38988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -39060,7 +39162,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, "ValidateNotNullOrEmpty": true @@ -39070,7 +39172,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -39253,7 +39355,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, "ValidateNotNullOrEmpty": true @@ -39402,7 +39504,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, "ValidateNotNullOrEmpty": true @@ -39467,7 +39569,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -39573,7 +39675,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, "ValidateNotNullOrEmpty": true @@ -39645,7 +39747,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -39700,7 +39802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -39844,7 +39946,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -39855,32 +39957,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -40165,7 +40268,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -40176,32 +40279,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -40331,7 +40435,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Key": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys", "Options": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions" @@ -40576,7 +40680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource", "Actions": "System.Collections.Generic.IList`1[System.String]" @@ -40641,7 +40745,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Db": "System.String", "Collection": "System.String" @@ -40702,7 +40806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Db": "System.String", "Collection": "System.String" @@ -40793,7 +40897,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Db": "System.String", "Collection": "System.String" @@ -41000,7 +41104,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Db": "System.String", "Role": "System.String" @@ -41207,7 +41311,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Privileges": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]", "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", @@ -41320,7 +41424,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege" }, "ValidateNotNullOrEmpty": false @@ -41330,7 +41434,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" }, "ValidateNotNullOrEmpty": false @@ -41340,7 +41444,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -41351,32 +41455,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -41530,7 +41635,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege" }, "ValidateNotNullOrEmpty": false @@ -41546,7 +41651,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" }, "ValidateNotNullOrEmpty": false @@ -41671,7 +41776,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege" }, "ValidateNotNullOrEmpty": false @@ -41687,7 +41792,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" }, "ValidateNotNullOrEmpty": false @@ -41752,7 +41857,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -41763,32 +41868,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -41871,7 +41977,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege" }, "ValidateNotNullOrEmpty": false @@ -41887,7 +41993,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" }, "ValidateNotNullOrEmpty": false @@ -41952,7 +42058,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -41963,32 +42069,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -42071,7 +42178,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege" }, "ValidateNotNullOrEmpty": false @@ -42087,7 +42194,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" }, "ValidateNotNullOrEmpty": false @@ -42227,7 +42334,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege" }, "ValidateNotNullOrEmpty": false @@ -42243,7 +42350,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" }, "ValidateNotNullOrEmpty": false @@ -42315,7 +42422,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", "Id": "System.String", @@ -42438,7 +42545,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -42459,7 +42566,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -42470,32 +42577,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -42664,7 +42772,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -42821,7 +42929,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -42903,7 +43011,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -42914,32 +43022,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -43037,7 +43146,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -43119,7 +43228,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -43130,32 +43239,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -43253,7 +43363,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -43425,7 +43535,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -43514,7 +43624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataActions": "System.Collections.Generic.IList`1[System.String]" }, @@ -43741,7 +43851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTime": "System.Nullable`1[System.DateTime]", "InstanceCount": "System.Nullable`1[System.Int32]", @@ -43844,7 +43954,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -43855,32 +43965,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -44153,7 +44264,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -44164,32 +44275,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -44313,7 +44425,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String", "Order": "System.String" @@ -44520,7 +44632,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -44742,7 +44854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -44797,7 +44909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -44926,7 +45038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -45011,7 +45123,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -45050,7 +45162,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -45064,7 +45176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]", "PolicyFormatVersion": "System.Int32" @@ -45077,7 +45189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]" } @@ -45101,7 +45213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -45215,7 +45327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -45342,7 +45454,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -45405,7 +45517,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -45425,7 +45537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]", "PolicyFormatVersion": "System.Int32" @@ -45444,7 +45556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]" } @@ -45544,7 +45656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -45671,7 +45783,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -45734,7 +45846,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -45754,7 +45866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]", "PolicyFormatVersion": "System.Int32" @@ -45773,7 +45885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]" } @@ -45858,7 +45970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -45895,7 +46007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -46022,7 +46134,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -46085,7 +46197,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -46105,7 +46217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]", "PolicyFormatVersion": "System.Int32" @@ -46124,7 +46236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]" } @@ -46216,7 +46328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -46271,7 +46383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -46415,7 +46527,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -46426,32 +46538,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -46736,7 +46849,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -46747,32 +46860,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -46902,7 +47016,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]", "Path": "System.String" @@ -46976,7 +47090,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes" }, "ValidateNotNullOrEmpty": true @@ -47039,7 +47153,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes" }, "ValidateNotNullOrEmpty": true @@ -47111,7 +47225,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Precision": "System.Nullable`1[System.Int32]", "DataType": "System.String", @@ -47349,7 +47463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -47409,7 +47523,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath" }, "ValidateNotNullOrEmpty": true @@ -47419,7 +47533,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec" }, "ValidateNotNullOrEmpty": true @@ -47429,7 +47543,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]" }, "ValidateNotNullOrEmpty": true @@ -47470,7 +47584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex" }, "ValidateNotNullOrEmpty": true @@ -47518,7 +47632,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath" }, "ValidateNotNullOrEmpty": true @@ -47534,7 +47648,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec" }, "ValidateNotNullOrEmpty": true @@ -47550,7 +47664,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]" }, "ValidateNotNullOrEmpty": true @@ -47615,7 +47729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex" }, "ValidateNotNullOrEmpty": true @@ -47687,7 +47801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Scope": "System.String", @@ -47807,7 +47921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -48233,7 +48347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -48356,7 +48470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -48483,7 +48597,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" ] @@ -48495,7 +48609,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -48506,32 +48620,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -48776,7 +48891,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" ] @@ -49036,7 +49151,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -49047,32 +49162,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -49207,7 +49323,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" ] @@ -49225,7 +49341,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -49236,32 +49352,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -49403,7 +49520,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Types": "System.Collections.Generic.IList`1[System.String]", "Path": "System.String" @@ -49612,7 +49729,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -49667,7 +49784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -49814,7 +49931,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -50086,7 +50203,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -50194,7 +50311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -50249,7 +50366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -50414,7 +50531,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -50746,7 +50863,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -50884,7 +51001,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Paths": "System.Collections.Generic.IList`1[System.String]" }, @@ -51058,7 +51175,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" }, @@ -51112,7 +51229,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey" }, "ValidateNotNullOrEmpty": true @@ -51160,7 +51277,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey" }, "ValidateNotNullOrEmpty": true @@ -51232,7 +51349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -51287,7 +51404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -51434,7 +51551,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -51706,7 +51823,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -51814,7 +51931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Dimensions": "System.Int32", "Path": "System.String", @@ -52071,7 +52188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]" }, @@ -52125,7 +52242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding" }, "ValidateNotNullOrEmpty": true @@ -52173,7 +52290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding" }, "ValidateNotNullOrEmpty": true @@ -52245,7 +52362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VectorIndexShardKey": "System.Collections.Generic.IList`1[System.String]", "QuantizationByteSize": "System.Nullable`1[System.Int64]", @@ -52545,7 +52662,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -52600,7 +52717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -52744,7 +52861,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -52755,32 +52872,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -53065,7 +53183,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -53076,32 +53194,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -53231,7 +53350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Scope": "System.String", @@ -53351,7 +53470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -53777,7 +53896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -53900,7 +54019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -54027,7 +54146,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" ] @@ -54039,7 +54158,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -54050,32 +54169,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -54320,7 +54440,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" ] @@ -54580,7 +54700,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -54591,32 +54711,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -54751,7 +54872,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" ] @@ -54769,7 +54890,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -54780,32 +54901,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -54947,7 +55069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "ToSDKModel", @@ -55131,7 +55253,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]", "Id": "System.String" @@ -55344,7 +55466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -55399,7 +55521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -56217,7 +56339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties", "Name": "System.String", @@ -56270,7 +56392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -56381,7 +56503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -56721,7 +56843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -57225,7 +57347,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -57236,32 +57358,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -57537,7 +57660,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -57548,32 +57671,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -57811,7 +57935,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -57983,7 +58107,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -58199,7 +58323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -58386,7 +58510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -58584,7 +58708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -58741,7 +58865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -58948,7 +59072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration", "DataRegions": "System.Collections.Generic.IList`1[System.String]", @@ -59123,7 +59247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration", "DataRegions": "System.Collections.Generic.IList`1[System.String]", @@ -59342,7 +59466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GlobalDatabaseAccountProperties": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties", "Name": "System.String", @@ -59529,7 +59653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GlobalDatabaseAccountProperties": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties", "Name": "System.String", @@ -59736,7 +59860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -59908,7 +60032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -60124,7 +60248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -60311,7 +60435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -60527,7 +60651,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -60714,7 +60838,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -60921,7 +61045,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -61093,7 +61217,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -61290,7 +61414,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -61301,32 +61425,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -61343,7 +61468,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Privileges": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]", "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", @@ -61595,7 +61720,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -61606,32 +61731,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -61733,7 +61859,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Privileges": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]", "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", @@ -61882,7 +62008,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -61893,32 +62019,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -61935,7 +62062,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", "Id": "System.String", @@ -62188,7 +62315,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -62199,32 +62326,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -62326,7 +62454,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", "Id": "System.String", @@ -62486,7 +62614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTime": "System.Nullable`1[System.DateTime]", "InstanceCount": "System.Nullable`1[System.Int32]", @@ -62737,7 +62865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTime": "System.Nullable`1[System.DateTime]", "InstanceCount": "System.Nullable`1[System.Int32]", @@ -62904,7 +63032,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -63091,7 +63219,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -63298,7 +63426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -63470,7 +63598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -63667,7 +63795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Scope": "System.String", @@ -63682,7 +63810,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -63693,32 +63821,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -63906,7 +64035,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -63917,32 +64046,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -64029,7 +64159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Scope": "System.String", @@ -64225,7 +64355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -64241,7 +64371,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -64252,32 +64382,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -64465,7 +64596,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -64476,32 +64607,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -64588,7 +64720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -64813,7 +64945,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -65015,7 +65147,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -65240,7 +65372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -65442,7 +65574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -65667,7 +65799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -65869,7 +66001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -66076,7 +66208,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -66248,7 +66380,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -66445,7 +66577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Scope": "System.String", @@ -66460,7 +66592,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -66471,32 +66603,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -66684,7 +66817,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -66695,32 +66828,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -66807,7 +66941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Scope": "System.String", @@ -67003,7 +67137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -67019,7 +67153,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -67030,32 +67164,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -67243,7 +67378,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -67254,32 +67389,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -67366,7 +67502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -67573,7 +67709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -67848,7 +67984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -68094,7 +68230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties", "Name": "System.String", @@ -68126,7 +68262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -68398,7 +68534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties", "Name": "System.String", @@ -68576,7 +68712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -68684,7 +68820,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -68695,32 +68831,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -68824,7 +68961,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore" }, "ValidateNotNullOrEmpty": false @@ -68834,7 +68971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore" }, "ValidateNotNullOrEmpty": false @@ -68844,7 +68981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -68975,7 +69112,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore" }, "ValidateNotNullOrEmpty": false @@ -68991,7 +69128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore" }, "ValidateNotNullOrEmpty": false @@ -69007,7 +69144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -69209,7 +69346,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore" }, "ValidateNotNullOrEmpty": false @@ -69225,7 +69362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore" }, "ValidateNotNullOrEmpty": false @@ -69241,7 +69378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -69375,7 +69512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -69430,7 +69567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -69792,7 +69929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -70153,7 +70290,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -70208,7 +70345,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -70594,7 +70731,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -70649,7 +70786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -71011,7 +71148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -71066,7 +71203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -71452,7 +71589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -71507,7 +71644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -71869,7 +72006,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -71924,7 +72061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Exceptions", "Name": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -72286,7 +72423,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -72297,32 +72434,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -72390,7 +72528,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -72401,32 +72539,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -72486,6 +72625,16 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "Capabilities", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "ResourceGroupName", "Type": { @@ -72571,7 +72720,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": true @@ -72594,6 +72743,18 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "EnableAnalyticalStorage", "Type": { @@ -72893,6 +73054,22 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Capabilities", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultConsistencyLevel", @@ -72997,7 +73174,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": true @@ -73037,6 +73214,24 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "EnableAnalyticalStorage", @@ -73369,7 +73564,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -73380,32 +73575,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -73494,6 +73690,22 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Capabilities", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultConsistencyLevel", @@ -73598,7 +73810,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": true @@ -73638,6 +73850,24 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "EnableAnalyticalStorage", @@ -74036,6 +74266,22 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Capabilities", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultConsistencyLevel", @@ -74140,7 +74386,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": true @@ -74180,6 +74426,24 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "EnableAnalyticalStorage", @@ -74608,6 +74872,22 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Capabilities", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultConsistencyLevel", @@ -74712,7 +74992,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule" }, "ValidateNotNullOrEmpty": true @@ -74752,6 +75032,24 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DisableLocalAuth", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "EnableAnalyticalStorage", @@ -75091,7 +75389,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -75102,32 +75400,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -75223,7 +75522,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -75234,32 +75533,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -75608,7 +75908,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -75619,32 +75919,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -75754,7 +76055,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -75765,32 +76066,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -75877,7 +76179,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, "ValidateNotNullOrEmpty": false @@ -75896,7 +76198,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -75907,32 +76209,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -76042,7 +76345,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, "ValidateNotNullOrEmpty": false @@ -76138,7 +76441,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, "ValidateNotNullOrEmpty": false @@ -76249,7 +76552,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, "ValidateNotNullOrEmpty": false @@ -76329,7 +76632,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -76340,32 +76643,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -76404,7 +76708,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation" }, "ValidateNotNullOrEmpty": false @@ -76491,7 +76795,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -76546,7 +76850,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -76690,7 +76994,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -76701,32 +77005,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -76743,7 +77048,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -77027,7 +77332,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -77038,32 +77343,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -77186,7 +77492,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -77315,7 +77621,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -77383,7 +77689,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -77394,32 +77700,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -77436,7 +77743,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -77632,7 +77939,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -77643,32 +77950,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -77791,7 +78099,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78050,7 +78358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78105,7 +78413,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -78282,7 +78590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", @@ -78296,7 +78604,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78312,7 +78620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78498,7 +78806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", @@ -78654,7 +78962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", @@ -78723,7 +79031,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78832,7 +79140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", @@ -78901,7 +79209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79010,7 +79318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", @@ -79086,7 +79394,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -79163,7 +79471,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79179,7 +79487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79520,7 +79828,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79642,7 +79950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79771,7 +80079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource", "Id": "System.String", @@ -79866,7 +80174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -79890,7 +80198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79906,7 +80214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource", "Id": "System.String", @@ -80021,7 +80329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -80124,7 +80432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -80146,7 +80454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -80231,7 +80539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -80316,7 +80624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource", "Id": "System.String", @@ -80336,7 +80644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -80428,7 +80736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -80513,7 +80821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -80725,7 +81033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -80818,7 +81126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration", "DataRegions": "System.Collections.Generic.IList`1[System.String]", @@ -80930,7 +81238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration", "DataRegions": "System.Collections.Generic.IList`1[System.String]", @@ -81202,7 +81510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThroughputPoolConfiguration": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration", "DataRegions": "System.Collections.Generic.IList`1[System.String]", @@ -81319,7 +81627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -81374,7 +81682,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -81518,7 +81826,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -81529,32 +81837,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -81571,7 +81880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -81855,7 +82164,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -81866,32 +82175,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -82014,7 +82324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -82143,7 +82453,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -82211,7 +82521,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -82222,32 +82532,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -82264,7 +82575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -82460,7 +82771,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -82471,32 +82782,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -82619,7 +82931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -82878,7 +83190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -82933,7 +83245,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -83062,7 +83374,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -83147,7 +83459,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -83186,7 +83498,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -83200,7 +83512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -83216,7 +83528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -83330,7 +83642,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -83457,7 +83769,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -83520,7 +83832,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -83604,7 +83916,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -83731,7 +84043,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -83794,7 +84106,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -83863,7 +84175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -83900,7 +84212,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -84027,7 +84339,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -84090,7 +84402,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -84159,7 +84471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -84196,7 +84508,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -84323,7 +84635,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -84386,7 +84698,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -84462,7 +84774,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -84539,7 +84851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -84555,7 +84867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -84896,7 +85208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -85018,7 +85330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -85147,7 +85459,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -85202,7 +85514,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -85376,7 +85688,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, "ValidateNotNullOrEmpty": true @@ -85386,7 +85698,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -85402,7 +85714,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -85585,7 +85897,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, "ValidateNotNullOrEmpty": true @@ -85734,7 +86046,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, "ValidateNotNullOrEmpty": true @@ -85799,7 +86111,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -85905,7 +86217,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, "ValidateNotNullOrEmpty": true @@ -85970,7 +86282,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -86076,7 +86388,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" }, "ValidateNotNullOrEmpty": true @@ -86148,7 +86460,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -86225,7 +86537,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -86241,7 +86553,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -86582,7 +86894,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -86704,7 +87016,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -86833,7 +87145,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -86888,7 +87200,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -87032,7 +87344,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -87043,32 +87355,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -87085,7 +87398,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -87369,7 +87682,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -87380,32 +87693,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -87528,7 +87842,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -87657,7 +87971,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -87725,7 +88039,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -87736,32 +88050,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -87778,7 +88093,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -87974,7 +88289,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -87985,32 +88300,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -88133,7 +88449,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -88392,7 +88708,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -88504,7 +88820,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege" ] @@ -88516,7 +88832,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -88528,7 +88844,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -88539,32 +88855,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -88581,7 +88898,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Privileges": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]", "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", @@ -88726,7 +89043,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege" ] @@ -88744,7 +89061,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -88871,7 +89188,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege" ] @@ -88889,7 +89206,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -88956,7 +89273,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -88967,32 +89284,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -89075,7 +89393,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege" ] @@ -89093,7 +89411,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -89160,7 +89478,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Privileges": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]", "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", @@ -89243,7 +89561,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege" ] @@ -89261,7 +89579,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -89335,7 +89653,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", "Id": "System.String", @@ -89458,7 +89776,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -89479,7 +89797,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -89490,32 +89808,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -89532,7 +89851,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", "Id": "System.String", @@ -89693,7 +90012,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -89850,7 +90169,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -89932,7 +90251,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -89943,32 +90262,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -90066,7 +90386,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -90148,7 +90468,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoDBUserDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Roles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", "Id": "System.String", @@ -90247,7 +90567,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole" ] @@ -90336,7 +90656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -90391,7 +90711,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -90520,7 +90840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -90605,7 +90925,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -90644,7 +90964,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -90658,7 +90978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]" } @@ -90670,7 +90990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -90698,7 +91018,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -90812,7 +91132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -90939,7 +91259,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -91002,7 +91322,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -91022,7 +91342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]" } @@ -91122,7 +91442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -91249,7 +91569,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -91312,7 +91632,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -91332,7 +91652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]" } @@ -91417,7 +91737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -91454,7 +91774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -91581,7 +91901,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -91644,7 +91964,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -91664,7 +91984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]" } @@ -91749,7 +92069,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -91786,7 +92106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -91913,7 +92233,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" } @@ -91976,7 +92296,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -91996,7 +92316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlVectorEmbeddingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VectorEmbeddings": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]" } @@ -92088,7 +92408,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -92165,7 +92485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -92181,7 +92501,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -92522,7 +92842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -92644,7 +92964,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -92773,7 +93093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -92828,7 +93148,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -92972,7 +93292,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -92983,32 +93303,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -93025,7 +93346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -93309,7 +93630,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -93320,32 +93641,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -93468,7 +93790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -93597,7 +93919,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -93665,7 +93987,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -93676,32 +93998,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -93718,7 +94041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -93914,7 +94237,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -93925,32 +94248,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -94073,7 +94397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -94332,7 +94656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -94387,7 +94711,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -94543,7 +94867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -94559,7 +94883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Scope": "System.String", @@ -94811,7 +95135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -94882,7 +95206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Scope": "System.String", @@ -95008,7 +95332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -95063,7 +95387,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -95213,7 +95537,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" ] @@ -95237,7 +95561,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -95248,32 +95572,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -95290,7 +95615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -95437,7 +95762,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" ] @@ -95585,7 +95910,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" ] @@ -95621,7 +95946,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -95632,32 +95957,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -95729,7 +96055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Permission]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -95856,7 +96182,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -95911,7 +96237,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -96058,7 +96384,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -96074,7 +96400,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -96346,7 +96672,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -96447,7 +96773,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -96555,7 +96881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -96610,7 +96936,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -96775,7 +97101,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -96791,7 +97117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -97123,7 +97449,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -97254,7 +97580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -97392,7 +97718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -97447,7 +97773,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -97594,7 +97920,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -97610,7 +97936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -97882,7 +98208,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -97983,7 +98309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -98091,7 +98417,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -98146,7 +98472,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -98290,7 +98616,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -98301,32 +98627,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -98343,7 +98670,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -98627,7 +98954,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -98638,32 +98965,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -98786,7 +99114,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -98915,7 +99243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -98970,7 +99298,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -99126,7 +99454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -99142,7 +99470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Scope": "System.String", @@ -99394,7 +99722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -99465,7 +99793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Scope": "System.String", @@ -99591,7 +99919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -99646,7 +99974,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.Collections.IDictionary", "InnerException": "System.Exception", @@ -99796,7 +100124,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" ] @@ -99820,7 +100148,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -99831,32 +100159,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -99873,7 +100202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -100020,7 +100349,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" ] @@ -100168,7 +100497,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission" ] @@ -100204,7 +100533,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -100215,32 +100544,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -100312,7 +100642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]", "AssignableScopes": "System.Collections.Generic.IList`1[System.String]", @@ -100439,7 +100769,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", "Throughput": "System.Int32", @@ -100507,7 +100837,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -100518,32 +100848,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -100560,7 +100891,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -100756,7 +101087,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", "ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", @@ -100767,32 +101098,33 @@ "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]", + "Locations": "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]", + "EnableFreeTier": "System.Nullable`1[System.Boolean]", + "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", + "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", + "DisableLocalAuth": "System.Nullable`1[System.Boolean]", + "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "IsVirtualNetworkFilterEnabled": "System.Nullable`1[System.Boolean]", "EnableAutomaticFailover": "System.Nullable`1[System.Boolean]", - "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", - "DisableKeyBasedMetadataWriteAccess": "System.Nullable`1[System.Boolean]", "EnableMultipleWriteLocations": "System.Nullable`1[System.Boolean]", "EnableCassandraConnector": "System.Nullable`1[System.Boolean]", - "EnableFreeTier": "System.Nullable`1[System.Boolean]", - "EnableAnalyticalStorage": "System.Nullable`1[System.Boolean]", - "EnableBurstCapacity": "System.Nullable`1[System.Boolean]", "EnablePerRegionPerPartitionAutoscale": "System.Nullable`1[System.Boolean]", + "EnablePriorityBasedExecution": "System.Nullable`1[System.Boolean]", "EnablePartitionMerge": "System.Nullable`1[System.Boolean]", "CreateMode": "System.String", "InstanceId": "System.String", "MinimalTlsVersion": "System.String", "Id": "System.String", - "ConnectorOffer": "System.String", "KeyVaultKeyUri": "System.String", "PublicNetworkAccess": "System.String", + "ConnectorOffer": "System.String", "Kind": "System.String", "ProvisioningState": "System.String", "DocumentEndpoint": "System.String", @@ -100915,7 +101247,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -101174,7 +101506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -101241,7 +101573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -101587,7 +101919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -102180,7 +102512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties", "Name": "System.String", @@ -102245,7 +102577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties", "Name": "System.String", @@ -102259,7 +102591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -102482,7 +102814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties", "Name": "System.String", @@ -102599,7 +102931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -102997,7 +103329,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FleetspaceAccountPropertiesGlobalDatabaseAccountProperties, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String", "ArmLocation": "System.String" @@ -103053,7 +103385,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinThroughput": "System.Nullable`1[System.Int32]", "MaxThroughput": "System.Nullable`1[System.Int32]" @@ -103250,7 +103582,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaType": "System.String" }, @@ -103303,7 +103635,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.AnalyticalStorageConfiguration, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SchemaType": "System.String" }, @@ -103349,7 +103681,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServerVersion": "System.String" }, @@ -103392,7 +103724,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupPolicyMigrationState": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState", "BackupIntervalInMinutes": "System.Nullable`1[System.Int32]", @@ -103447,7 +103779,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "TargetType": "System.String", @@ -103512,7 +103844,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "TargetType": "System.String", @@ -103568,7 +103900,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MigrationState": "Microsoft.Azure.Management.CosmosDB.Models.BackupPolicyMigrationState" }, @@ -103614,7 +103946,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatabasesToRestore": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[]", "GremlinDatabasesToRestore": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[]", @@ -103670,13 +104002,13 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "ToSDKModel", @@ -103736,7 +104068,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CollectionNames": "System.Collections.Generic.IList`1[System.String]", "DatabaseName": "System.String" @@ -103787,13 +104119,13 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[]": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore" }, "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "ToSDKModel", @@ -103853,7 +104185,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GraphNames": "System.Collections.Generic.IList`1[System.String]", "DatabaseName": "System.String" @@ -103904,7 +104236,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTablesToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "ToSDKModel", @@ -103976,7 +104308,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.RestoreParameters, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatabasesToRestore": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource]", "GremlinDatabasesToRestore": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource]", @@ -104057,7 +104389,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.DatabaseRestoreResource" ] @@ -104065,7 +104397,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseRestoreResource" ] @@ -104073,7 +104405,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ConsistencyPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultConsistencyLevel": "Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel", "MaxIntervalInSeconds": "System.Nullable`1[System.Int32]", @@ -104133,7 +104465,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DefaultConsistencyLevel, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -104233,7 +104565,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Capability, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.Capability" ] @@ -104241,7 +104573,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Capability, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -104287,7 +104619,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy" ] @@ -104295,7 +104627,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailoverPriority": "System.Nullable`1[System.Int32]", "LocationName": "System.String", @@ -104355,7 +104687,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange" ] @@ -104363,7 +104695,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPAddressOrRangeProperty": "System.String" }, @@ -104409,7 +104741,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Location, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.Location" ] @@ -104417,7 +104749,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Location, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsZoneRedundant": "System.Nullable`1[System.Boolean]", "FailoverPriority": "System.Nullable`1[System.Int32]", @@ -104492,7 +104824,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection" ] @@ -104500,7 +104832,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty", @@ -104576,7 +104908,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateEndpointProperty, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -104622,7 +104954,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.String", "Description": "System.String", @@ -104678,7 +105010,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule" ] @@ -104686,7 +105018,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]", "Id": "System.String" @@ -104737,7 +105069,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType" ] @@ -104745,7 +105077,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -104832,7 +105164,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass" ] @@ -104840,7 +105172,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -104927,7 +105259,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "_ts": "System.Object", "Id": "System.String", @@ -104978,7 +105310,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxThroughput": "System.Int32", "TargetMaxThroughput": "System.Nullable`1[System.Int32]" @@ -105025,7 +105357,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Schema": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", "DefaultTtl": "System.Nullable`1[System.Int32]", @@ -105074,7 +105406,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]", "ClusterKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]", @@ -105132,7 +105464,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey]": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey" ] @@ -105140,7 +105472,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -105196,7 +105528,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -105242,7 +105574,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey]": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey" ] @@ -105250,7 +105582,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "OrderBy": "System.String" @@ -105307,7 +105639,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClusterKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "OrderBy": "System.String" @@ -105358,7 +105690,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn]": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn" ] @@ -105366,7 +105698,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -105423,7 +105755,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Column, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String" @@ -105474,7 +105806,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.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]", @@ -105530,7 +105862,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey" ] @@ -105538,7 +105870,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ClusterKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.ClusterKey" ] @@ -105546,7 +105878,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Column, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.Column" ] @@ -105554,7 +105886,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyWrapMetaData": "Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata", "WrappedDataEncryptionKey": "System.Byte[]", @@ -105606,7 +105938,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -105665,7 +105997,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.KeyWrapMetadata": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.KeyWrapMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.KeyWrapMetadata, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.KeyWrapMetadata, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Type": "System.String", @@ -105726,7 +106058,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "_ts": "System.Object", "Id": "System.String", @@ -105777,7 +106109,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSFleetProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.String" }, @@ -105823,7 +106155,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "_ts": "System.Object", "Id": "System.String", @@ -105869,7 +106201,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConflictResolutionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy", "PartitionKey": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey", @@ -105923,7 +106255,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -105981,7 +106313,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ConflictResolutionPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Mode": "System.String", "ConflictResolutionPath": "System.String", @@ -106037,7 +106369,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Paths": "System.Collections.Generic.IList`1[System.String]", "Version": "System.Nullable`1[System.Int32]", @@ -106085,7 +106417,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.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]", @@ -106147,7 +106479,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath]": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath" ] @@ -106155,7 +106487,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String" }, @@ -106211,7 +106543,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String" }, @@ -106257,7 +106589,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath]": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath" ] @@ -106265,7 +106597,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]", "Path": "System.String" @@ -106322,7 +106654,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes" ] @@ -106330,7 +106662,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Precision": "System.Nullable`1[System.Int32]", "DataType": "System.String", @@ -106388,7 +106720,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Indexes, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Precision": "System.Nullable`1[System.Int32]", "DataType": "System.String", @@ -106444,7 +106776,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Indexes]", "Path": "System.String" @@ -106495,7 +106827,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Indexes, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.Indexes" ] @@ -106503,7 +106835,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec" ] @@ -106511,7 +106843,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Types": "System.Collections.Generic.IList`1[System.String]", "Path": "System.String" @@ -106568,7 +106900,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Types": "System.Collections.Generic.IList`1[System.String]", "Path": "System.String" @@ -106619,7 +106951,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex" ] @@ -106627,7 +106959,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VectorIndexShardKey": "System.Collections.Generic.IList`1[System.String]", "QuantizationByteSize": "System.Nullable`1[System.Int64]", @@ -106687,7 +107019,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.VectorIndex": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.VectorIndex", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VectorIndex, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VectorIndex, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VectorIndexShardKey": "System.Collections.Generic.IList`1[System.String]", "QuantizationByteSize": "System.Nullable`1[System.Int64]", @@ -106757,7 +107089,7 @@ "System.Collections.Generic.IList`1[System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]]": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]" ] @@ -106765,7 +107097,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath" ] @@ -106773,7 +107105,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String", "Order": "System.String" @@ -106830,7 +107162,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String", "Order": "System.String" @@ -106881,7 +107213,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExcludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath]", "FullTextIndexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath]", @@ -106962,7 +107294,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath" ] @@ -106970,7 +107302,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath" ] @@ -106978,7 +107310,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.FullTextIndexPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String" }, @@ -107028,7 +107360,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.IncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.IncludedPath" ] @@ -107036,7 +107368,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec" ] @@ -107044,7 +107376,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.VectorIndex]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.VectorIndex]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.VectorIndex, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.VectorIndex, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.VectorIndex" ] @@ -107052,7 +107384,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.CompositePath]" ] @@ -107060,7 +107392,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.CompositePath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.CompositePath" ] @@ -107068,7 +107400,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]" }, @@ -107124,7 +107456,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey" ] @@ -107132,7 +107464,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Paths": "System.Collections.Generic.IList`1[System.String]" }, @@ -107178,7 +107510,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKeyPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey]" }, @@ -107224,7 +107556,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.UniqueKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.UniqueKey" ] @@ -107232,7 +107564,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.UniqueKey, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Paths": "System.Collections.Generic.IList`1[System.String]" }, @@ -107278,13 +107610,13 @@ "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource" }, "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTime": "System.Nullable`1[System.DateTime]", "DeletionTime": "System.Nullable`1[System.DateTime]", @@ -107333,7 +107665,7 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupStorageRedundancies": "System.Collections.Generic.IList`1[System.String]", "SupportsAvailabilityZone": "System.Nullable`1[System.Boolean]", @@ -107384,7 +107716,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ShardKey": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex]", @@ -107433,7 +107765,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex]": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex" ] @@ -107441,7 +107773,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Key": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys", "Options": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions" @@ -107498,7 +107830,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Keys": "System.Collections.Generic.IList`1[System.String]" }, @@ -107554,7 +107886,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Keys": "System.Collections.Generic.IList`1[System.String]" }, @@ -107600,7 +107932,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Unique": "System.Nullable`1[System.Boolean]", "ExpireAfterSeconds": "System.Nullable`1[System.Int32]" @@ -107657,7 +107989,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Unique": "System.Nullable`1[System.Boolean]", "ExpireAfterSeconds": "System.Nullable`1[System.Int32]" @@ -107708,7 +108040,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndex, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Key": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys", "Options": "Microsoft.Azure.Management.CosmosDB.Models.MongoIndexOptions" @@ -107759,7 +108091,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "_ts": "System.Object", "Id": "System.String", @@ -107808,7 +108140,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "_ts": "System.Object", "Id": "System.String", @@ -107860,7 +108192,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Privilege]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Privilege, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Privilege, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.Privilege" ] @@ -107868,7 +108200,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.Privilege": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.Privilege", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Privilege, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Privilege, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource", "Actions": "System.Collections.Generic.IList`1[System.String]" @@ -107919,7 +108251,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PrivilegeResource, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Db": "System.String", "Collection": "System.String" @@ -107970,7 +108302,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.Role]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Role, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Role, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.Role" ] @@ -107978,7 +108310,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.Role": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.Role", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Role, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Role, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Db": "System.String", "RoleProperty": "System.String" @@ -108029,7 +108361,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientEncryptionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy", "ConflictResolutionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy", @@ -108085,7 +108417,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]", "PolicyFormatVersion": "System.Int32" @@ -108146,7 +108478,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath" ] @@ -108154,7 +108486,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String", "ClientEncryptionKeyId": "System.String", @@ -108203,7 +108535,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionPolicy": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionPolicy, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath]", "PolicyFormatVersion": "System.Int32" @@ -108258,7 +108590,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath" ] @@ -108266,7 +108598,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String", "ClientEncryptionKeyId": "System.String", @@ -108331,7 +108663,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConflictResolutionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy", "PartitionKey": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey", @@ -108386,7 +108718,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.Permission, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.Permission" ] @@ -108394,7 +108726,7 @@ "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.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.Permission, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataActions": "System.Collections.Generic.IList`1[System.String]", "NotDataActions": "System.Collections.Generic.IList`1[System.String]" @@ -108445,7 +108777,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "_ts": "System.Object", "Id": "System.String", @@ -108495,7 +108827,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "_ts": "System.Object", "Id": "System.String", @@ -108547,7 +108879,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "_ts": "System.Object", "Id": "System.String", @@ -108597,7 +108929,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "_ts": "System.Object", "Id": "System.String", @@ -108646,7 +108978,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated" ] @@ -108654,7 +108986,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PermissionAutoGenerated, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataActions": "System.Collections.Generic.IList`1[System.String]", "NotDataActions": "System.Collections.Generic.IList`1[System.String]", @@ -108710,7 +109042,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrometheusEndpoint": "Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode", "GossipCertificates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate]", @@ -108767,7 +109099,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpAddress": "System.String" }, @@ -108813,7 +109145,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate" ] @@ -108821,7 +109153,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Pem": "System.String" }, @@ -108867,7 +109199,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode" ] @@ -108875,7 +109207,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SeedNodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode]", "NodeCount": "System.Nullable`1[System.Int32]", @@ -108923,7 +109255,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsZoneRedundant": "System.Nullable`1[System.Boolean]", "FailoverPriority": "System.Nullable`1[System.Int32]", @@ -108998,7 +109330,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]", "Id": "System.String" @@ -109070,13 +109402,13 @@ "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath" }, "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey": { "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.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Paths": "System.Collections.Generic.IList`1[System.String]" }, @@ -109122,7 +109454,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Db": "System.String", "Collection": "System.String" @@ -109179,7 +109511,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilege, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resource": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoPrivilegeResource", "Actions": "System.Collections.Generic.IList`1[System.String]" @@ -109236,7 +109568,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB", "Name": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.MongoDB.PSMongoRole, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Db": "System.String", "Role": "System.String" @@ -109293,7 +109625,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding" ] @@ -109301,7 +109633,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVectorEmbedding, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Dimensions": "System.Int32", "Path": "System.String", @@ -109360,7 +109692,7 @@ "Microsoft.Azure.Management.CosmosDB.Models.VectorEmbedding": { "Namespace": "Microsoft.Azure.Management.CosmosDB.Models", "Name": "Microsoft.Azure.Management.CosmosDB.Models.VectorEmbedding", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VectorEmbedding, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.VectorEmbedding, Microsoft.Azure.PowerShell.CosmosDB.Management.Sdk, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Dimensions": "System.Int32", "Path": "System.String", @@ -109425,7 +109757,7 @@ "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission": { "Namespace": "Microsoft.Azure.Commands.CosmosDB.Models", "Name": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.19.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataActions": "System.Collections.Generic.IList`1[System.String]" }, diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DataProtection.json b/tools/Tools.Common/SerializedCmdlets/Az.DataProtection.json index 93efde07acff..c78e5c0c71f4 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.DataProtection.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.DataProtection.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.DataProtection", - "ModuleVersion": "2.9.0", + "ModuleVersion": "2.9.1", "Cmdlets": [ { "VerbName": "Backup", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JobId": "System.String" } @@ -68,7 +68,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -143,7 +143,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -153,7 +153,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -356,7 +356,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -372,7 +372,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -471,7 +471,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -582,7 +582,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -598,7 +598,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -776,7 +776,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -792,7 +792,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -898,7 +898,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -914,7 +914,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -926,7 +926,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -953,7 +953,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle" }, "ValidateNotNullOrEmpty": false @@ -993,7 +993,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -1011,7 +1011,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1064,7 +1064,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -1082,7 +1082,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1135,7 +1135,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle" }, "ValidateNotNullOrEmpty": false @@ -1169,7 +1169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -1187,7 +1187,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1232,7 +1232,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -1248,7 +1248,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -1260,7 +1260,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1278,7 +1278,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria" }, "ValidateNotNullOrEmpty": false @@ -1306,7 +1306,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -1324,7 +1324,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1377,7 +1377,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -1395,7 +1395,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1433,7 +1433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria" }, "ValidateNotNullOrEmpty": false @@ -1449,7 +1449,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -1467,7 +1467,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1512,7 +1512,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -1528,7 +1528,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -1577,7 +1577,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -1633,7 +1633,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -1690,7 +1690,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -1738,7 +1738,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupFindRestorableTimeRangesResponseResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupFindRestorableTimeRangesResponseResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupFindRestorableTimeRangesResponseResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableTimeRange": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestorableTimeRange[]", "ObjectType": "System.String" @@ -1791,7 +1791,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1840,7 +1840,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1850,7 +1850,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1965,7 +1965,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2044,7 +2044,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2060,7 +2060,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2151,7 +2151,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance" } @@ -2207,7 +2207,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -2255,7 +2255,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2265,7 +2265,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2418,7 +2418,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2434,7 +2434,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2598,7 +2598,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2614,7 +2614,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2698,7 +2698,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -2764,7 +2764,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2780,7 +2780,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2898,7 +2898,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2914,7 +2914,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3005,7 +3005,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance" } @@ -3052,7 +3052,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3062,7 +3062,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3166,7 +3166,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3182,7 +3182,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3273,7 +3273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBaseBackupPolicyResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBaseBackupPolicyResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBaseBackupPolicyResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String", "DatasourceType": "System.String[]" @@ -3330,7 +3330,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -3378,7 +3378,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3388,7 +3388,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3541,7 +3541,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3557,7 +3557,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3721,7 +3721,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3737,7 +3737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3821,7 +3821,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -3887,7 +3887,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3903,7 +3903,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4021,7 +4021,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4037,7 +4037,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4128,7 +4128,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupVaultResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupVaultResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupVaultResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionSetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings", "StorageSetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting[]", @@ -4196,7 +4196,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -4244,7 +4244,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4254,7 +4254,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4389,7 +4389,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4405,7 +4405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4554,7 +4554,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4570,7 +4570,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4704,7 +4704,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4720,7 +4720,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4804,7 +4804,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -4870,7 +4870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4886,7 +4886,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5004,7 +5004,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5020,7 +5020,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5111,7 +5111,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupJobResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupJobResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupJobResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedInfoAdditionalDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobExtendedInfoAdditionalDetails", "ExtendedInfoSubTask": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTask[]", @@ -5228,7 +5228,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -5263,7 +5263,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5273,7 +5273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5441,7 +5441,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5457,7 +5457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5636,7 +5636,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5652,7 +5652,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5770,7 +5770,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5786,7 +5786,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5870,7 +5870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -5936,7 +5936,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5952,7 +5952,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6043,7 +6043,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IClientDiscoveryValueForSingleApi", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IClientDiscoveryValueForSingleApi, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IClientDiscoveryValueForSingleApi, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceSpecificationLogSpecification": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IClientDiscoveryForLogSpecification[]", "ActionType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ActionType]", @@ -6089,7 +6089,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6099,7 +6099,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6188,7 +6188,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6204,7 +6204,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6295,7 +6295,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Detail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IError[]", "AdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IErrorAdditionalInfo[]", @@ -6349,7 +6349,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -6397,7 +6397,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6407,7 +6407,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6542,7 +6542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6558,7 +6558,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6642,7 +6642,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -6708,7 +6708,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6724,7 +6724,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6842,7 +6842,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6858,7 +6858,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6949,7 +6949,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -6965,7 +6965,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6992,7 +6992,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7037,7 +7037,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRecoveryPointResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRecoveryPointResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRecoveryPointResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String" } @@ -7112,7 +7112,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -7160,7 +7160,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7170,7 +7170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7392,7 +7392,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7408,7 +7408,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7605,7 +7605,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7621,7 +7621,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7705,7 +7705,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -7771,7 +7771,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7787,7 +7787,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7905,7 +7905,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7921,7 +7921,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8012,7 +8012,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGuardOperation": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperation[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]", @@ -8061,7 +8061,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -8109,7 +8109,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8119,7 +8119,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8254,7 +8254,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8270,7 +8270,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8419,7 +8419,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8435,7 +8435,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8519,7 +8519,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -8585,7 +8585,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8601,7 +8601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8719,7 +8719,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8735,7 +8735,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8826,7 +8826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardProxyBaseResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardProxyBaseResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardProxyBaseResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGuardOperationDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperationDetail[]", "Description": "System.String", @@ -8873,7 +8873,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -8921,7 +8921,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8931,7 +8931,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9066,7 +9066,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9082,7 +9082,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9246,7 +9246,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9262,7 +9262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9346,7 +9346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -9412,7 +9412,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9428,7 +9428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9546,7 +9546,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9562,7 +9562,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9653,7 +9653,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDeletedBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDeletedBackupInstanceResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDeletedBackupInstanceResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatasourceAuthCredentials": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAuthCredentials", "DataSourceInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasource", @@ -9719,7 +9719,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -9767,7 +9767,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9777,7 +9777,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9927,7 +9927,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9943,7 +9943,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10107,7 +10107,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10123,7 +10123,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10207,7 +10207,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -10273,7 +10273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10289,7 +10289,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10407,7 +10407,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10423,7 +10423,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10514,7 +10514,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDeletedBackupVaultResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDeletedBackupVaultResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDeletedBackupVaultResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionSetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings", "ResourceDeletionInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceDeletionInfo", @@ -10603,7 +10603,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10613,7 +10613,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10733,7 +10733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10749,7 +10749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10913,7 +10913,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10929,7 +10929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11020,7 +11020,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance" } @@ -11036,7 +11036,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11081,7 +11081,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11108,7 +11108,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String" } @@ -11162,7 +11162,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11237,7 +11237,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11282,7 +11282,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String" } @@ -11366,7 +11366,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", @@ -11388,7 +11388,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11397,7 +11397,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11415,7 +11415,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11487,7 +11487,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11575,7 +11575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.BackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.BackupInstanceResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.BackupInstanceResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance", "Tag": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDppProxyResourceTags", @@ -11631,7 +11631,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11646,7 +11646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11676,7 +11676,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11841,7 +11841,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11856,7 +11856,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11886,7 +11886,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12065,7 +12065,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12080,7 +12080,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12095,7 +12095,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12125,7 +12125,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12289,7 +12289,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12304,7 +12304,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.BackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.BackupInstanceResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.BackupInstanceResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance", "Tag": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDppProxyResourceTags", @@ -12328,7 +12328,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12343,7 +12343,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12373,7 +12373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12537,7 +12537,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12583,7 +12583,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.BackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.BackupInstanceResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.BackupInstanceResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance", "Tag": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDppProxyResourceTags", @@ -12639,7 +12639,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12654,7 +12654,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12684,7 +12684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12818,7 +12818,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12878,7 +12878,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12893,7 +12893,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12923,7 +12923,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13032,7 +13032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13115,7 +13115,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource" }, "ValidateNotNullOrEmpty": false @@ -13180,7 +13180,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13311,7 +13311,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource" }, "ValidateNotNullOrEmpty": false @@ -13437,7 +13437,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance" } @@ -13489,7 +13489,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13499,7 +13499,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13602,7 +13602,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance" } @@ -13684,7 +13684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13700,7 +13700,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13821,7 +13821,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBaseBackupPolicyResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBaseBackupPolicyResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBaseBackupPolicyResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String", "DatasourceType": "System.String[]" @@ -13865,7 +13865,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -13908,7 +13908,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13918,7 +13918,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14018,7 +14018,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupPolicy, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]" } @@ -14085,7 +14085,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14101,7 +14101,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14232,7 +14232,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting" }, "ValidateNotNullOrEmpty": false @@ -14269,7 +14269,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14278,7 +14278,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14287,7 +14287,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14296,7 +14296,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14314,7 +14314,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14345,7 +14345,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14354,7 +14354,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14363,7 +14363,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14421,7 +14421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14431,7 +14431,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14540,7 +14540,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting" }, "ValidateNotNullOrEmpty": false @@ -14601,7 +14601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14616,7 +14616,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14631,7 +14631,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14646,7 +14646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14676,7 +14676,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14725,7 +14725,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14740,7 +14740,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14755,7 +14755,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14849,7 +14849,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14865,7 +14865,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14984,7 +14984,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14993,7 +14993,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15020,7 +15020,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15035,7 +15035,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15080,7 +15080,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DaysOfMonth": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDay[]", "AbsoluteCriterion": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[]", @@ -15101,7 +15101,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15110,7 +15110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek" }, "ValidateNotNullOrEmpty": false @@ -15120,7 +15120,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth" }, "ValidateNotNullOrEmpty": false @@ -15130,7 +15130,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear" }, "ValidateNotNullOrEmpty": false @@ -15178,7 +15178,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15216,7 +15216,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek" }, "ValidateNotNullOrEmpty": false @@ -15232,7 +15232,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth" }, "ValidateNotNullOrEmpty": false @@ -15248,7 +15248,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear" }, "ValidateNotNullOrEmpty": false @@ -15303,7 +15303,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear" }, "ValidateNotNullOrEmpty": false @@ -15428,7 +15428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15480,7 +15480,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15540,7 +15540,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGuardOperation": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperation[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]", @@ -15646,7 +15646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15656,7 +15656,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15850,7 +15850,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15866,7 +15866,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15970,7 +15970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16050,7 +16050,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.KubernetesClusterRestoreCriteriaNamespaceMappings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.KubernetesClusterRestoreCriteriaNamespaceMappings, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.KubernetesClusterRestoreCriteriaNamespaceMappings, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "System.String" } @@ -16071,7 +16071,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource" }, "ValidateNotNullOrEmpty": false @@ -16081,7 +16081,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Namespace": "System.String" @@ -16130,7 +16130,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16258,7 +16258,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.KubernetesClusterRestoreCriteriaNamespaceMappings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.KubernetesClusterRestoreCriteriaNamespaceMappings, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.KubernetesClusterRestoreCriteriaNamespaceMappings, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "System.String" } @@ -16291,7 +16291,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource" }, "ValidateNotNullOrEmpty": false @@ -16307,7 +16307,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Namespace": "System.String" @@ -16386,7 +16386,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetDataStoreCopySetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ITargetCopySetting[]", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes", @@ -16406,7 +16406,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16415,7 +16415,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16433,7 +16433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16442,7 +16442,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16469,7 +16469,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16484,7 +16484,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16514,7 +16514,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16529,7 +16529,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16626,7 +16626,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -16692,7 +16692,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16702,7 +16702,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16902,7 +16902,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16918,7 +16918,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17032,7 +17032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -17128,7 +17128,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17144,7 +17144,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17322,7 +17322,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17338,7 +17338,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17511,7 +17511,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -17559,7 +17559,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17569,7 +17569,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17730,7 +17730,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17746,7 +17746,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17845,7 +17845,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -17911,7 +17911,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17927,7 +17927,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18060,7 +18060,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18076,7 +18076,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18222,7 +18222,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -18279,7 +18279,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18289,7 +18289,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18456,7 +18456,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18472,7 +18472,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18586,7 +18586,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -18667,7 +18667,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18683,7 +18683,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18846,7 +18846,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18862,7 +18862,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19023,7 +19023,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -19071,7 +19071,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19081,7 +19081,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19224,7 +19224,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19240,7 +19240,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19339,7 +19339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -19405,7 +19405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19421,7 +19421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19554,7 +19554,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19570,7 +19570,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19716,7 +19716,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -19764,7 +19764,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19774,7 +19774,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19917,7 +19917,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19933,7 +19933,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20032,7 +20032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -20098,7 +20098,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20114,7 +20114,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20247,7 +20247,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20263,7 +20263,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20418,7 +20418,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -20475,7 +20475,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20485,7 +20485,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20667,7 +20667,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20683,7 +20683,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20797,7 +20797,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -20878,7 +20878,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20894,7 +20894,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21057,7 +21057,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21073,7 +21073,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21217,7 +21217,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21246,7 +21246,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus" }, "ValidateNotNullOrEmpty": false @@ -21278,7 +21278,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21288,7 +21288,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21359,7 +21359,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21406,7 +21406,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus" }, "ValidateNotNullOrEmpty": false @@ -21456,7 +21456,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21472,7 +21472,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21637,7 +21637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21647,7 +21647,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21793,7 +21793,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21809,7 +21809,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21923,7 +21923,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21970,7 +21970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation" }, "ValidateNotNullOrEmpty": false @@ -21980,7 +21980,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus" }, "ValidateNotNullOrEmpty": false @@ -22012,7 +22012,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22022,7 +22022,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22093,7 +22093,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22170,7 +22170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation" }, "ValidateNotNullOrEmpty": false @@ -22186,7 +22186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus" }, "ValidateNotNullOrEmpty": false @@ -22236,7 +22236,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22252,7 +22252,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22409,7 +22409,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22419,7 +22419,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22557,7 +22557,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22573,7 +22573,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22707,7 +22707,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance" } @@ -22740,7 +22740,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", @@ -22767,7 +22767,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22901,7 +22901,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance" } @@ -23023,7 +23023,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", @@ -23062,7 +23062,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23203,7 +23203,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardProxyBaseResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardProxyBaseResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardProxyBaseResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGuardOperationDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperationDetail[]", "Description": "System.String", @@ -23280,7 +23280,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23290,7 +23290,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23439,7 +23439,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23455,7 +23455,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23546,7 +23546,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JobId": "System.String" } @@ -23589,7 +23589,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", @@ -23675,7 +23675,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23685,7 +23685,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23749,7 +23749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String", "RecoveryOption": "System.String", @@ -23763,7 +23763,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23972,7 +23972,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23988,7 +23988,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24102,7 +24102,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", @@ -24281,7 +24281,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24297,7 +24297,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24426,7 +24426,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String", "RecoveryOption": "System.String", @@ -24446,7 +24446,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24661,7 +24661,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24677,7 +24677,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24897,7 +24897,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24907,7 +24907,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24971,7 +24971,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -25155,7 +25155,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25171,7 +25171,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25380,7 +25380,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25396,7 +25396,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25525,7 +25525,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -25637,7 +25637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25653,7 +25653,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25888,7 +25888,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25898,7 +25898,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25962,7 +25962,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -26146,7 +26146,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26162,7 +26162,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26371,7 +26371,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26387,7 +26387,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26516,7 +26516,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -26628,7 +26628,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26644,7 +26644,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26832,7 +26832,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26872,7 +26872,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26882,7 +26882,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27018,7 +27018,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27082,7 +27082,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27098,7 +27098,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27219,7 +27219,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JobId": "System.String" } @@ -27262,7 +27262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatasourceAuthCredentials": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAuthCredentials", "DataSourceInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasource", @@ -27317,7 +27317,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27327,7 +27327,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27436,7 +27436,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatasourceAuthCredentials": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAuthCredentials", "DataSourceInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasource", @@ -27515,7 +27515,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27531,7 +27531,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27637,7 +27637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JobId": "System.String" } @@ -27680,7 +27680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", @@ -27738,7 +27738,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27748,7 +27748,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27866,7 +27866,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", @@ -27954,7 +27954,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27970,7 +27970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28091,7 +28091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JobId": "System.String" } @@ -28146,7 +28146,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatasourceAuthCredentials": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAuthCredentials", "DataSourceInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasource", @@ -28201,7 +28201,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28211,7 +28211,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28338,7 +28338,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatasourceAuthCredentials": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAuthCredentials", "DataSourceInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasource", @@ -28417,7 +28417,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28433,7 +28433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28588,7 +28588,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -28645,7 +28645,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28655,7 +28655,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28837,7 +28837,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28853,7 +28853,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28967,7 +28967,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -29048,7 +29048,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29064,7 +29064,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29227,7 +29227,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29243,7 +29243,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29364,7 +29364,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupVaultResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupVaultResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupVaultResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionSetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings", "StorageSetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting[]", @@ -29496,7 +29496,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29506,7 +29506,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29716,7 +29716,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29732,7 +29732,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29937,7 +29937,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29947,7 +29947,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30142,7 +30142,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30158,7 +30158,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30249,7 +30249,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance" } @@ -30394,7 +30394,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30404,7 +30404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30684,7 +30684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30700,7 +30700,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30821,7 +30821,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstanceResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance" } @@ -30932,7 +30932,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30942,7 +30942,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31170,7 +31170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31186,7 +31186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31307,7 +31307,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupVaultResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupVaultResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupVaultResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionSetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings", "StorageSetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting[]", @@ -31347,7 +31347,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -31382,7 +31382,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31391,7 +31391,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31400,7 +31400,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31409,7 +31409,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CmkIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKekIdentity", "CmkKeyVaultProperty": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKeyVaultProperties", @@ -31446,7 +31446,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31474,7 +31474,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31523,7 +31523,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31533,7 +31533,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31606,7 +31606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31615,7 +31615,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31669,7 +31669,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -31701,7 +31701,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CmkIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKekIdentity", "CmkKeyVaultProperty": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKeyVaultProperties", @@ -31737,7 +31737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31752,7 +31752,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31767,7 +31767,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31816,7 +31816,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31862,7 +31862,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31941,7 +31941,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31957,7 +31957,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32071,7 +32071,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32086,7 +32086,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32101,7 +32101,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32150,7 +32150,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32196,7 +32196,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32275,7 +32275,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32291,7 +32291,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32435,7 +32435,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32450,7 +32450,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32525,7 +32525,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32540,7 +32540,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32555,7 +32555,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32604,7 +32604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32650,7 +32650,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32729,7 +32729,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32745,7 +32745,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32851,7 +32851,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGuardOperation": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperation[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]", @@ -32958,7 +32958,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32968,7 +32968,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33163,7 +33163,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33179,7 +33179,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33303,7 +33303,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -33486,13 +33486,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBasePolicyRule, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "ObjectType": "System.String" @@ -33501,7 +33501,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISourceLifeCycle, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetDataStoreCopySetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ITargetCopySetting[]", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes", @@ -33513,13 +33513,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ITargetCopySetting[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ITargetCopySetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ITargetCopySetting[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ITargetCopySetting[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ITargetCopySetting" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ITargetCopySetting": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ITargetCopySetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ITargetCopySetting, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ITargetCopySetting, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes", "DataStoreObjectType": "System.String", @@ -33529,7 +33529,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33607,7 +33607,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IScheduleBasedBackupCriteria, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DaysOfMonth": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDay[]", "AbsoluteCriterion": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[]", @@ -33620,13 +33620,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDay[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDay[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDay[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDay[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDay" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDay": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDay", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDay, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDay, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsLast": "System.Nullable`1[System.Boolean]", "Date": "System.Nullable`1[System.Int32]" @@ -33651,13 +33651,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33722,13 +33722,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33793,13 +33793,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33864,13 +33864,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33946,13 +33946,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestorableTimeRange[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestorableTimeRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestorableTimeRange[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestorableTimeRange[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestorableTimeRange" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestorableTimeRange": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestorableTimeRange", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestorableTimeRange, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestorableTimeRange, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndTime": "System.String", "ObjectType": "System.String", @@ -33962,7 +33962,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupInstance, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatasourceAuthCredentials": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAuthCredentials", "DataSourceInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasource", @@ -33982,7 +33982,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAuthCredentials": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAuthCredentials", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAuthCredentials, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IAuthCredentials, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String" } @@ -33990,7 +33990,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasource": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String", "ResourceId": "System.String", @@ -34005,7 +34005,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasourceSet": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasourceSet", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasourceSet, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDatasourceSet, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatasourceType": "System.String", "ObjectType": "System.String", @@ -34020,7 +34020,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IIdentityDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IIdentityDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IIdentityDetails, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IIdentityDetails, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseSystemAssignedIdentity": "System.Nullable`1[System.Boolean]", "UserAssignedIdentityArmUrl": "System.String" @@ -34029,7 +34029,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IPolicyInfo": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IPolicyInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IPolicyInfo, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IPolicyInfo, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyParameter": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IPolicyParameters", "PolicyId": "System.String", @@ -34039,7 +34039,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IPolicyParameters": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IPolicyParameters", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IPolicyParameters, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IPolicyParameters, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupDatasourceParametersList": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters[]", "DataStoreParametersList": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDataStoreParameters[]" @@ -34048,13 +34048,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IBackupDatasourceParameters, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String" } @@ -34062,13 +34062,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDataStoreParameters[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDataStoreParameters[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDataStoreParameters[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDataStoreParameters[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDataStoreParameters" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDataStoreParameters": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDataStoreParameters", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDataStoreParameters, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDataStoreParameters, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes", "ObjectType": "System.String" @@ -34077,7 +34077,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IProtectionStatusDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IProtectionStatusDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IProtectionStatusDetails, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IProtectionStatusDetails, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingError", "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status]" @@ -34086,7 +34086,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingError": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingError", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingError, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingError, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InnerError": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IInnerError", "Detail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingError[]", @@ -34102,7 +34102,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IInnerError": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IInnerError", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IInnerError, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IInnerError, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EmbeddedInnerError": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IInnerError", "AdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IInnerErrorAdditionalInfo", @@ -34112,18 +34112,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IInnerErrorAdditionalInfo": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IInnerErrorAdditionalInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IInnerErrorAdditionalInfo, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IInnerErrorAdditionalInfo, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingError[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingError[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingError[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingError[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingError" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingErrorProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingErrorProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingErrorProperties, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingErrorProperties, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.String[]": { "Namespace": "System", @@ -34134,7 +34134,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status" ] @@ -34142,7 +34142,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34207,7 +34207,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState" ] @@ -34215,7 +34215,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34280,7 +34280,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType" ] @@ -34288,7 +34288,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34353,7 +34353,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IEncryptionSettings, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CmkIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKekIdentity", "CmkKeyVaultProperty": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKeyVaultProperties", @@ -34364,7 +34364,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKekIdentity": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKekIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKekIdentity, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKekIdentity, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType]", "IdentityId": "System.String" @@ -34373,7 +34373,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType" ] @@ -34381,7 +34381,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34446,7 +34446,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKeyVaultProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKeyVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKeyVaultProperties, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ICmkKeyVaultProperties, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyUri": "System.String" } @@ -34454,7 +34454,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState" ] @@ -34462,7 +34462,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34527,7 +34527,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState" ] @@ -34535,7 +34535,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34600,13 +34600,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IStorageSetting, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatastoreType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes]", "Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes]" @@ -34615,7 +34615,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes" ] @@ -34623,7 +34623,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34688,7 +34688,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes" ] @@ -34696,7 +34696,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34761,12 +34761,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IDppIdentityDetailsUserAssignedIdentities": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IDppIdentityDetailsUserAssignedIdentities", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IDppIdentityDetailsUserAssignedIdentities, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IDppIdentityDetailsUserAssignedIdentities, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState" ] @@ -34774,7 +34774,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34839,7 +34839,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel" ] @@ -34847,7 +34847,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34912,7 +34912,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState" ] @@ -34920,7 +34920,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -34985,7 +34985,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState" ] @@ -34993,7 +34993,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35058,7 +35058,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState" ] @@ -35066,7 +35066,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35131,7 +35131,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState" ] @@ -35139,7 +35139,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35204,7 +35204,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState" ] @@ -35212,7 +35212,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35277,7 +35277,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel" ] @@ -35285,7 +35285,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35350,7 +35350,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState" ] @@ -35358,7 +35358,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35431,18 +35431,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobExtendedInfoAdditionalDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobExtendedInfoAdditionalDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobExtendedInfoAdditionalDetails, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobExtendedInfoAdditionalDetails, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTask[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTask[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTask[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTask[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTask" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTask": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTask", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTask, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTask, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTaskAdditionalDetails", "TaskId": "System.Int32", @@ -35454,18 +35454,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTaskAdditionalDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTaskAdditionalDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTaskAdditionalDetails, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IJobSubTaskAdditionalDetails, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingWarningDetail[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingWarningDetail[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingWarningDetail[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingWarningDetail[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingWarningDetail" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingWarningDetail": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingWarningDetail", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingWarningDetail, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingWarningDetail, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Warning": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IUserFacingError", "ResourceName": "System.String" @@ -35482,13 +35482,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IClientDiscoveryForLogSpecification[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IClientDiscoveryForLogSpecification[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IClientDiscoveryForLogSpecification[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IClientDiscoveryForLogSpecification[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IClientDiscoveryForLogSpecification" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IClientDiscoveryForLogSpecification": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IClientDiscoveryForLogSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IClientDiscoveryForLogSpecification, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IClientDiscoveryForLogSpecification, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobDuration": "System.String", "DisplayName": "System.String", @@ -35498,7 +35498,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ActionType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ActionType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ActionType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ActionType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ActionType" ] @@ -35506,7 +35506,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ActionType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ActionType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ActionType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ActionType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35571,13 +35571,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IError[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IError[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IError[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IError[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IError" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IError": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IError", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IError, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IError, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Detail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IError[]", "AdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IErrorAdditionalInfo[]", @@ -35589,13 +35589,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IErrorAdditionalInfo[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IErrorAdditionalInfo[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IErrorAdditionalInfo[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IErrorAdditionalInfo[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IErrorAdditionalInfo" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IErrorAdditionalInfo": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IErrorAdditionalInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IErrorAdditionalInfo, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api50.IErrorAdditionalInfo, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Info": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAny", "Type": "System.String" @@ -35604,18 +35604,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAny": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAny", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAny, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAny, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperation[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperation[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperation[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperation[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperation" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperation": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperation, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperation, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestResourceType": "System.String", "VaultCriticalOperation": "System.String" @@ -35624,13 +35624,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperationDetail[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperationDetail[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperationDetail[], Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperationDetail[], Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperationDetail" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperationDetail": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperationDetail", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperationDetail, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceGuardOperationDetail, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultResourceRequest": "System.String", "VaultCriticalOperation": "System.String" @@ -35639,7 +35639,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDeletionInfo": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDeletionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDeletionInfo, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDeletionInfo, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BillingEndDate": "System.String", "DeleteActivityId": "System.String", @@ -35650,7 +35650,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceDeletionInfo": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceDeletionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceDeletionInfo, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IResourceDeletionInfo, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletionTime": "System.Nullable`1[System.DateTime]", "ScheduledPurgeTime": "System.Nullable`1[System.DateTime]", @@ -35660,7 +35660,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IRestoreTargetInfoBase, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String", "RecoveryOption": "System.String", @@ -35670,7 +35670,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35735,12 +35735,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDppProxyResourceTags": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDppProxyResourceTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDppProxyResourceTags, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.IDppProxyResourceTags, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISystemData": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISystemData", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISystemData, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.ISystemData, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType]", "LastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType]", @@ -35753,7 +35753,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType" ] @@ -35761,7 +35761,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -35826,7 +35826,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.NamespacedNameResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Namespace": "System.String" @@ -35922,7 +35922,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.INamespacedNameResource": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.INamespacedNameResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.INamespacedNameResource, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250901.INamespacedNameResource, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Namespace": "System.String" @@ -35931,7 +35931,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json.JsonNode, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json.JsonNode, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json.JsonNode" }, @@ -35963,7 +35963,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -36055,7 +36055,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -36142,7 +36142,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -36229,7 +36229,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -36316,7 +36316,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -36403,7 +36403,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus, Az.DataProtection.private, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus, Az.DataProtection.private, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DisconnectedOperations.json b/tools/Tools.Common/SerializedCmdlets/Az.DisconnectedOperations.json new file mode 100644 index 000000000000..8f6119def6fc --- /dev/null +++ b/tools/Tools.Common/SerializedCmdlets/Az.DisconnectedOperations.json @@ -0,0 +1,13516 @@ +{ + "ModuleName": "Az.DisconnectedOperations", + "ModuleVersion": "0.1.1", + "Cmdlets": [ + { + "VerbName": "Get", + "NounName": "AzDisconnectedOperationsArtifact", + "Name": "Get-AzDisconnectedOperationsArtifact", + "ClassName": "Get-AzDisconnectedOperationsArtifact", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IArtifact", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IArtifact, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Order": "System.Nullable`1[System.Int32]", + "Size": "System.Nullable`1[System.Int64]", + "Description": "System.String", + "ProvisioningState": "System.String", + "Title": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ArtifactName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ImageName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisconnectedOperationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ImageInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetViaIdentityImage", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ArtifactName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ImageInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityDisconnectedOperation", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ArtifactName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ImageName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisconnectedOperationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ArtifactName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ImageName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "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=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ImageName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "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=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzDisconnectedOperationsArtifactDownloadUri", + "Name": "Get-AzDisconnectedOperationsArtifactDownloadUri", + "ClassName": "Get-AzDisconnectedOperationsArtifactDownloadUri", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IArtifactDownloadResult", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IArtifactDownloadResult, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LinkExpiry": "System.Nullable`1[System.DateTime]", + "ArtifactOrder": "System.Nullable`1[System.Int32]", + "Size": "System.Nullable`1[System.Int64]", + "Description": "System.String", + "DownloadLink": "System.String", + "ProvisioningState": "System.String", + "Title": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ArtifactName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ImageName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ArtifactName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ImageName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "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=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzDisconnectedOperationsDisconnectedOperation", + "Name": "Get-AzDisconnectedOperationsDisconnectedOperation", + "ClassName": "Get-AzDisconnectedOperationsDisconnectedOperation", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List1", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperation", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperation, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "UpcomingStartDate": "System.Nullable`1[System.DateTime]", + "UpcomingEndDate": "System.Nullable`1[System.DateTime]", + "CurrentEndDate": "System.Nullable`1[System.DateTime]", + "CurrentStartDate": "System.Nullable`1[System.DateTime]", + "BenefitPlanWindowsServerVMCount": "System.Nullable`1[System.Int32]", + "UpcomingCore": "System.Nullable`1[System.Int32]", + "CurrentCore": "System.Nullable`1[System.Int32]", + "StampId": "System.String", + "RegistrationStatus": "System.String", + "ProvisioningState": "System.String", + "DeviceVersion": "System.String", + "CurrentPricingModel": "System.String", + "ConnectionStatus": "System.String", + "ConnectionIntent": "System.String", + "BillingModel": "System.String", + "BillingConfigurationBillingStatus": "System.String", + "BillingConfigurationAutoRenew": "System.String", + "UpcomingPricingModel": "System.String", + "BenefitPlanAzureHybridWindowsServerBenefit": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List1", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzDisconnectedOperationsDisconnectedOperationDeploymentManifest", + "Name": "Get-AzDisconnectedOperationsDisconnectedOperationDeploymentManifest", + "ClassName": "Get-AzDisconnectedOperationsDisconnectedOperationDeploymentManifest", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationDeploymentManifest", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationDeploymentManifest, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "UpcomingStartDate": "System.Nullable`1[System.DateTime]", + "UpcomingEndDate": "System.Nullable`1[System.DateTime]", + "CurrentEndDate": "System.Nullable`1[System.DateTime]", + "CurrentStartDate": "System.Nullable`1[System.DateTime]", + "BenefitPlanWindowsServerVMCount": "System.Nullable`1[System.Int32]", + "UpcomingCore": "System.Nullable`1[System.Int32]", + "CurrentCore": "System.Nullable`1[System.Int32]", + "StampId": "System.String", + "ResourceName": "System.String", + "ResourceId": "System.String", + "Location": "System.String", + "CurrentPricingModel": "System.String", + "ConnectionIntent": "System.String", + "Cloud": "System.String", + "BillingModel": "System.String", + "BillingConfigurationBillingStatus": "System.String", + "BillingConfigurationAutoRenew": "System.String", + "UpcomingPricingModel": "System.String", + "BenefitPlanAzureHybridWindowsServerBenefit": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzDisconnectedOperationsHardwareSetting", + "Name": "Get-AzDisconnectedOperationsHardwareSetting", + "ClassName": "Get-AzDisconnectedOperationsHardwareSetting", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IHardwareSetting", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IHardwareSetting, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DiskSpaceInGb": "System.Nullable`1[System.Int32]", + "MemoryInGb": "System.Nullable`1[System.Int32]", + "Node": "System.Nullable`1[System.Int32]", + "TotalCore": "System.Nullable`1[System.Int32]", + "DeviceId": "System.String", + "HardwareSku": "System.String", + "Oem": "System.String", + "ProvisioningState": "System.String", + "SolutionBuilderExtension": "System.String", + "VersionAtRegistration": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisconnectedOperationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetViaIdentityDisconnectedOperation", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisconnectedOperationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "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=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzDisconnectedOperationsImage", + "Name": "Get-AzDisconnectedOperationsImage", + "ClassName": "Get-AzDisconnectedOperationsImage", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IImage", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IImage, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CompatibleVersion": "System.Collections.Generic.List`1[System.String]", + "ReleaseDate": "System.Nullable`1[System.DateTime]", + "ProvisioningState": "System.String", + "ReleaseDisplayName": "System.String", + "ReleaseNote": "System.String", + "ReleaseType": "System.String", + "ReleaseVersion": "System.String", + "UpdatePropertyAgentVersion": "System.String", + "UpdatePropertyFeatureUpdate": "System.String", + "UpdatePropertyOSVersion": "System.String", + "UpdatePropertySecurityUpdate": "System.String", + "UpdatePropertySystemReboot": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ImageName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisconnectedOperationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Filter", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Skip", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Top", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetViaIdentityDisconnectedOperation", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ImageName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisconnectedOperationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ImageName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "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=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Filter", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Skip", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Top", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzDisconnectedOperationsImageDownloadUri", + "Name": "Get-AzDisconnectedOperationsImageDownloadUri", + "ClassName": "Get-AzDisconnectedOperationsImageDownloadUri", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IImageDownloadResult", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IImageDownloadResult, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CompatibleVersion": "System.Collections.Generic.List`1[System.String]", + "LinkExpiry": "System.Nullable`1[System.DateTime]", + "ReleaseDate": "System.Nullable`1[System.DateTime]", + "DownloadLink": "System.String", + "ProvisioningState": "System.String", + "ReleaseDisplayName": "System.String", + "ReleaseNote": "System.String", + "ReleaseType": "System.String", + "ReleaseVersion": "System.String", + "TransactionId": "System.String", + "UpdatePropertyAgentVersion": "System.String", + "UpdatePropertyFeatureUpdate": "System.String", + "UpdatePropertyOSVersion": "System.String", + "UpdatePropertySecurityUpdate": "System.String", + "UpdatePropertySystemReboot": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ImageName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ImageName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "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=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzDisconnectedOperationsDisconnectedOperation", + "Name": "New-AzDisconnectedOperationsDisconnectedOperation", + "ClassName": "New-AzDisconnectedOperationsDisconnectedOperation", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperation", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperation, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "UpcomingStartDate": "System.Nullable`1[System.DateTime]", + "UpcomingEndDate": "System.Nullable`1[System.DateTime]", + "CurrentEndDate": "System.Nullable`1[System.DateTime]", + "CurrentStartDate": "System.Nullable`1[System.DateTime]", + "BenefitPlanWindowsServerVMCount": "System.Nullable`1[System.Int32]", + "UpcomingCore": "System.Nullable`1[System.Int32]", + "CurrentCore": "System.Nullable`1[System.Int32]", + "StampId": "System.String", + "RegistrationStatus": "System.String", + "ProvisioningState": "System.String", + "DeviceVersion": "System.String", + "CurrentPricingModel": "System.String", + "ConnectionStatus": "System.String", + "ConnectionIntent": "System.String", + "BillingModel": "System.String", + "BillingConfigurationBillingStatus": "System.String", + "BillingConfigurationAutoRenew": "System.String", + "UpcomingPricingModel": "System.String", + "BenefitPlanAzureHybridWindowsServerBenefit": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BenefitPlanAzureHybridWindowsServerBenefit", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BenefitPlanWindowsServerVMCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BillingConfigurationAutoRenew", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectionIntent", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CurrentCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CurrentPricingModel", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BenefitPlanAzureHybridWindowsServerBenefit", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BenefitPlanWindowsServerVMCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BillingConfigurationAutoRenew", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionIntent", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CurrentCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CurrentPricingModel", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "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=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "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=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzDisconnectedOperationsHardwareSetting", + "Name": "New-AzDisconnectedOperationsHardwareSetting", + "ClassName": "New-AzDisconnectedOperationsHardwareSetting", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IHardwareSetting", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IHardwareSetting, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DiskSpaceInGb": "System.Nullable`1[System.Int32]", + "MemoryInGb": "System.Nullable`1[System.Int32]", + "Node": "System.Nullable`1[System.Int32]", + "TotalCore": "System.Nullable`1[System.Int32]", + "DeviceId": "System.String", + "HardwareSku": "System.String", + "Oem": "System.String", + "ProvisioningState": "System.String", + "SolutionBuilderExtension": "System.String", + "VersionAtRegistration": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisconnectedOperationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DeviceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DiskSpaceInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HardwareSku", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MemoryInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Node", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Oem", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SolutionBuilderExtension", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TotalCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VersionAtRegistration", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DiskSpaceInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HardwareSku", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MemoryInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Node", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Oem", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SolutionBuilderExtension", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TotalCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VersionAtRegistration", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityDisconnectedOperationExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DisconnectedOperationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DiskSpaceInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HardwareSku", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MemoryInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Node", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Oem", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SolutionBuilderExtension", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TotalCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VersionAtRegistration", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzDisconnectedOperationsDisconnectedOperation", + "Name": "Remove-AzDisconnectedOperationsDisconnectedOperation", + "ClassName": "Remove-AzDisconnectedOperationsDisconnectedOperation", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzDisconnectedOperationsHardwareSetting", + "Name": "Remove-AzDisconnectedOperationsHardwareSetting", + "ClassName": "Remove-AzDisconnectedOperationsHardwareSetting", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisconnectedOperationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DeleteViaIdentityDisconnectedOperation", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisconnectedOperationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "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=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzDisconnectedOperationsDisconnectedOperation", + "Name": "Update-AzDisconnectedOperationsDisconnectedOperation", + "ClassName": "Update-AzDisconnectedOperationsDisconnectedOperation", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperation", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperation, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "UpcomingStartDate": "System.Nullable`1[System.DateTime]", + "UpcomingEndDate": "System.Nullable`1[System.DateTime]", + "CurrentEndDate": "System.Nullable`1[System.DateTime]", + "CurrentStartDate": "System.Nullable`1[System.DateTime]", + "BenefitPlanWindowsServerVMCount": "System.Nullable`1[System.Int32]", + "UpcomingCore": "System.Nullable`1[System.Int32]", + "CurrentCore": "System.Nullable`1[System.Int32]", + "StampId": "System.String", + "RegistrationStatus": "System.String", + "ProvisioningState": "System.String", + "DeviceVersion": "System.String", + "CurrentPricingModel": "System.String", + "ConnectionStatus": "System.String", + "ConnectionIntent": "System.String", + "BillingModel": "System.String", + "BillingConfigurationBillingStatus": "System.String", + "BillingConfigurationAutoRenew": "System.String", + "UpcomingPricingModel": "System.String", + "BenefitPlanAzureHybridWindowsServerBenefit": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BenefitPlanAzureHybridWindowsServerBenefit", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BenefitPlanWindowsServerVMCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BillingConfigurationAutoRenew", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectionIntent", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CurrentCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CurrentPricingModel", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DeviceVersion", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RegistrationStatus", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UpcomingCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UpcomingPricingModel", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BenefitPlanAzureHybridWindowsServerBenefit", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BenefitPlanWindowsServerVMCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BillingConfigurationAutoRenew", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionIntent", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CurrentCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CurrentPricingModel", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceVersion", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RegistrationStatus", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UpcomingCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UpcomingPricingModel", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BenefitPlanAzureHybridWindowsServerBenefit", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BenefitPlanWindowsServerVMCount", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BillingConfigurationAutoRenew", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionIntent", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CurrentCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CurrentPricingModel", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceVersion", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "RegistrationStatus", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UpcomingCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UpcomingPricingModel", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzDisconnectedOperationsHardwareSetting", + "Name": "Update-AzDisconnectedOperationsHardwareSetting", + "ClassName": "Update-AzDisconnectedOperationsHardwareSetting", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IHardwareSetting", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IHardwareSetting, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DiskSpaceInGb": "System.Nullable`1[System.Int32]", + "MemoryInGb": "System.Nullable`1[System.Int32]", + "Node": "System.Nullable`1[System.Int32]", + "TotalCore": "System.Nullable`1[System.Int32]", + "DeviceId": "System.String", + "HardwareSku": "System.String", + "Oem": "System.String", + "ProvisioningState": "System.String", + "SolutionBuilderExtension": "System.String", + "VersionAtRegistration": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisconnectedOperationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DeviceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DiskSpaceInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HardwareSku", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MemoryInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Node", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Oem", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SolutionBuilderExtension", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TotalCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VersionAtRegistration", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateViaIdentityDisconnectedOperationExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisconnectedOperationInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DiskSpaceInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HardwareSku", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MemoryInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Node", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Oem", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SolutionBuilderExtension", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TotalCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VersionAtRegistration", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "HardwareSettingName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "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=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DiskSpaceInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HardwareSku", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MemoryInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Node", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Oem", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SolutionBuilderExtension", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TotalCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VersionAtRegistration", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.DisconnectedOperations.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Models.IDisconnectedOperationsIdentity, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ArtifactName": "System.String", + "HardwareSettingName": "System.String", + "Id": "System.String", + "ImageName": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DiskSpaceInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HardwareSku", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MemoryInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Node", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Oem", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SolutionBuilderExtension", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TotalCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VersionAtRegistration", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DeviceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DiskSpaceInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HardwareSku", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MemoryInGb", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Node", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Oem", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SolutionBuilderExtension", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TotalCore", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VersionAtRegistration", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep[], Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.Nullable`1[System.Int32]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "System.Nullable`1[System.Int64]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.SendAsyncStep, Az.DisconnectedOperations.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Target": "System.Object", + "Method": "System.Reflection.MethodInfo" + }, + "Methods": [ + { + "Name": "Invoke", + "Parameters": [ + { + "Name": "request", + "Type": "System.Net.Http.HttpRequestMessage" + }, + { + "Name": "callback", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.IEventListener" + }, + { + "Name": "next", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.ISendAsync" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]" + }, + { + "Name": "BeginInvoke", + "Parameters": [ + { + "Name": "request", + "Type": "System.Net.Http.HttpRequestMessage" + }, + { + "Name": "callback", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.IEventListener" + }, + { + "Name": "next", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.DisconnectedOperations.Runtime.ISendAsync" + }, + { + "Name": "__callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "object", + "Type": "System.Object" + } + ], + "ReturnType": "System.IAsyncResult" + }, + { + "Name": "EndInvoke", + "Parameters": [ + { + "Name": "result", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]" + }, + { + "Name": "GetObjectData", + "Parameters": [ + { + "Name": "info", + "Type": "System.Runtime.Serialization.SerializationInfo" + }, + { + "Name": "context", + "Type": "System.Runtime.Serialization.StreamingContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetInvocationList", + "ReturnType": "System.Delegate[]" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "Clone", + "ReturnType": "System.Object" + }, + { + "Name": "DynamicInvoke", + "Parameters": [ + { + "Name": "args", + "Type": "System.Object[]" + } + ], + "ReturnType": "System.Object" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "object", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "method", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Object": { + "Namespace": "System", + "Name": "System.Object", + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "System.IAsyncResult": { + "Namespace": "System", + "Name": "System.IAsyncResult", + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Void": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Delegate[]": { + "Namespace": "System", + "Name": "System.Delegate[]", + "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.Delegate" + }, + "System.Delegate": { + "Namespace": "System", + "Name": "System.Delegate", + "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Type": { + "Namespace": "System", + "Name": "System.Type", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Nullable`1[System.DateTime]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.DateTime" + ] + }, + "System.DateTime": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String" + ] + } + } +} \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DnsResolver.json b/tools/Tools.Common/SerializedCmdlets/Az.DnsResolver.json index 2398809282a5..3bb455640507 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.DnsResolver.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.DnsResolver.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.DnsResolver", - "ModuleVersion": "1.2.1", + "ModuleVersion": "1.2.3", "Cmdlets": [ { "VerbName": "Get", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DurableTask.json b/tools/Tools.Common/SerializedCmdlets/Az.DurableTask.json new file mode 100644 index 000000000000..a8b1ae7ee450 --- /dev/null +++ b/tools/Tools.Common/SerializedCmdlets/Az.DurableTask.json @@ -0,0 +1,8031 @@ +{ + "ModuleName": "Az.DurableTask", + "ModuleVersion": "0.1.1", + "Cmdlets": [ + { + "VerbName": "Get", + "NounName": "AzDurableTaskHub", + "Name": "Get-AzDurableTaskHub", + "ClassName": "Get-AzDurableTaskHub", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.ITaskHub", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.ITaskHub, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DashboardUrl": "System.String", + "ProvisioningState": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "TaskHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SchedulerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SchedulerInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetViaIdentityScheduler", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TaskHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SchedulerInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TaskHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SchedulerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SchedulerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzDurableTaskScheduler", + "Name": "Get-AzDurableTaskScheduler", + "ClassName": "Get-AzDurableTaskScheduler", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IScheduler", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IScheduler, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IPrivateEndpointConnection]", + "IPAllowlist": "System.Collections.Generic.List`1[System.String]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "Endpoint": "System.String", + "ProvisioningState": "System.String", + "PublicNetworkAccess": "System.String", + "SkuName": "System.String", + "SkuRedundancyState": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "SchedulerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SchedulerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzDurableTaskHub", + "Name": "New-AzDurableTaskHub", + "ClassName": "New-AzDurableTaskHub", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.ITaskHub", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.ITaskHub, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DashboardUrl": "System.String", + "ProvisioningState": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "TaskHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SchedulerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SchedulerInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TaskHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SchedulerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TaskHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SchedulerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TaskHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SchedulerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TaskHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentitySchedulerExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SchedulerInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TaskHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzDurableTaskScheduler", + "Name": "New-AzDurableTaskScheduler", + "ClassName": "New-AzDurableTaskScheduler", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IScheduler", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IScheduler, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IPrivateEndpointConnection]", + "IPAllowlist": "System.Collections.Generic.List`1[System.String]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "Endpoint": "System.String", + "ProvisioningState": "System.String", + "PublicNetworkAccess": "System.String", + "SkuName": "System.String", + "SkuRedundancyState": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "SchedulerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IPAllowlist", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PublicNetworkAccess", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SchedulerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IPAllowlist", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "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=8.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=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SchedulerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SchedulerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SchedulerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzDurableTaskHub", + "Name": "Remove-AzDurableTaskHub", + "ClassName": "Remove-AzDurableTaskHub", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "TaskHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SchedulerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SchedulerInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DeleteViaIdentityScheduler", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TaskHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SchedulerInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "TaskHubName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SchedulerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzDurableTaskScheduler", + "Name": "Remove-AzDurableTaskScheduler", + "ClassName": "Remove-AzDurableTaskScheduler", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "SchedulerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SchedulerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzDurableTaskScheduler", + "Name": "Update-AzDurableTaskScheduler", + "ClassName": "Update-AzDurableTaskScheduler", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IScheduler", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IScheduler, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IPrivateEndpointConnection]", + "IPAllowlist": "System.Collections.Generic.List`1[System.String]", + "SkuCapacity": "System.Nullable`1[System.Int32]", + "Endpoint": "System.String", + "ProvisioningState": "System.String", + "PublicNetworkAccess": "System.String", + "SkuName": "System.String", + "SkuRedundancyState": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "SchedulerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IPAllowlist", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PublicNetworkAccess", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuCapacity", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SkuName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SchedulerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SchedulerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SchedulerName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IPAllowlist", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "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=8.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=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IDurableTaskIdentity, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "PrivateEndpointConnectionName": "System.String", + "PrivateLinkResourceName": "System.String", + "ResourceGroupName": "System.String", + "SchedulerName": "System.String", + "SubscriptionId": "System.String", + "TaskHubName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IPAllowlist", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "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=8.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=8.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=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep[], Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.SendAsyncStep, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Target": "System.Object", + "Method": "System.Reflection.MethodInfo" + }, + "Methods": [ + { + "Name": "Invoke", + "Parameters": [ + { + "Name": "request", + "Type": "System.Net.Http.HttpRequestMessage" + }, + { + "Name": "callback", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.IEventListener" + }, + { + "Name": "next", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.ISendAsync" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]" + }, + { + "Name": "BeginInvoke", + "Parameters": [ + { + "Name": "request", + "Type": "System.Net.Http.HttpRequestMessage" + }, + { + "Name": "callback", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.IEventListener" + }, + { + "Name": "next", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Runtime.ISendAsync" + }, + { + "Name": "__callback", + "Type": "System.AsyncCallback" + }, + { + "Name": "object", + "Type": "System.Object" + } + ], + "ReturnType": "System.IAsyncResult" + }, + { + "Name": "EndInvoke", + "Parameters": [ + { + "Name": "result", + "Type": "System.IAsyncResult" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]" + }, + { + "Name": "GetObjectData", + "Parameters": [ + { + "Name": "info", + "Type": "System.Runtime.Serialization.SerializationInfo" + }, + { + "Name": "context", + "Type": "System.Runtime.Serialization.StreamingContext" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetInvocationList", + "ReturnType": "System.Delegate[]" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + }, + { + "Name": "Clone", + "ReturnType": "System.Object" + }, + { + "Name": "DynamicInvoke", + "Parameters": [ + { + "Name": "args", + "Type": "System.Object[]" + } + ], + "ReturnType": "System.Object" + }, + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "object", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "method", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Object": { + "Namespace": "System", + "Name": "System.Object", + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.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=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "System.IAsyncResult": { + "Namespace": "System", + "Name": "System.IAsyncResult", + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Void": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Delegate[]": { + "Namespace": "System", + "Name": "System.Delegate[]", + "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.Delegate" + }, + "System.Delegate": { + "Namespace": "System", + "Name": "System.Delegate", + "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Type": { + "Namespace": "System", + "Name": "System.Type", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IPrivateEndpointConnection]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IPrivateEndpointConnection]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IPrivateEndpointConnection, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IPrivateEndpointConnection" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IPrivateEndpointConnection": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IPrivateEndpointConnection", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DurableTask.Models.IPrivateEndpointConnection, Az.DurableTask.private, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "GroupId": "System.Collections.Generic.List`1[System.String]", + "PrivateEndpointId": "System.String", + "PrivateLinkServiceConnectionStateActionsRequired": "System.String", + "PrivateLinkServiceConnectionStateDescription": "System.String", + "PrivateLinkServiceConnectionStateStatus": "System.String", + "ProvisioningState": "System.String" + } + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.String" + ] + }, + "System.Nullable`1[System.Int32]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + } + } +} \ 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 3e6060cfcb49..37a7681c0a44 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Functions.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Functions.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Functions", - "ModuleVersion": "4.3.1", + "ModuleVersion": "4.3.2", "Cmdlets": [ { "VerbName": "Get", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -194,7 +194,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -204,7 +204,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -309,7 +309,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -325,7 +325,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -474,7 +474,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -490,7 +490,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -654,7 +654,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -670,7 +670,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -834,7 +834,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -850,7 +850,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -941,7 +941,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IGeoRegion", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IGeoRegion, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IGeoRegion, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Description": "System.String", "DisplayName": "System.String", @@ -1018,7 +1018,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1028,7 +1028,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1178,7 +1178,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1194,7 +1194,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1285,7 +1285,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.FunctionAppFlexConsumptionRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.FunctionAppFlexConsumptionRuntime, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.FunctionAppFlexConsumptionRuntime, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDefault": "System.Boolean", "EndOfLifeDate": "System.Nullable`1[System.DateTime]", @@ -1691,7 +1691,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -1806,7 +1806,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1816,7 +1816,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1921,7 +1921,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1937,7 +1937,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2086,7 +2086,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2102,7 +2102,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2266,7 +2266,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2282,7 +2282,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2431,7 +2431,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2447,7 +2447,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2538,7 +2538,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionary, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionary, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionaryProperties" } @@ -2582,7 +2582,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -2710,7 +2710,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2720,7 +2720,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2855,7 +2855,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2871,7 +2871,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2955,7 +2955,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -3101,7 +3101,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3117,7 +3117,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3235,7 +3235,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3251,7 +3251,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3342,7 +3342,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -3596,7 +3596,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3842,7 +3842,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3852,7 +3852,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4066,7 +4066,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4161,7 +4161,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4177,7 +4177,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4495,7 +4495,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4590,7 +4590,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4606,7 +4606,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4924,7 +4924,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5019,7 +5019,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5035,7 +5035,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5459,7 +5459,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5554,7 +5554,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5570,7 +5570,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5954,7 +5954,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6049,7 +6049,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6065,7 +6065,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6359,7 +6359,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6454,7 +6454,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6470,7 +6470,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6561,7 +6561,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -6744,7 +6744,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6754,7 +6754,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7014,7 +7014,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7030,7 +7030,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7170,7 +7170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -7307,7 +7307,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7317,7 +7317,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7481,7 +7481,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7497,7 +7497,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7645,7 +7645,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7661,7 +7661,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7745,7 +7745,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -7921,7 +7921,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7937,7 +7937,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8077,7 +8077,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -8169,7 +8169,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8179,7 +8179,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8349,7 +8349,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8365,7 +8365,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8513,7 +8513,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8529,7 +8529,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8598,7 +8598,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -8735,7 +8735,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8751,7 +8751,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8827,7 +8827,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionary, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionary, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionaryProperties" } @@ -8889,7 +8889,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -9017,7 +9017,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9027,7 +9027,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9192,7 +9192,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9208,7 +9208,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9357,7 +9357,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9373,7 +9373,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9457,7 +9457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -9634,7 +9634,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9650,7 +9650,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9790,7 +9790,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -9927,7 +9927,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9937,7 +9937,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10101,7 +10101,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10117,7 +10117,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10265,7 +10265,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10281,7 +10281,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10365,7 +10365,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -10541,7 +10541,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10557,7 +10557,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10688,7 +10688,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -10825,7 +10825,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10835,7 +10835,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10984,7 +10984,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11000,7 +11000,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11084,7 +11084,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -11245,7 +11245,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11261,7 +11261,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11394,7 +11394,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11410,7 +11410,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11550,7 +11550,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -11687,7 +11687,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11697,7 +11697,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11861,7 +11861,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11877,7 +11877,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12025,7 +12025,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12041,7 +12041,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12125,7 +12125,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -12301,7 +12301,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12317,7 +12317,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12408,7 +12408,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -12596,7 +12596,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12615,7 +12615,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -12761,7 +12761,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12771,7 +12771,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12952,7 +12952,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13047,7 +13047,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13063,7 +13063,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13228,7 +13228,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13323,7 +13323,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13339,7 +13339,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13423,7 +13423,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -13616,7 +13616,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13711,7 +13711,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13727,7 +13727,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13818,7 +13818,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -13952,7 +13952,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -14044,7 +14044,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14054,7 +14054,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14299,7 +14299,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14315,7 +14315,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14544,7 +14544,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14560,7 +14560,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14644,7 +14644,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppServicePlan, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState]", @@ -14847,7 +14847,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14863,7 +14863,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14954,7 +14954,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionary, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionary, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionaryProperties" } @@ -15015,7 +15015,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -15143,7 +15143,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15153,7 +15153,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15317,7 +15317,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15333,7 +15333,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15481,7 +15481,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15497,7 +15497,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15581,7 +15581,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CloningInfoAppSettingsOverride": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", "ScaleAndConcurrencyAlwaysReady": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", @@ -15757,7 +15757,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15773,7 +15773,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15897,18 +15897,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICloningInfoAppSettingsOverrides, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[], Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsAlwaysReadyConfig, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceCount": "System.Nullable`1[System.Int32]", "Name": "System.String" @@ -15925,13 +15925,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHostNameSslState[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHostNameSslState[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHostNameSslState[], Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHostNameSslState[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHostNameSslState" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHostNameSslState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHostNameSslState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHostNameSslState, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHostNameSslState, Az.Functions.private, Version=4.3.1.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]", @@ -15944,7 +15944,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType" ] @@ -15952,7 +15952,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16035,7 +16035,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState" ] @@ -16043,7 +16043,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SslState, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16116,12 +16116,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IManagedServiceIdentityUserAssignedIdentities": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IManagedServiceIdentityUserAssignedIdentities", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IManagedServiceIdentityUserAssignedIdentities, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IManagedServiceIdentityUserAssignedIdentities, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfig": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfig", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfig, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfig, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionString": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IConnStringInfo[]", "HandlerMapping": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHandlerMapping[]", @@ -16226,13 +16226,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IConnStringInfo[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IConnStringInfo[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IConnStringInfo[], Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IConnStringInfo[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IConnStringInfo" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IConnStringInfo": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IConnStringInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IConnStringInfo, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IConnStringInfo, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType]", "Name": "System.String", @@ -16242,7 +16242,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType" ] @@ -16250,7 +16250,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ConnectionStringType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16315,13 +16315,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHandlerMapping[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHandlerMapping[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHandlerMapping[], Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHandlerMapping[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHandlerMapping" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHandlerMapping": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHandlerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHandlerMapping, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHandlerMapping, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Argument": "System.String", "Extension": "System.String", @@ -16331,13 +16331,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestriction[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestriction[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestriction[], Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestriction[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestriction" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestriction": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestriction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestriction, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestriction, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestrictionHeaders", "Tag": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag]", @@ -16355,12 +16355,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestrictionHeaders": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestrictionHeaders", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestrictionHeaders, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPSecurityRestrictionHeaders, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag" ] @@ -16368,7 +16368,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16433,13 +16433,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameValuePair[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameValuePair[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameValuePair[], Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameValuePair[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameValuePair" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameValuePair": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameValuePair", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameValuePair, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.INameValuePair, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -16448,13 +16448,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRampUpRule[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRampUpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRampUpRule[], Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRampUpRule[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRampUpRule" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRampUpRule": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRampUpRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRampUpRule, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRampUpRule, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChangeStep": "System.Nullable`1[System.Double]", "MaxReroutePercentage": "System.Nullable`1[System.Double]", @@ -16477,18 +16477,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfigAzureStorageAccounts": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfigAzureStorageAccounts", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfigAzureStorageAccounts, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteConfigAzureStorageAccounts, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISlowRequestsBasedTrigger[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISlowRequestsBasedTrigger[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISlowRequestsBasedTrigger[], Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISlowRequestsBasedTrigger[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISlowRequestsBasedTrigger" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISlowRequestsBasedTrigger": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISlowRequestsBasedTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISlowRequestsBasedTrigger, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISlowRequestsBasedTrigger, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Int32]", "Path": "System.String", @@ -16499,13 +16499,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesBasedTrigger[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesBasedTrigger[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesBasedTrigger[], Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesBasedTrigger[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesBasedTrigger" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesBasedTrigger": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesBasedTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesBasedTrigger, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesBasedTrigger, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Int32]", "Status": "System.Nullable`1[System.Int32]", @@ -16518,13 +16518,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesRangeBasedTrigger[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesRangeBasedTrigger[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesRangeBasedTrigger[], Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesRangeBasedTrigger[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesRangeBasedTrigger" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesRangeBasedTrigger": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesRangeBasedTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesRangeBasedTrigger, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatusCodesRangeBasedTrigger, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Int32]", "Path": "System.String", @@ -16535,13 +16535,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualApplication[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualApplication[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualApplication[], Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualApplication[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualApplication" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualApplication": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualApplication", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualApplication, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualApplication, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualDirectory": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualDirectory[]", "PreloadEnabled": "System.Nullable`1[System.Boolean]", @@ -16552,13 +16552,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualDirectory[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualDirectory[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualDirectory[], Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualDirectory[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualDirectory" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualDirectory": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualDirectory, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IVirtualDirectory, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PhysicalPath": "System.String", "VirtualPath": "System.String" @@ -16567,7 +16567,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType" ] @@ -16575,7 +16575,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16640,7 +16640,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction" ] @@ -16648,7 +16648,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16713,7 +16713,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState" ] @@ -16721,7 +16721,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16786,7 +16786,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode" ] @@ -16794,7 +16794,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedPipelineMode, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16859,7 +16859,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType" ] @@ -16867,7 +16867,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16932,7 +16932,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing" ] @@ -16940,7 +16940,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17005,7 +17005,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions" ] @@ -17013,7 +17013,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SupportedTlsVersions, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17078,7 +17078,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TlsCipherSuites]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TlsCipherSuites]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TlsCipherSuites, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TlsCipherSuites, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TlsCipherSuites" ] @@ -17086,7 +17086,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TlsCipherSuites": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TlsCipherSuites", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TlsCipherSuites, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TlsCipherSuites, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17178,7 +17178,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthenticationType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthenticationType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthenticationType, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthenticationType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthenticationType" ] @@ -17186,7 +17186,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthenticationType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthenticationType, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthenticationType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17251,7 +17251,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ClientCertMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ClientCertMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ClientCertMode, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ClientCertMode, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ClientCertMode" ] @@ -17259,7 +17259,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ClientCertMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ClientCertMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ClientCertMode, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ClientCertMode, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17324,7 +17324,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaprLogLevel]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaprLogLevel]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaprLogLevel, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaprLogLevel, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaprLogLevel" ] @@ -17332,7 +17332,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaprLogLevel": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaprLogLevel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaprLogLevel, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaprLogLevel, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17397,7 +17397,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FunctionsDeploymentStorageType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FunctionsDeploymentStorageType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FunctionsDeploymentStorageType, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FunctionsDeploymentStorageType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FunctionsDeploymentStorageType" ] @@ -17405,7 +17405,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FunctionsDeploymentStorageType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FunctionsDeploymentStorageType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FunctionsDeploymentStorageType, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FunctionsDeploymentStorageType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17470,7 +17470,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType" ] @@ -17478,7 +17478,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17543,7 +17543,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode" ] @@ -17551,7 +17551,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RedundancyMode, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17616,7 +17616,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName" ] @@ -17624,7 +17624,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RuntimeName, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17689,7 +17689,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState" ] @@ -17697,7 +17697,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteAvailabilityState, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17762,7 +17762,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState" ] @@ -17770,7 +17770,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageState, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17835,7 +17835,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.SendAsyncStep, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -18013,13 +18013,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability[], Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability[], Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability" }, "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICapability, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Reason": "System.String", @@ -18029,7 +18029,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState" ] @@ -18037,7 +18037,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ProvisioningState, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18102,7 +18102,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions" ] @@ -18110,7 +18110,7 @@ "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=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StatusOptions, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18175,7 +18175,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionaryProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionaryProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionaryProperties, Az.Functions.private, Version=4.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStringDictionaryProperties, Az.Functions.private, Version=4.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Collections.Hashtable": { "Namespace": "System.Collections", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ManagedServices.json b/tools/Tools.Common/SerializedCmdlets/Az.ManagedServices.json index 3524575a3874..e59a367ce90c 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.ManagedServices.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.ManagedServices.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.ManagedServices", - "ModuleVersion": "3.1.2", + "ModuleVersion": "3.1.3", "Cmdlets": [ { "VerbName": "Get", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[]", "EligibleAuthorization": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[]", @@ -73,7 +73,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "MarketplaceIdentifier": "System.String", @@ -120,7 +120,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -130,7 +130,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -267,7 +267,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -283,7 +283,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -431,7 +431,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -447,7 +447,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -531,7 +531,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "MarketplaceIdentifier": "System.String", @@ -602,7 +602,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -618,7 +618,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -751,7 +751,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -767,7 +767,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -858,7 +858,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[]", "EligibleAuthorization": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[]", @@ -908,7 +908,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "MarketplaceIdentifier": "System.String", @@ -946,7 +946,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -956,7 +956,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1078,7 +1078,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1094,7 +1094,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1227,7 +1227,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1243,7 +1243,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1327,7 +1327,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "MarketplaceIdentifier": "System.String", @@ -1383,7 +1383,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1399,7 +1399,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1517,7 +1517,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1533,7 +1533,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1624,7 +1624,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinition, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinition, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[]", "EligibleAuthorization": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[]", @@ -1670,7 +1670,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "MarketplaceIdentifier": "System.String", @@ -1726,7 +1726,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1736,7 +1736,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1855,7 +1855,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1871,7 +1871,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2019,7 +2019,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2035,7 +2035,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2183,7 +2183,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2199,7 +2199,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2283,7 +2283,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "MarketplaceIdentifier": "System.String", @@ -2339,7 +2339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2355,7 +2355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2503,7 +2503,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2519,7 +2519,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2637,7 +2637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2653,7 +2653,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2744,7 +2744,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[]", "EligibleAuthorization": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[]", @@ -2841,7 +2841,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2851,7 +2851,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3012,7 +3012,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3028,7 +3028,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3134,7 +3134,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.Authorization", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.Authorization, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.Authorization, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "PrincipalIdDisplayName": "System.String", @@ -3386,7 +3386,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authorization": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[]", "EligibleAuthorization": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[]", @@ -3436,7 +3436,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization" }, "ValidateNotNullOrEmpty": false @@ -3455,7 +3455,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization" }, "ValidateNotNullOrEmpty": false @@ -3550,7 +3550,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3560,7 +3560,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3657,7 +3657,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization" }, "ValidateNotNullOrEmpty": false @@ -3688,7 +3688,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization" }, "ValidateNotNullOrEmpty": false @@ -3843,7 +3843,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3859,7 +3859,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3965,7 +3965,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.EligibleApprover", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.EligibleApprover, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.EligibleApprover, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "PrincipalIdDisplayName": "System.String" @@ -4165,7 +4165,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.EligibleAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.EligibleAuthorization, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.EligibleAuthorization, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JustInTimeAccessPolicyManagedByTenantApprover": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[]", "JustInTimeAccessPolicyMultiFactorAuthProvider": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider]", @@ -4291,7 +4291,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover" }, "ValidateNotNullOrEmpty": false @@ -4310,7 +4310,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4376,7 +4376,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover" }, "ValidateNotNullOrEmpty": false @@ -4407,7 +4407,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4501,7 +4501,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "MarketplaceIdentifier": "System.String", @@ -4548,7 +4548,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4558,7 +4558,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4713,7 +4713,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4729,7 +4729,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4843,7 +4843,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "MarketplaceIdentifier": "System.String", @@ -4914,7 +4914,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4930,7 +4930,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5093,7 +5093,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5109,7 +5109,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5264,7 +5264,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "MarketplaceIdentifier": "System.String", @@ -5302,7 +5302,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5312,7 +5312,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5443,7 +5443,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5459,7 +5459,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5558,7 +5558,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IManagedServicesIdentity, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "MarketplaceIdentifier": "System.String", @@ -5614,7 +5614,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5630,7 +5630,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5763,7 +5763,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5779,7 +5779,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5918,13 +5918,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization" }, "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IAuthorization, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "PrincipalIdDisplayName": "System.String", @@ -5941,13 +5941,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization" }, "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleAuthorization, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JustInTimeAccessPolicyManagedByTenantApprover": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[]", "JustInTimeAccessPolicyMultiFactorAuthProvider": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider]", @@ -5960,13 +5960,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[], Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover[], Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover" }, "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IEligibleApprover, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "PrincipalIdDisplayName": "System.String" @@ -5975,7 +5975,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider" ] @@ -5983,7 +5983,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -6079,7 +6079,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.ProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.ProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.ProvisioningState, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.ProvisioningState, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.ProvisioningState" ] @@ -6087,7 +6087,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.ProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.ProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.ProvisioningState, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.ProvisioningState, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -6152,7 +6152,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.SendAsyncStep, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -6330,7 +6330,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Json.JsonNode, Az.ManagedServices.private, Version=3.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Json.JsonNode, Az.ManagedServices.private, Version=3.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Json.JsonNode" }, diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Migrate.json b/tools/Tools.Common/SerializedCmdlets/Az.Migrate.json index 96b2452e757e..169880ad8aab 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": "2.11.0", + "ModuleVersion": "2.12.0", "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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppAndRoleApplication": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", "AppAndRoleBizTalkServer": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", @@ -79,7 +79,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVMachine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVMachine, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVMachine, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppAndRoleApplication": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", "AppAndRoleBizTalkServer": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", @@ -740,7 +740,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails", @@ -815,7 +815,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails", @@ -890,7 +890,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -900,7 +900,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1049,7 +1049,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1065,7 +1065,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1243,7 +1243,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1259,7 +1259,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1392,7 +1392,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1556,7 +1556,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1572,7 +1572,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1656,7 +1656,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails", @@ -1737,7 +1737,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1753,7 +1753,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1931,7 +1931,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1947,7 +1947,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2038,7 +2038,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelProperties" } @@ -2099,7 +2099,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "PrivateEndpointConnectionName": "System.String", @@ -2200,7 +2200,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2210,7 +2210,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2359,7 +2359,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2375,7 +2375,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2538,7 +2538,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2554,7 +2554,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2687,7 +2687,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2703,7 +2703,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2851,7 +2851,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2867,7 +2867,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2951,7 +2951,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "PrivateEndpointConnectionName": "System.String", @@ -3067,7 +3067,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3083,7 +3083,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3246,7 +3246,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3262,7 +3262,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3353,7 +3353,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricModel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricModel, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricModel, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricModelProperties" } @@ -3400,7 +3400,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "PrivateEndpointConnectionName": "System.String", @@ -3492,7 +3492,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3502,7 +3502,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3640,7 +3640,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3656,7 +3656,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3820,7 +3820,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3970,7 +3970,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3986,7 +3986,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4070,7 +4070,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "PrivateEndpointConnectionName": "System.String", @@ -4171,7 +4171,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4187,7 +4187,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4305,7 +4305,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4321,7 +4321,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4412,7 +4412,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModel, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModel, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelProperties" } @@ -4482,7 +4482,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "PrivateEndpointConnectionName": "System.String", @@ -4583,7 +4583,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4593,7 +4593,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4742,7 +4742,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4758,7 +4758,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4921,7 +4921,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4937,7 +4937,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5070,7 +5070,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5086,7 +5086,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5234,7 +5234,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5250,7 +5250,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5398,7 +5398,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5414,7 +5414,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5498,7 +5498,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "PrivateEndpointConnectionName": "System.String", @@ -5614,7 +5614,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5630,7 +5630,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5793,7 +5793,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5809,7 +5809,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5900,7 +5900,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProject, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties", "ETag": "System.String", @@ -5975,7 +5975,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5985,7 +5985,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6123,7 +6123,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6139,7 +6139,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6230,7 +6230,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabric", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabric, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabric, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabricProperties" } @@ -6314,7 +6314,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6324,7 +6324,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6459,7 +6459,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6475,7 +6475,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6685,7 +6685,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6776,7 +6776,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicy, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicy, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "ProviderSpecificDetailInstanceType": "System.String" @@ -6852,7 +6852,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6862,7 +6862,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6997,7 +6997,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7013,7 +7013,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7192,7 +7192,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7208,7 +7208,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7299,7 +7299,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainer", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainer, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainer, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtectedItemCount": "System.Nullable`1[System.Int32]", "FabricFriendlyName": "System.String", @@ -7389,7 +7389,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7399,7 +7399,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7534,7 +7534,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7550,7 +7550,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7729,7 +7729,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7745,7 +7745,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7939,7 +7939,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7955,7 +7955,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8046,7 +8046,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainerMapping, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainerMapping, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainerMappingProviderSpecificDetails", @@ -8149,7 +8149,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8159,7 +8159,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8294,7 +8294,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8310,7 +8310,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8504,7 +8504,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8520,7 +8520,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8729,7 +8729,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8745,7 +8745,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8836,7 +8836,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IRecoveryServicesProvider", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IRecoveryServicesProvider, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IRecoveryServicesProvider, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", "ProviderVersionDetailStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus]", @@ -8953,7 +8953,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8963,7 +8963,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9098,7 +9098,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9308,7 +9308,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9324,7 +9324,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9415,7 +9415,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareRunAsAccount, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CredentialType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType]", "CreatedTimestamp": "System.String", @@ -9496,7 +9496,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9506,7 +9506,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9641,7 +9641,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9657,7 +9657,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9836,7 +9836,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9852,7 +9852,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10060,7 +10060,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10070,7 +10070,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10204,7 +10204,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10220,7 +10220,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10398,7 +10398,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10414,7 +10414,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10607,7 +10607,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10623,7 +10623,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10816,7 +10816,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10832,7 +10832,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11010,7 +11010,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11026,7 +11026,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11219,7 +11219,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11235,7 +11235,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11326,7 +11326,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -11417,7 +11417,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -11508,7 +11508,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11518,7 +11518,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11667,7 +11667,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11683,7 +11683,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11876,7 +11876,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11892,7 +11892,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12025,7 +12025,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12041,7 +12041,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12189,7 +12189,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12205,7 +12205,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12353,7 +12353,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12369,7 +12369,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12453,7 +12453,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -12541,7 +12541,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12557,7 +12557,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12750,7 +12750,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12766,7 +12766,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12857,7 +12857,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSite, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSiteTags", "AgentDetailLastHeartBeatUtc": "System.Nullable`1[System.DateTime]", @@ -12945,7 +12945,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12955,7 +12955,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13093,7 +13093,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13109,7 +13109,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13200,7 +13200,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolution, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DetailExtendedDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionDetailsExtendedDetails", "DetailAssessmentCount": "System.Nullable`1[System.Int32]", @@ -13290,7 +13290,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13300,7 +13300,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13453,7 +13453,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13469,7 +13469,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13649,7 +13649,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13668,7 +13668,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13847,7 +13847,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13878,7 +13878,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14058,7 +14058,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14068,7 +14068,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14247,7 +14247,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14263,7 +14263,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14354,7 +14354,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType]", "SectorSizeInByte": "System.Nullable`1[System.Int32]", @@ -14523,7 +14523,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsOSDisk": "System.Boolean", "DiskSizeGb": "System.Int64", @@ -14791,7 +14791,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NicId": "System.String", "TargetNetworkId": "System.String", @@ -15001,7 +15001,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelProperties" } @@ -15134,7 +15134,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput" }, "ValidateNotNullOrEmpty": false @@ -15144,7 +15144,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput" }, "ValidateNotNullOrEmpty": false @@ -15176,7 +15176,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15186,7 +15186,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15425,7 +15425,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15754,7 +15754,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15770,7 +15770,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15854,7 +15854,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput" }, "ValidateNotNullOrEmpty": false @@ -15870,7 +15870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput" }, "ValidateNotNullOrEmpty": false @@ -16070,7 +16070,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16086,7 +16086,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16177,7 +16177,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimaryNic": "System.String", "IsSelectedForMigration": "System.String", @@ -16453,7 +16453,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=2.11.0.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]", @@ -16556,7 +16556,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=2.11.0.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]", @@ -16623,7 +16623,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicy, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicy, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "ProviderSpecificDetailInstanceType": "System.String" @@ -16676,7 +16676,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicyProviderSpecificInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicyProviderSpecificInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicyProviderSpecificInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -16719,7 +16719,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16729,7 +16729,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16853,7 +16853,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicyProviderSpecificInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicyProviderSpecificInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IPolicyProviderSpecificInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -16920,7 +16920,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16936,7 +16936,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17042,7 +17042,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainerMapping", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainerMapping, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainerMapping, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", "ProviderSpecificDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainerMappingProviderSpecificDetails", @@ -17131,7 +17131,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IReplicationProviderSpecificContainerMappingInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IReplicationProviderSpecificContainerMappingInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IReplicationProviderSpecificContainerMappingInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -17183,7 +17183,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17193,7 +17193,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17362,7 +17362,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IReplicationProviderSpecificContainerMappingInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IReplicationProviderSpecificContainerMappingInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IReplicationProviderSpecificContainerMappingInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -17444,7 +17444,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17460,7 +17460,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17566,7 +17566,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails", @@ -17758,7 +17758,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17767,7 +17767,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17776,7 +17776,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17798,6 +17798,24 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "TargetSecurityType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TargetVMSecureBootEnabled", + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "DiskEncryptionSetID", "Type": { @@ -17830,7 +17848,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput" }, "ValidateNotNullOrEmpty": false @@ -17840,7 +17858,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppAndRoleApplication": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", "AppAndRoleBizTalkServer": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", @@ -17924,7 +17942,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17934,7 +17952,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18214,7 +18232,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18229,7 +18247,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18244,7 +18262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18283,6 +18301,36 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "TargetSecurityType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetVMSecureBootEnabled", + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SubscriptionId", @@ -18353,7 +18401,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18369,7 +18417,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18468,7 +18516,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput" }, "ValidateNotNullOrEmpty": false @@ -18709,7 +18757,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18724,7 +18772,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18739,7 +18787,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18778,6 +18826,36 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "TargetSecurityType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetVMSecureBootEnabled", + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SubscriptionId", @@ -18848,7 +18926,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18864,7 +18942,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19233,7 +19311,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19248,7 +19326,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19263,7 +19341,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19302,6 +19380,36 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "TargetSecurityType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetVMSecureBootEnabled", + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SubscriptionId", @@ -19372,7 +19480,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19388,7 +19496,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19517,7 +19625,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppAndRoleApplication": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", "AppAndRoleBizTalkServer": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", @@ -19810,7 +19918,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19825,7 +19933,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19840,7 +19948,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19879,6 +19987,36 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "TargetSecurityType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetVMSecureBootEnabled", + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SubscriptionId", @@ -19949,7 +20087,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19965,7 +20103,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20049,7 +20187,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput" }, "ValidateNotNullOrEmpty": false @@ -20065,7 +20203,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareMachine, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppAndRoleApplication": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[]", "AppAndRoleBizTalkServer": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[]", @@ -20358,7 +20496,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20373,7 +20511,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20388,7 +20526,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20427,6 +20565,36 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "TargetSecurityType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetVMSecureBootEnabled", + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "SubscriptionId", @@ -20497,7 +20665,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20513,7 +20681,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20604,7 +20772,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimaryNic": "System.String", "IsSelectedForMigration": "System.String", @@ -20803,7 +20971,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20813,7 +20981,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20977,7 +21145,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20993,7 +21161,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21084,7 +21252,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelProperties" } @@ -21118,7 +21286,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "PrivateEndpointConnectionName": "System.String", @@ -21210,7 +21378,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21220,7 +21388,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21354,7 +21522,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21370,7 +21538,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21518,7 +21686,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21534,7 +21702,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21618,7 +21786,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "PrivateEndpointConnectionName": "System.String", @@ -21749,7 +21917,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21765,7 +21933,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21930,7 +22098,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21940,7 +22108,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22101,7 +22269,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22117,7 +22285,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22223,7 +22391,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails", @@ -22271,7 +22439,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -22335,7 +22503,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22345,7 +22513,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22479,7 +22647,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22495,7 +22663,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22643,7 +22811,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22659,7 +22827,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22743,7 +22911,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -22846,7 +23014,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22862,7 +23030,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22953,7 +23121,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails", @@ -23001,7 +23169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -23056,7 +23224,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23066,7 +23234,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23185,7 +23353,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23201,7 +23369,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23334,7 +23502,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23350,7 +23518,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23434,7 +23602,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -23522,7 +23690,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23538,7 +23706,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23629,7 +23797,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails", @@ -23686,7 +23854,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -23750,7 +23918,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23760,7 +23928,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23909,7 +24077,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23925,7 +24093,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24088,7 +24256,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24104,7 +24272,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24188,7 +24356,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -24306,7 +24474,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24322,7 +24490,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24413,7 +24581,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskSizeInGb": "System.Nullable`1[System.Int64]", "Iop": "System.Nullable`1[System.Int64]", @@ -24554,7 +24722,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelProperties" } @@ -24597,7 +24765,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ProtectedItemDynamicMemoryConfig", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ProtectedItemDynamicMemoryConfig, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ProtectedItemDynamicMemoryConfig, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetMemoryBufferPercentage": "System.Int32", "MinimumMemoryInMegaByte": "System.Int64", @@ -24620,7 +24788,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput" }, "ValidateNotNullOrEmpty": false @@ -24670,7 +24838,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24680,7 +24848,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24780,7 +24948,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ProtectedItemDynamicMemoryConfig", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ProtectedItemDynamicMemoryConfig, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ProtectedItemDynamicMemoryConfig, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetMemoryBufferPercentage": "System.Int32", "MinimumMemoryInMegaByte": "System.Int64", @@ -24815,7 +24983,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput" }, "ValidateNotNullOrEmpty": false @@ -24895,7 +25063,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24911,7 +25079,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25002,7 +25170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails", @@ -25095,7 +25263,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -25105,7 +25273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput" }, "ValidateNotNullOrEmpty": false @@ -25169,7 +25337,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25187,7 +25355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25205,7 +25373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25250,7 +25418,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -25305,7 +25473,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25315,7 +25483,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25475,7 +25643,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -25491,7 +25659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput" }, "ValidateNotNullOrEmpty": false @@ -25597,7 +25765,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25627,7 +25795,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25657,7 +25825,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25766,7 +25934,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25782,7 +25950,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25956,7 +26124,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -25972,7 +26140,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput" }, "ValidateNotNullOrEmpty": false @@ -26078,7 +26246,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26108,7 +26276,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26138,7 +26306,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26247,7 +26415,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26263,7 +26431,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26347,7 +26515,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -26476,7 +26644,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -26492,7 +26660,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput" }, "ValidateNotNullOrEmpty": false @@ -26598,7 +26766,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetVmtags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26628,7 +26796,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetNicTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26658,7 +26826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtEnableMigrationInputTargetDiskTags, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26767,7 +26935,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26783,7 +26951,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26874,7 +27042,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelProperties" } @@ -26917,7 +27085,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "PrivateEndpointConnectionName": "System.String", @@ -27000,7 +27168,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27010,7 +27178,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27144,7 +27312,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27160,7 +27328,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27308,7 +27476,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27324,7 +27492,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27408,7 +27576,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountName": "System.String", "PrivateEndpointConnectionName": "System.String", @@ -27539,7 +27707,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27555,7 +27723,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27646,7 +27814,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails", @@ -27721,7 +27889,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -27776,7 +27944,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27786,7 +27954,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27950,7 +28118,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27966,7 +28134,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28144,7 +28312,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28160,7 +28328,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28244,7 +28412,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -28377,7 +28545,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28393,7 +28561,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28484,7 +28652,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails", @@ -28541,7 +28709,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -28560,7 +28728,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -28615,7 +28783,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28625,7 +28793,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28710,7 +28878,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -28775,7 +28943,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28791,7 +28959,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28920,7 +29088,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -28985,7 +29153,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29001,7 +29169,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29085,7 +29253,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -29154,7 +29322,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput" }, "ValidateNotNullOrEmpty": false @@ -29219,7 +29387,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29235,7 +29403,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29326,7 +29494,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails", @@ -29374,7 +29542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -29429,7 +29597,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29439,7 +29607,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29558,7 +29726,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29574,7 +29742,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29707,7 +29875,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29723,7 +29891,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29807,7 +29975,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -29895,7 +30063,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29911,7 +30079,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30002,7 +30170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJob, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Task": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", "CustomDetailAffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails", @@ -30050,7 +30218,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -30105,7 +30273,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30115,7 +30283,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30234,7 +30402,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30250,7 +30418,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30383,7 +30551,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30399,7 +30567,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30483,7 +30651,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationItem, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CriticalJobHistory": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", @@ -30571,7 +30739,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30587,7 +30755,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30711,13 +30879,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IApplication, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Provider": "System.String", @@ -30727,13 +30895,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IBizTalkServer, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProductName": "System.String", "Status": "System.String" @@ -30742,13 +30910,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IExchangeServer, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Edition": "System.String", "ProductName": "System.String", @@ -30760,13 +30928,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IFeature, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Parent": "System.String", @@ -30777,13 +30945,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetails, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MessageParameter": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetailsMessageParameters", "Id": "System.Nullable`1[System.Int64]", @@ -30799,7 +30967,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHealthErrorDetailsMessageParameters, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[System.Int64]": { "Namespace": "System", @@ -30812,13 +30980,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOtherDatabase, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatabaseType": "System.String", "Instance": "System.String", @@ -30828,13 +30996,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISharePointServer, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnterprise": "System.Nullable`1[System.Boolean]", "ProductName": "System.String", @@ -30853,13 +31021,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISqlServer, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClusterName": "System.String", "Clustered": "System.String", @@ -30872,13 +31040,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProductName": "System.String", "Status": "System.String", @@ -30888,13 +31056,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareDisk, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode]", "Lun": "System.Nullable`1[System.Int32]", @@ -30911,7 +31079,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode" ] @@ -30919,7 +31087,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VirtualDiskMode, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -31010,13 +31178,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPAddressType": "System.String", "Label": "System.String", @@ -31035,13 +31203,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationPool": "System.String", "GroupName": "System.String", @@ -31075,13 +31243,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVDisk[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVDisk[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVDisk[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVDisk" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVDisk": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVDisk", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVDisk, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVDisk, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "MaxSizeInByte": "System.Nullable`1[System.Int64]", @@ -31095,13 +31263,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVNetworkAdapter[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVNetworkAdapter[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVNetworkAdapter[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVNetworkAdapter[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVNetworkAdapter" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVNetworkAdapter": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVNetworkAdapter", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVNetworkAdapter, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVNetworkAdapter, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPAddressType": "System.String", "MacAddress": "System.String", @@ -31117,7 +31285,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HighlyAvailable]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HighlyAvailable]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HighlyAvailable, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HighlyAvailable, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HighlyAvailable" ] @@ -31125,7 +31293,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HighlyAvailable": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HighlyAvailable", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HighlyAvailable, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HighlyAvailable, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -31190,13 +31358,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupTaskCustomDetailChildTask": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IAsrTask[]", "Error": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobErrorDetails[]", @@ -31216,13 +31384,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobErrorDetails[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobErrorDetails[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobErrorDetails[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobErrorDetails[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobErrorDetails" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobErrorDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobErrorDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobErrorDetails, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobErrorDetails, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTime": "System.Nullable`1[System.DateTime]", "ProviderErrorDetailErrorCode": "System.Nullable`1[System.Int32]", @@ -31242,12 +31410,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetailsAffectedObjectDetails, Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.SendAsyncStep, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -31425,7 +31593,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelProperties, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelProperties, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IErrorModel[]", "CustomProperty": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelCustomProperties", @@ -31450,13 +31618,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IErrorModel[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IErrorModel[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IErrorModel[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IErrorModel[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IErrorModel" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IErrorModel": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IErrorModel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IErrorModel, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IErrorModel, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTime": "System.Nullable`1[System.DateTime]", "Caus": "System.String", @@ -31470,7 +31638,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelCustomProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelCustomProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelCustomProperties, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelCustomProperties, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AffectedObjectDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IAffectedObjectDetails", "InstanceType": "System.String" @@ -31479,7 +31647,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IAffectedObjectDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IAffectedObjectDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IAffectedObjectDetails, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IAffectedObjectDetails, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType]", "Description": "System.String" @@ -31488,7 +31656,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType" ] @@ -31496,7 +31664,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -31561,13 +31729,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModel[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModel[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModel[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModel[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModel" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModel": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModel, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModel, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChildrenJob": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel[]", "CustomProperty": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModelCustomProperties", @@ -31580,13 +31748,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModel, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelProperties" } @@ -31594,7 +31762,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModelCustomProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModelCustomProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModelCustomProperties, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITaskModelCustomProperties, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -31602,7 +31770,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TaskState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TaskState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TaskState, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TaskState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TaskState" ] @@ -31610,7 +31778,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TaskState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TaskState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TaskState, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TaskState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -31675,7 +31843,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobObjectType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobObjectType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobObjectType, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobObjectType, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobObjectType" ] @@ -31683,7 +31851,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobObjectType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobObjectType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobObjectType, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobObjectType, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -31748,7 +31916,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobState, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobState" ] @@ -31756,7 +31924,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobState, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -31821,7 +31989,7 @@ "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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState" ] @@ -31829,7 +31997,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProvisioningState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -31894,7 +32062,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricModelProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricModelProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricModelProperties, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricModelProperties, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomProperty": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricModelCustomProperties", "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IHealthErrorModel[]", @@ -31907,7 +32075,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricModelCustomProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricModelCustomProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricModelCustomProperties, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricModelCustomProperties, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -31915,13 +32083,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IHealthErrorModel[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IHealthErrorModel[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IHealthErrorModel[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IHealthErrorModel[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IHealthErrorModel" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IHealthErrorModel": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IHealthErrorModel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IHealthErrorModel, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IHealthErrorModel, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ChildError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IInnerHealthErrorModel[]", "IsCustomerResolvable": "System.Nullable`1[System.Boolean]", @@ -31942,13 +32110,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IInnerHealthErrorModel[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IInnerHealthErrorModel[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IInnerHealthErrorModel[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IInnerHealthErrorModel[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IInnerHealthErrorModel" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IInnerHealthErrorModel": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IInnerHealthErrorModel", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IInnerHealthErrorModel, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IInnerHealthErrorModel, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsCustomerResolvable": "System.Nullable`1[System.Boolean]", "CreationTime": "System.Nullable`1[System.DateTime]", @@ -31966,7 +32134,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthStatus, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthStatus, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthStatus" ] @@ -31974,7 +32142,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthStatus, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthStatus, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32039,7 +32207,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelProperties, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelProperties, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IHealthErrorModel[]", "LastFailedPlannedFailoverJob": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemJobProperties", @@ -32075,7 +32243,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemJobProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemJobProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemJobProperties, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemJobProperties, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -32089,7 +32257,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelCustomProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelCustomProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelCustomProperties, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelCustomProperties, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -32097,7 +32265,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState" ] @@ -32105,7 +32273,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32170,7 +32338,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ResynchronizationState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ResynchronizationState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ResynchronizationState, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ResynchronizationState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ResynchronizationState" ] @@ -32178,7 +32346,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ResynchronizationState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ResynchronizationState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ResynchronizationState, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ResynchronizationState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32243,7 +32411,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestFailoverState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestFailoverState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestFailoverState, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestFailoverState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestFailoverState" ] @@ -32251,7 +32419,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestFailoverState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestFailoverState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestFailoverState, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestFailoverState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32316,7 +32484,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectProperties, Az.Migrate.private, Version=2.11.0.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]", @@ -32328,12 +32496,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateProjectPropertiesSummary, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabricProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabricProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabricProperties, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabricProperties, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IEncryptionDetails", "RolloverEncryptionDetail": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IEncryptionDetails", @@ -32348,7 +32516,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IEncryptionDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IEncryptionDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IEncryptionDetails, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IEncryptionDetails, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KekCertExpiryDate": "System.Nullable`1[System.DateTime]", "KekCertThumbprint": "System.String", @@ -32358,7 +32526,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabricSpecificDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabricSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabricSpecificDetails, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IFabricSpecificDetails, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -32366,13 +32534,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IHealthError, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InnerHealthError": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInnerHealthError[]", "CustomerResolvability": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability]", @@ -32394,13 +32562,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInnerHealthError[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInnerHealthError[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInnerHealthError[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInnerHealthError[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInnerHealthError" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInnerHealthError": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInnerHealthError", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInnerHealthError, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInnerHealthError, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomerResolvability": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability]", "CreationTimeUtc": "System.Nullable`1[System.DateTime]", @@ -32421,7 +32589,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability" ] @@ -32429,7 +32597,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthErrorCustomerResolvability, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32494,7 +32662,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainerMappingProviderSpecificDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainerMappingProviderSpecificDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainerMappingProviderSpecificDetails, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IProtectionContainerMappingProviderSpecificDetails, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -32502,7 +32670,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus" ] @@ -32510,7 +32678,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32575,7 +32743,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType" ] @@ -32583,7 +32751,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.CredentialType, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32653,13 +32821,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[], Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails[], Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails" }, "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ICriticalJobHistoryDetails, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "JobId": "System.String", @@ -32670,7 +32838,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationProviderSpecificSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationProviderSpecificSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationProviderSpecificSettings, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IMigrationProviderSpecificSettings, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceType": "System.String" } @@ -32678,13 +32846,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation[], Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32749,7 +32917,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState" ] @@ -32757,7 +32925,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32822,7 +32990,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth" ] @@ -32830,7 +32998,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionHealth, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32895,7 +33063,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState" ] @@ -32903,7 +33071,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestMigrationState, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -32968,17 +33136,17 @@ "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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareSiteTags, Az.Migrate.private, Version=2.11.0.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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ISolutionDetailsExtendedDetails, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType" ] @@ -32986,7 +33154,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=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -33051,7 +33219,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalDiskInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsOSDisk": "System.Boolean", "DiskSizeGb": "System.Int64", @@ -33119,7 +33287,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AzLocalNicInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NicId": "System.String", "TargetNetworkId": "System.String", @@ -33177,7 +33345,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtDiskInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskAccountType]", "SectorSizeInByte": "System.Nullable`1[System.Int32]", @@ -33194,7 +33362,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtNicInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimaryNic": "System.String", "IsSelectedForMigration": "System.String", @@ -33209,7 +33377,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput, Az.Migrate.private, Version=2.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IVMwareCbtUpdateDiskInput, Az.Migrate.private, Version=2.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskSizeInGb": "System.Nullable`1[System.Int64]", "Iop": "System.Nullable`1[System.Int64]", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.MySql.json b/tools/Tools.Common/SerializedCmdlets/Az.MySql.json index 19574fbbe1ab..f7577c2d4a86 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.MySql.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.MySql.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.MySql", - "ModuleVersion": "1.5.1", + "ModuleVersion": "1.5.2", "Cmdlets": [ { "VerbName": "Get", @@ -16,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedValue": "System.String", "DataType": "System.String", @@ -77,7 +77,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -122,7 +122,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -132,7 +132,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -285,7 +285,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -301,7 +301,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -465,7 +465,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -481,7 +481,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -565,7 +565,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -628,7 +628,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -644,7 +644,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -762,7 +762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -778,7 +778,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -921,7 +921,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -980,7 +980,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -990,7 +990,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1094,7 +1094,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1110,7 +1110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1291,7 +1291,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1307,7 +1307,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1391,7 +1391,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -1483,7 +1483,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1499,7 +1499,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1590,7 +1590,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIPAddress": "System.String", "StartIPAddress": "System.String" @@ -1647,7 +1647,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -1692,7 +1692,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1702,7 +1702,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1855,7 +1855,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1871,7 +1871,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2035,7 +2035,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2051,7 +2051,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2135,7 +2135,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -2198,7 +2198,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2214,7 +2214,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2332,7 +2332,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2348,7 +2348,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2439,7 +2439,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -2521,7 +2521,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -2566,7 +2566,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2576,7 +2576,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2714,7 +2714,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2730,7 +2730,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2879,7 +2879,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2895,7 +2895,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3029,7 +3029,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3045,7 +3045,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3129,7 +3129,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -3192,7 +3192,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3208,7 +3208,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3326,7 +3326,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3342,7 +3342,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3433,7 +3433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState]", "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState]", @@ -3501,7 +3501,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3511,7 +3511,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3646,7 +3646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3662,7 +3662,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3753,7 +3753,7 @@ "Type": { "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -3823,7 +3823,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -3868,7 +3868,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3878,7 +3878,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4031,7 +4031,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4047,7 +4047,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4211,7 +4211,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4227,7 +4227,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4311,7 +4311,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -4374,7 +4374,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4390,7 +4390,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4508,7 +4508,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4524,7 +4524,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4667,7 +4667,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -4712,7 +4712,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4722,7 +4722,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4826,7 +4826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4842,7 +4842,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5023,7 +5023,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5039,7 +5039,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5123,7 +5123,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -5201,7 +5201,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5217,7 +5217,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5308,7 +5308,7 @@ "Type": { "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDatabaseAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -5371,7 +5371,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -5416,7 +5416,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5426,7 +5426,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5579,7 +5579,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5595,7 +5595,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5759,7 +5759,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5775,7 +5775,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5859,7 +5859,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -5922,7 +5922,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5938,7 +5938,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6056,7 +6056,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6072,7 +6072,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6163,7 +6163,7 @@ "Type": { "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -6226,7 +6226,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -6271,7 +6271,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6281,7 +6281,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6434,7 +6434,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6450,7 +6450,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6614,7 +6614,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6630,7 +6630,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6714,7 +6714,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -6777,7 +6777,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6793,7 +6793,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6911,7 +6911,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6927,7 +6927,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7018,7 +7018,7 @@ "Type": { "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ICapabilityProperties, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedFlexibleServerEdition": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability[]", "Zone": "System.String", @@ -7078,7 +7078,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7088,7 +7088,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7208,7 +7208,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7224,7 +7224,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7315,7 +7315,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -7416,7 +7416,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7426,7 +7426,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7561,7 +7561,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7577,7 +7577,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7668,7 +7668,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -7759,7 +7759,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7769,7 +7769,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7904,7 +7904,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7920,7 +7920,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8011,7 +8011,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -8083,7 +8083,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -8128,7 +8128,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8138,7 +8138,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8276,7 +8276,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8292,7 +8292,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8441,7 +8441,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8457,7 +8457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8591,7 +8591,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8607,7 +8607,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8691,7 +8691,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -8754,7 +8754,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8770,7 +8770,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8888,7 +8888,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8904,7 +8904,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8995,7 +8995,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState]", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", @@ -9053,7 +9053,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -9098,7 +9098,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9108,7 +9108,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9270,7 +9270,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9286,7 +9286,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9465,7 +9465,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9481,7 +9481,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9580,7 +9580,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -9643,7 +9643,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9659,7 +9659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9792,7 +9792,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9808,7 +9808,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9914,7 +9914,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIPAddress": "System.String", "StartIPAddress": "System.String" @@ -10037,7 +10037,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10047,7 +10047,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10223,7 +10223,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10239,7 +10239,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10480,7 +10480,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10496,7 +10496,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10722,7 +10722,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10738,7 +10738,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10964,7 +10964,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10980,7 +10980,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11086,7 +11086,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -11239,7 +11239,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11266,7 +11266,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11372,7 +11372,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11382,7 +11382,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11614,7 +11614,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11659,7 +11659,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11831,7 +11831,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11847,7 +11847,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11953,7 +11953,7 @@ "Type": { "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDatabaseAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -12015,7 +12015,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -12087,7 +12087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12097,7 +12097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12303,7 +12303,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12319,7 +12319,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12418,7 +12418,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -12526,7 +12526,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12542,7 +12542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12720,7 +12720,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12736,7 +12736,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12842,7 +12842,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIPAddress": "System.String", "StartIPAddress": "System.String" @@ -12965,7 +12965,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12975,7 +12975,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13151,7 +13151,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13167,7 +13167,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13408,7 +13408,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13424,7 +13424,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13650,7 +13650,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13666,7 +13666,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13892,7 +13892,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13908,7 +13908,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14014,7 +14014,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -14099,7 +14099,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -14186,7 +14186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14196,7 +14196,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14312,7 +14312,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -14429,7 +14429,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14445,7 +14445,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14551,7 +14551,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -14626,7 +14626,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -14712,7 +14712,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14722,7 +14722,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14838,7 +14838,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -14960,7 +14960,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14976,7 +14976,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15082,7 +15082,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -15189,7 +15189,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15198,7 +15198,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15216,7 +15216,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15225,7 +15225,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15252,7 +15252,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15292,7 +15292,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15302,7 +15302,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15474,7 +15474,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15489,7 +15489,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15519,7 +15519,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15534,7 +15534,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15579,7 +15579,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15643,7 +15643,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15659,7 +15659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15765,7 +15765,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState]", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", @@ -15871,7 +15871,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15881,7 +15881,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16096,7 +16096,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16112,7 +16112,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16285,7 +16285,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -16339,7 +16339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16349,7 +16349,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16534,7 +16534,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16550,7 +16550,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16664,7 +16664,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -16742,7 +16742,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16758,7 +16758,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16921,7 +16921,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16937,7 +16937,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17101,7 +17101,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -17155,7 +17155,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17165,7 +17165,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17335,7 +17335,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17351,7 +17351,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17465,7 +17465,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -17543,7 +17543,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17559,7 +17559,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17722,7 +17722,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17738,7 +17738,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17911,7 +17911,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -17965,7 +17965,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17975,7 +17975,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18160,7 +18160,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18176,7 +18176,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18290,7 +18290,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -18368,7 +18368,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18384,7 +18384,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18547,7 +18547,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18563,7 +18563,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18736,7 +18736,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -18790,7 +18790,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18800,7 +18800,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18985,7 +18985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19001,7 +19001,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19115,7 +19115,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -19193,7 +19193,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19209,7 +19209,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19372,7 +19372,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19388,7 +19388,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19552,7 +19552,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -19606,7 +19606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19616,7 +19616,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19786,7 +19786,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19802,7 +19802,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19916,7 +19916,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -19994,7 +19994,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20010,7 +20010,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20173,7 +20173,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20189,7 +20189,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20362,7 +20362,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -20416,7 +20416,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20426,7 +20426,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20611,7 +20611,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20627,7 +20627,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20741,7 +20741,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -20819,7 +20819,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20835,7 +20835,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20998,7 +20998,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21014,7 +21014,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21178,7 +21178,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -21201,7 +21201,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestartWithFailover": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", "MaxFailoverSecond": "System.Nullable`1[System.Int32]" @@ -21223,7 +21223,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21263,7 +21263,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21273,7 +21273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21409,7 +21409,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21473,7 +21473,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21489,7 +21489,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21651,7 +21651,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestartWithFailover": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", "MaxFailoverSecond": "System.Nullable`1[System.Int32]" @@ -21719,7 +21719,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21735,7 +21735,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21849,7 +21849,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -21893,7 +21893,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21957,7 +21957,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21973,7 +21973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22087,7 +22087,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -22116,7 +22116,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerRestartParameter, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestartWithFailover": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]", "MaxFailoverSecond": "System.Nullable`1[System.Int32]" @@ -22184,7 +22184,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22200,7 +22200,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22363,7 +22363,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22379,7 +22379,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22543,7 +22543,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -22597,7 +22597,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22607,7 +22607,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22777,7 +22777,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22793,7 +22793,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22907,7 +22907,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -22985,7 +22985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23001,7 +23001,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23164,7 +23164,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23180,7 +23180,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23301,7 +23301,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -23382,7 +23382,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -23532,7 +23532,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23542,7 +23542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23654,7 +23654,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -23756,7 +23756,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23772,7 +23772,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23979,7 +23979,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -24081,7 +24081,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24097,7 +24097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24304,7 +24304,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -24406,7 +24406,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24422,7 +24422,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24528,7 +24528,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -24599,7 +24599,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -24721,7 +24721,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24731,7 +24731,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24843,7 +24843,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -24980,7 +24980,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24996,7 +24996,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25158,7 +25158,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -25295,7 +25295,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25311,7 +25311,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25488,7 +25488,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -25625,7 +25625,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25641,7 +25641,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25790,7 +25790,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -25844,7 +25844,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25854,7 +25854,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26024,7 +26024,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26040,7 +26040,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26154,7 +26154,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -26232,7 +26232,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26248,7 +26248,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26411,7 +26411,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26427,7 +26427,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26591,7 +26591,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -26645,7 +26645,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26655,7 +26655,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26825,7 +26825,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26841,7 +26841,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26955,7 +26955,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -27033,7 +27033,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27049,7 +27049,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27212,7 +27212,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27228,7 +27228,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27428,7 +27428,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -27473,7 +27473,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27483,7 +27483,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27680,7 +27680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27696,7 +27696,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27907,7 +27907,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27923,7 +27923,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28101,7 +28101,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28117,7 +28117,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28216,7 +28216,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -28339,7 +28339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28355,7 +28355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28439,7 +28439,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -28562,7 +28562,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28578,7 +28578,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28669,7 +28669,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedValue": "System.String", "DataType": "System.String", @@ -28729,7 +28729,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -28801,7 +28801,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28811,7 +28811,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29017,7 +29017,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29033,7 +29033,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29132,7 +29132,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -29240,7 +29240,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29256,7 +29256,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29434,7 +29434,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29450,7 +29450,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29556,7 +29556,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IFirewallRule, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndIPAddress": "System.String", "StartIPAddress": "System.String" @@ -29612,7 +29612,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -29693,7 +29693,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29703,7 +29703,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29894,7 +29894,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29910,7 +29910,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30151,7 +30151,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30167,7 +30167,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30266,7 +30266,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -30374,7 +30374,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30390,7 +30390,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30489,7 +30489,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -30582,7 +30582,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30598,7 +30598,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30746,7 +30746,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30762,7 +30762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -30868,7 +30868,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -30949,7 +30949,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -30999,7 +30999,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31029,7 +31029,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31096,7 +31096,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31106,7 +31106,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31263,7 +31263,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31311,7 +31311,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31420,7 +31420,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31436,7 +31436,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31535,7 +31535,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -31609,7 +31609,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31657,7 +31657,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31766,7 +31766,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31782,7 +31782,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31926,7 +31926,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -31974,7 +31974,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32083,7 +32083,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32099,7 +32099,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32205,7 +32205,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20231230.IAdvancedThreatProtection, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState]", "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState]", @@ -32250,7 +32250,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -32273,7 +32273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32313,7 +32313,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32323,7 +32323,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32432,7 +32432,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32496,7 +32496,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32512,7 +32512,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32611,7 +32611,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -32640,7 +32640,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32704,7 +32704,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32720,7 +32720,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32819,7 +32819,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32883,7 +32883,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32899,7 +32899,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33005,7 +33005,7 @@ "Type": { "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -33074,7 +33074,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -33146,7 +33146,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33156,7 +33156,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33362,7 +33362,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33378,7 +33378,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33477,7 +33477,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -33585,7 +33585,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33601,7 +33601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33779,7 +33779,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33795,7 +33795,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33901,7 +33901,7 @@ "Type": { "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IFirewallRuleAutoGenerated, Az.MySql.private, Version=1.5.1.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]", @@ -33963,7 +33963,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -34044,7 +34044,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34054,7 +34054,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34245,7 +34245,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34261,7 +34261,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34502,7 +34502,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34518,7 +34518,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34617,7 +34617,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -34725,7 +34725,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34741,7 +34741,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34840,7 +34840,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -34933,7 +34933,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34949,7 +34949,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35097,7 +35097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35113,7 +35113,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35219,7 +35219,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServer, Az.MySql.private, Version=1.5.1.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]", @@ -35290,7 +35290,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -35358,7 +35358,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -35367,7 +35367,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -35376,7 +35376,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -35394,7 +35394,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -35421,7 +35421,7 @@ "Type": { "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -35461,7 +35461,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35471,7 +35471,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35658,7 +35658,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -35673,7 +35673,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -35688,7 +35688,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -35718,7 +35718,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -35763,7 +35763,7 @@ "Type": { "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -35827,7 +35827,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35843,7 +35843,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35942,7 +35942,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -36046,7 +36046,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -36061,7 +36061,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -36076,7 +36076,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -36106,7 +36106,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -36151,7 +36151,7 @@ "Type": { "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -36215,7 +36215,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36231,7 +36231,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36405,7 +36405,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -36420,7 +36420,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -36435,7 +36435,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -36465,7 +36465,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -36510,7 +36510,7 @@ "Type": { "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -36574,7 +36574,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36590,7 +36590,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36696,7 +36696,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedValue": "System.String", "DataType": "System.String", @@ -36744,7 +36744,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -36767,7 +36767,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration" }, "ValidateNotNullOrEmpty": false @@ -36808,7 +36808,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36818,7 +36818,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36927,7 +36927,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration" }, "ValidateNotNullOrEmpty": false @@ -36992,7 +36992,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37008,7 +37008,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37107,7 +37107,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -37136,7 +37136,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration" }, "ValidateNotNullOrEmpty": false @@ -37201,7 +37201,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37217,7 +37217,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37316,7 +37316,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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration" }, "ValidateNotNullOrEmpty": false @@ -37381,7 +37381,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37397,7 +37397,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37503,7 +37503,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IVirtualNetworkRule, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState]", "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", @@ -37560,7 +37560,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -37632,7 +37632,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37642,7 +37642,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37857,7 +37857,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37873,7 +37873,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37987,7 +37987,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IMySqlIdentity, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvancedThreatProtectionName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", "SecurityAlertPolicyName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName]", @@ -38095,7 +38095,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38111,7 +38111,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38304,7 +38304,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38320,7 +38320,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38474,7 +38474,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName" ] @@ -38482,7 +38482,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionName, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38565,7 +38565,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName" ] @@ -38573,7 +38573,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38638,7 +38638,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SendAsyncStep, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -38816,13 +38816,13 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection[], Az.MySql.private, Version=1.5.1.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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPrivateEndpointConnection, Az.MySql.private, Version=1.5.1.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]", @@ -38835,7 +38835,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateEndpointProvisioningState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateEndpointProvisioningState" ] @@ -38843,7 +38843,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateEndpointProvisioningState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38908,7 +38908,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateActionsRequire, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateActionsRequire" ] @@ -38916,7 +38916,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateActionsRequire, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -38981,7 +38981,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateStatus, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateStatus" ] @@ -38989,7 +38989,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PrivateLinkServiceConnectionStateStatus, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39054,7 +39054,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup" ] @@ -39062,7 +39062,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.GeoRedundantBackup, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39127,7 +39127,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType" ] @@ -39135,7 +39135,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IdentityType, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39200,7 +39200,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption" ] @@ -39208,7 +39208,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.InfrastructureEncryption, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39273,7 +39273,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum" ] @@ -39281,7 +39281,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.MinimalTlsVersionEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39346,7 +39346,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum" ] @@ -39354,7 +39354,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.PublicNetworkAccessEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39419,7 +39419,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState" ] @@ -39427,7 +39427,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39492,7 +39492,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion" ] @@ -39500,7 +39500,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39565,7 +39565,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier" ] @@ -39573,7 +39573,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SkuTier, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39638,7 +39638,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum" ] @@ -39646,7 +39646,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39711,7 +39711,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow" ] @@ -39719,7 +39719,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.StorageAutogrow, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39805,7 +39805,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType" ] @@ -39813,7 +39813,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreatedByType, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39878,7 +39878,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode" ] @@ -39886,7 +39886,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.CreateMode, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -39951,7 +39951,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum]": { "Namespace": "System", "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum" ] @@ -39959,7 +39959,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum": { "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -40024,7 +40024,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode]": { "Namespace": "System", "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode" ] @@ -40032,7 +40032,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityMode, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -40097,7 +40097,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState]": { "Namespace": "System", "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState" ] @@ -40105,7 +40105,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.HighAvailabilityState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -40170,7 +40170,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole]": { "Namespace": "System", "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole" ] @@ -40178,7 +40178,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ReplicationRole, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -40248,7 +40248,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState" ] @@ -40256,7 +40256,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -40321,7 +40321,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState" ] @@ -40329,7 +40329,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState, Az.MySql.private, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -40394,7 +40394,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ConfigurationSource, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ConfigurationSource" ] @@ -40402,7 +40402,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ConfigurationSource, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -40467,7 +40467,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart" ] @@ -40475,7 +40475,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsConfigPendingRestart, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -40540,7 +40540,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig" ] @@ -40548,7 +40548,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsDynamicConfig, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -40613,7 +40613,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly" ] @@ -40621,7 +40621,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.IsReadOnly, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -40686,13 +40686,13 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability" }, "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedServerVersion": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerVersionCapability[]", "SupportedStorageEdition": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability[]", @@ -40702,13 +40702,13 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerVersionCapability[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerVersionCapability" }, "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerVersionCapability, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedSku": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability[]", "Name": "System.String" @@ -40717,13 +40717,13 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability" }, "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ISkuCapability, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SupportedIop": "System.Nullable`1[System.Int64]", "SupportedMemoryPerVCoreMb": "System.Nullable`1[System.Int64]", @@ -40742,13 +40742,13 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability[], Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability" }, "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxBackupRetentionDay": "System.Nullable`1[System.Int64]", "MaxStorageSize": "System.Nullable`1[System.Int64]", @@ -40766,7 +40766,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState" ] @@ -40774,7 +40774,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.VirtualNetworkRuleState, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -40847,7 +40847,7 @@ "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=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfiguration, Az.MySql.private, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowedValue": "System.String", "DataType": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json b/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json index fc2a68c2e2db..c34e4d79bedc 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.NetAppFiles.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.NetAppFiles", - "ModuleVersion": "1.0.0", + "ModuleVersion": "1.1.0", "Cmdlets": [ { "VerbName": "Approve", @@ -86,7 +86,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -432,7 +432,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -641,10 +641,10 @@ ] }, { - "VerbName": "Convert", - "NounName": "AzNetAppFilesAccountToCmk", - "Name": "Convert-AzNetAppFilesAccountToCmk", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.ConvertAzureRmNetAppFilesAccountToCmk", + "VerbName": "Clear", + "NounName": "AzNetAppFilesRansomwareReportSuspect", + "Name": "Clear-AzNetAppFilesRansomwareReportSuspect", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Ransomware.ClearAzureRmNetAppFilesRansomwareReportSuspect", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -652,55 +652,9 @@ "OutputTypes": [ { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "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": "" - } - ] + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -718,7 +672,25 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Location", + "Name": "AccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VolumeName", "Type": { "Namespace": "System", "Name": "System.String", @@ -729,7 +701,7 @@ { "Name": "Name", "AliasList": [ - "AccountName" + "RansomwareReportName" ], "Type": { "Namespace": "System", @@ -739,7 +711,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "VirtualNetworkId", + "Name": "Resolution", "Type": { "Namespace": "System", "Name": "System.String", @@ -748,11 +720,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "PrivateEndpointId", + "Name": "Extension", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": true }, @@ -766,27 +739,79 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "InputObject", + "Name": "VolumeObject", "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", "Tags": "System.Object", - "ResourceGroupName": "System.String", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", "Location": "System.String", "Id": "System.String", "Name": "System.String", "Type": "System.String", "Etag": "System.String", "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "System.String" + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "System.String", + "ResourceGroupName": "System.String" } }, "ValidateNotNullOrEmpty": true @@ -835,7 +860,7 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "ByFieldsParameterSet", "Parameters": [ { "ParameterMetadata": { @@ -854,7 +879,7 @@ }, { "ParameterMetadata": { - "Name": "Location", + "Name": "AccountName", "Type": { "Namespace": "System", "Name": "System.String", @@ -862,7 +887,37 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VolumeName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -871,7 +926,7 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "AccountName" + "RansomwareReportName" ], "Type": { "Namespace": "System", @@ -885,6 +940,37 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Resolution", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Extension", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "PassThru", @@ -947,26 +1033,14 @@ ] }, { - "Name": "ByFieldsParameterSet", + "Name": "ByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "VirtualNetworkId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PrivateEndpointId", + "Name": "Name", + "AliasList": [ + "RansomwareReportName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -974,29 +1048,98 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "VolumeObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", + "Tags": "System.Object", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "System.String", + "ResourceGroupName": "System.String" + } }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Location", + "Name": "Resolution", "Type": { "Namespace": "System", "Name": "System.String", @@ -1004,21 +1147,19 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "AccountName" - ], + "Name": "Extension", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": true }, @@ -1089,26 +1230,11 @@ ] }, { - "Name": "ByResourceIdParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "Resolution", "Type": { "Namespace": "System", "Name": "System.String", @@ -1123,29 +1249,12 @@ }, { "ParameterMetadata": { - "Name": "Location", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "AccountName" - ], + "Name": "Extension", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": true }, @@ -1216,43 +1325,11 @@ ] }, { - "Name": "ByObjectParameterSet", + "Name": "ByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "System.String" - } - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -1263,11 +1340,11 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Location", + "Name": "Resolution", "Type": { "Namespace": "System", "Name": "System.String", @@ -1275,21 +1352,19 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "AccountName" - ], + "Name": "Extension", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": true }, @@ -1359,14 +1434,17 @@ } ] } + ], + "AliasList": [ + "Clear-AnfRansomwareReportSuspect" ] }, { - "VerbName": "Get", - "NounName": "AzNetAppFilesAccount", - "Name": "Get-AzNetAppFilesAccount", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.GetAzureRmNetAppFilesAccount", - "SupportsShouldProcess": false, + "VerbName": "Convert", + "NounName": "AzNetAppFilesAccountToCmk", + "Name": "Convert-AzNetAppFilesAccountToCmk", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.ConvertAzureRmNetAppFilesAccountToCmk", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", @@ -1375,7 +1453,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -1438,6 +1516,15 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "Name", "AliasList": [ @@ -1450,6 +1537,24 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "VirtualNetworkId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PrivateEndpointId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "ResourceId", "Type": { @@ -1459,6 +1564,41 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "InputObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -1494,7 +1634,7 @@ ], "ParameterSets": [ { - "Name": "ByFieldsParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { @@ -1506,17 +1646,14 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "AccountName" - ], + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", @@ -1531,40 +1668,29 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", + "Name": "Name", "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "AccountName" ], "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1572,26 +1698,6 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByResourceIdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -1640,28 +1746,17 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ByFieldsParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "VirtualNetworkId", "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -1670,190 +1765,19 @@ }, { "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], + "Name": "PrivateEndpointId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [ - "Get-AnfAccount" - ] - }, - { - "VerbName": "Get", - "NounName": "AzNetAppFilesAccountKeyVaultStatus", - "Name": "Get-AzNetAppFilesAccountKeyVaultStatus", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.GetAzureRmNetAppFilesAccountKeyVaultInformation", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ByFieldsParameterSet", - "OutputTypes": [ - { - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "AccountName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "InputObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "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 - }, - { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -1869,6 +1793,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", @@ -1887,6 +1826,21 @@ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -1966,6 +1920,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", @@ -1984,6 +1953,21 @@ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -2039,7 +2023,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -2080,6 +2064,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", @@ -2098,6 +2097,21 @@ "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -2148,9 +2162,9 @@ }, { "VerbName": "Get", - "NounName": "AzNetAppFilesActiveDirectory", - "Name": "Get-AzNetAppFilesActiveDirectory", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.ActiveDirectory.GetAzureRmNetAppFilesActiceDirectory", + "NounName": "AzNetAppFilesAccount", + "Name": "Get-AzNetAppFilesAccount", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.GetAzureRmNetAppFilesAccount", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -2159,34 +2173,24 @@ { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", - "BackupOperators": "System.Collections.Generic.IList`1[System.String]", - "Administrators": "System.Collections.Generic.IList`1[System.String]", - "SecurityOperators": "System.Collections.Generic.IList`1[System.String]", - "PreferredServersForLdapClient": "System.Collections.Generic.List`1[System.String]", - "EncryptDCConnections": "System.Nullable`1[System.Boolean]", - "AllowLocalNfsUsersWithLdap": "System.Nullable`1[System.Boolean]", - "LdapOverTLS": "System.Nullable`1[System.Boolean]", - "LdapSigning": "System.Nullable`1[System.Boolean]", - "AesEncryption": "System.Nullable`1[System.Boolean]", - "Domain": "System.String", - "AccountName": "System.String", - "ActiveDirectoryId": "System.String", - "ServerRootCACertificate": "System.String", - "AdName": "System.String", - "KdcIP": "System.String", - "Username": "System.String", - "Site": "System.String", - "OrganizationalUnit": "System.String", - "SmbServerName": "System.String", - "StatusDetails": "System.String", - "Status": "System.String", - "Dns": "System.String", - "Password": "System.String", - "ResourceGroupName": "System.String" + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "System.String" }, "Methods": [ { @@ -2234,7 +2238,10 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "AccountName", + "Name": "Name", + "AliasList": [ + "AccountName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -2243,10 +2250,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ActiveDirectoryId", - "AliasList": [ - "ActiveDirectoryName" - ], + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -2254,32 +2258,6 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "AccountObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "System.String" - } - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "DefaultProfile", "AliasList": [ @@ -2327,31 +2305,16 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AccountName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ActiveDirectoryId", + "Name": "Name", "AliasList": [ - "ActiveDirectoryName" + "AccountName" ], "Type": { "Namespace": "System", @@ -2412,14 +2375,11 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ActiveDirectoryId", - "AliasList": [ - "ActiveDirectoryName" - ], + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -2427,10 +2387,10 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -2479,58 +2439,8 @@ ] }, { - "Name": "ByParentObjectParameterSet", + "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "AccountObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "System.String" - } - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ActiveDirectoryId", - "AliasList": [ - "ActiveDirectoryName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -2577,39 +2487,42 @@ } ] } + ], + "AliasList": [ + "Get-AnfAccount" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesBackup", - "Name": "Get-AzNetAppFilesBackup", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Backup.GetAzureRmNetAppFilesBackup", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ByFieldsParameterSet", + "NounName": "AzNetAppFilesAccountKeyVaultStatus", + "Name": "Get-AzNetAppFilesAccountKeyVaultStatus", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Account.GetAzureRmNetAppFilesAccountKeyVaultInformation", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByFieldsParameterSet", "OutputTypes": [ { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", - "IsLargeVolume": "System.Nullable`1[System.Boolean]", - "CreationDate": "System.Nullable`1[System.DateTime]", - "Size": "System.Nullable`1[System.Int64]", + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", "ResourceGroupName": "System.String", "Location": "System.String", "Id": "System.String", "Name": "System.String", "Type": "System.String", - "BackupId": "System.String", - "Label": "System.String", - "BackupType": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String", - "VolumeResourceId": "System.String", - "SnapshotName": "System.String" + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "System.String" }, "Methods": [ { @@ -2656,28 +2569,10 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "AccountName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "BackupVaultName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "Name", "AliasList": [ - "BackupName" + "AccountName" ], "Type": { "Namespace": "System", @@ -2686,15 +2581,6 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "Filter", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "ResourceId", "Type": { @@ -2705,20 +2591,27 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "BackupVaultObject", + "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", - "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", "Tags": "System.Object", "ResourceGroupName": "System.String", "Location": "System.String", "Id": "System.String", "Name": "System.String", "Type": "System.String", - "ProvisioningState": "System.String" + "Etag": "System.String", + "ProvisioningState": "System.String", + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "System.String" } }, "ValidateNotNullOrEmpty": true @@ -2758,7 +2651,7 @@ ], "ParameterSets": [ { - "Name": "ByFieldsParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { @@ -2775,41 +2668,11 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "AccountName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "BackupVaultName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Name", "AliasList": [ - "BackupName" + "AccountName" ], "Type": { "Namespace": "System", @@ -2818,22 +2681,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Filter", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -2885,8 +2733,23 @@ ] }, { - "Name": "ByAccountBackupFieldsParameterSet", + "Name": "ByResourceIdParameterSet", "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -2904,7 +2767,10 @@ }, { "ParameterMetadata": { - "Name": "AccountName", + "Name": "Name", + "AliasList": [ + "AccountName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -2964,42 +2830,31 @@ ] }, { - "Name": "ByParentObjectParameterSet", + "Name": "ByObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "BackupName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "BackupVaultObject", + "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", - "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", "Tags": "System.Object", "ResourceGroupName": "System.String", "Location": "System.String", "Id": "System.String", "Name": "System.String", "Type": "System.String", - "ProvisioningState": "System.String" + "Etag": "System.String", + "ProvisioningState": "System.String", + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "System.String" } }, "ValidateNotNullOrEmpty": true @@ -3011,56 +2866,25 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "ResourceGroupName", "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ProgressAction", + "Name": "Name", "AliasList": [ - "proga" + "AccountName" ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByResourceIdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -3071,57 +2895,8 @@ "Mandatory": true, "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 }, - { - "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -3168,16 +2943,13 @@ } ] } - ], - "AliasList": [ - "Get-AnfBackup" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesBackupPolicy", - "Name": "Get-AzNetAppFilesBackupPolicy", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupPolicy.GetAzureRmNetAppFilesBackupPolicy", + "NounName": "AzNetAppFilesActiveDirectory", + "Name": "Get-AzNetAppFilesActiveDirectory", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.ActiveDirectory.GetAzureRmNetAppFilesActiceDirectory", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -3186,25 +2958,34 @@ { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", - "Enabled": "System.Nullable`1[System.Boolean]", - "VolumesAssigned": "System.Nullable`1[System.Int32]", - "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", - "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", - "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "BackupPolicyId": "System.String", - "ProvisioningState": "System.String" + "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", + "BackupOperators": "System.Collections.Generic.IList`1[System.String]", + "Administrators": "System.Collections.Generic.IList`1[System.String]", + "SecurityOperators": "System.Collections.Generic.IList`1[System.String]", + "PreferredServersForLdapClient": "System.Collections.Generic.List`1[System.String]", + "EncryptDCConnections": "System.Nullable`1[System.Boolean]", + "AllowLocalNfsUsersWithLdap": "System.Nullable`1[System.Boolean]", + "LdapOverTLS": "System.Nullable`1[System.Boolean]", + "LdapSigning": "System.Nullable`1[System.Boolean]", + "AesEncryption": "System.Nullable`1[System.Boolean]", + "Domain": "System.String", + "AccountName": "System.String", + "ActiveDirectoryId": "System.String", + "ServerRootCACertificate": "System.String", + "AdName": "System.String", + "KdcIP": "System.String", + "Username": "System.String", + "Site": "System.String", + "OrganizationalUnit": "System.String", + "SmbServerName": "System.String", + "StatusDetails": "System.String", + "Status": "System.String", + "Dns": "System.String", + "Password": "System.String", + "ResourceGroupName": "System.String" }, "Methods": [ { @@ -3261,9 +3042,9 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", + "Name": "ActiveDirectoryId", "AliasList": [ - "BackupPolicyName" + "ActiveDirectoryName" ], "Type": { "Namespace": "System", @@ -3272,21 +3053,12 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "AccountObject", "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -3376,9 +3148,9 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "ActiveDirectoryId", "AliasList": [ - "BackupPolicyName" + "ActiveDirectoryName" ], "Type": { "Namespace": "System", @@ -3439,13 +3211,13 @@ ] }, { - "Name": "ByParentObjectParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "ActiveDirectoryId", "AliasList": [ - "BackupPolicyName" + "ActiveDirectoryName" ], "Type": { "Namespace": "System", @@ -3459,38 +3231,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "AccountObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "System.String" - } - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -3538,72 +3278,58 @@ ] }, { - "Name": "ByResourceIdParameterSet", + "Name": "ByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "AccountObject", "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", + "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=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]" + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "System.String" } }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ProgressAction", + "Name": "ActiveDirectoryId", "AliasList": [ - "proga" + "ActiveDirectoryName" ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -3650,16 +3376,13 @@ } ] } - ], - "AliasList": [ - "Get-AnfBackupPolicy" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesBackupVault", - "Name": "Get-AzNetAppFilesBackupVault", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupVault.GetAzureRmNetAppFilesBackupVault", + "NounName": "AzNetAppFilesBackup", + "Name": "Get-AzNetAppFilesBackup", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Backup.GetAzureRmNetAppFilesBackup", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -3669,7 +3392,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -3741,10 +3464,19 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "BackupVaultName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "Name", "AliasList": [ - "BackupVaultName" + "BackupName" ], "Type": { "Namespace": "System", @@ -3753,6 +3485,15 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "Filter", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "ResourceId", "Type": { @@ -3763,79 +3504,20 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "AccountObject", + "Name": "BackupVaultObject", "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", - "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", - "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", - "Encrypted": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", - "IsLargeVolume": "System.Nullable`1[System.Boolean]", - "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", - "IsRestoring": "System.Nullable`1[System.Boolean]", - "ThroughputMibps": "System.Nullable`1[System.Double]", - "ActualThroughputMibps": "System.Nullable`1[System.Double]", - "CoolnessPeriod": "System.Nullable`1[System.Int32]", - "CloneProgress": "System.Nullable`1[System.Int32]", - "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", - "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", - "InheritedSize": "System.Nullable`1[System.Int64]", - "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", - "UsageThreshold": "System.Nullable`1[System.Int64]", - "MountTargets": "System.Object", "Tags": "System.Object", - "OriginatingResourceId": "System.String", - "ProvisionedAvailabilityZone": "System.String", - "VolumeGroupName": "System.String", - "FileAccessLogs": "System.String", - "CapacityPoolResourceId": "System.String", - "T2Network": "System.String", - "StorageToNetworkProximity": "System.String", - "SmbNonBrowsable": "System.String", - "SmbAccessBasedEnumeration": "System.String", - "VolumeSpecName": "System.String", - "KeyVaultPrivateEndpointResourceId": "System.String", - "EnableSubvolumes": "System.String", - "ProximityPlacementGroup": "System.String", - "NetworkSiblingSetId": "System.String", - "CoolAccessRetrievalPolicy": "System.String", - "NetworkFeatures": "System.String", + "ResourceGroupName": "System.String", "Location": "System.String", "Id": "System.String", "Name": "System.String", "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "FileSystemId": "System.String", - "CreationToken": "System.String", - "ServiceLevel": "System.String", - "EffectiveNetworkFeatures": "System.String", - "SnapshotId": "System.String", - "SubnetId": "System.String", - "VolumeType": "System.String", - "BackupId": "System.String", - "SecurityStyle": "System.String", - "EncryptionKeySource": "System.String", - "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", - "CoolAccessTieringPolicy": "System.String", - "UnixPermission": "System.String", - "AvsDataStore": "System.String", - "BaremetalTenantId": "System.String", - "ResourceGroupName": "System.String" + "ProvisioningState": "System.String" } }, "ValidateNotNullOrEmpty": true @@ -3907,11 +3589,26 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "BackupVaultName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", "AliasList": [ - "BackupVaultName" + "BackupName" ], "Type": { "Namespace": "System", @@ -3925,6 +3622,100 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Filter", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByAccountBackupFieldsParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -3978,7 +3769,7 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "BackupVaultName" + "BackupName" ], "Type": { "Namespace": "System", @@ -3994,79 +3785,20 @@ }, { "ParameterMetadata": { - "Name": "AccountObject", + "Name": "BackupVaultObject", "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", - "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", - "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", - "Encrypted": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", - "IsLargeVolume": "System.Nullable`1[System.Boolean]", - "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", - "IsRestoring": "System.Nullable`1[System.Boolean]", - "ThroughputMibps": "System.Nullable`1[System.Double]", - "ActualThroughputMibps": "System.Nullable`1[System.Double]", - "CoolnessPeriod": "System.Nullable`1[System.Int32]", - "CloneProgress": "System.Nullable`1[System.Int32]", - "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", - "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", - "InheritedSize": "System.Nullable`1[System.Int64]", - "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", - "UsageThreshold": "System.Nullable`1[System.Int64]", - "MountTargets": "System.Object", "Tags": "System.Object", - "OriginatingResourceId": "System.String", - "ProvisionedAvailabilityZone": "System.String", - "VolumeGroupName": "System.String", - "FileAccessLogs": "System.String", - "CapacityPoolResourceId": "System.String", - "T2Network": "System.String", - "StorageToNetworkProximity": "System.String", - "SmbNonBrowsable": "System.String", - "SmbAccessBasedEnumeration": "System.String", - "VolumeSpecName": "System.String", - "KeyVaultPrivateEndpointResourceId": "System.String", - "EnableSubvolumes": "System.String", - "ProximityPlacementGroup": "System.String", - "NetworkSiblingSetId": "System.String", - "CoolAccessRetrievalPolicy": "System.String", - "NetworkFeatures": "System.String", + "ResourceGroupName": "System.String", "Location": "System.String", "Id": "System.String", "Name": "System.String", "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "FileSystemId": "System.String", - "CreationToken": "System.String", - "ServiceLevel": "System.String", - "EffectiveNetworkFeatures": "System.String", - "SnapshotId": "System.String", - "SubnetId": "System.String", - "VolumeType": "System.String", - "BackupId": "System.String", - "SecurityStyle": "System.String", - "EncryptionKeySource": "System.String", - "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", - "CoolAccessTieringPolicy": "System.String", - "UnixPermission": "System.String", - "AvsDataStore": "System.String", - "BaremetalTenantId": "System.String", - "ResourceGroupName": "System.String" + "ProvisioningState": "System.String" } }, "ValidateNotNullOrEmpty": true @@ -4237,14 +3969,14 @@ } ], "AliasList": [ - "Get-AnfBackupVault" + "Get-AnfBackup" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesFilePathAvailability", - "Name": "Get-AzNetAppFilesFilePathAvailability", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.N.GetAzureRmNetAppFilesFilePathAvailability", + "NounName": "AzNetAppFilesBackupPolicy", + "Name": "Get-AzNetAppFilesBackupPolicy", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupPolicy.GetAzureRmNetAppFilesBackupPolicy", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -4253,11 +3985,25 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", - "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AvailabilityZoneMappings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.RegionInfoAvailabilityZoneMappingsItem]", - "StorageToNetworkProximity": "System.String" + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", + "Enabled": "System.Nullable`1[System.Boolean]", + "VolumesAssigned": "System.Nullable`1[System.Int32]", + "MonthlyBackupsToKeep": "System.Nullable`1[System.Int32]", + "WeeklyBackupsToKeep": "System.Nullable`1[System.Int32]", + "DailyBackupsToKeep": "System.Nullable`1[System.Int32]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "BackupPolicyId": "System.String", + "ProvisioningState": "System.String" }, "Methods": [ { @@ -4296,7 +4042,7 @@ ], "Parameters": [ { - "Name": "Location", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -4305,7 +4051,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SubnetId", + "Name": "AccountName", "Type": { "Namespace": "System", "Name": "System.String", @@ -4315,6 +4061,9 @@ }, { "Name": "Name", + "AliasList": [ + "BackupPolicyName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -4323,13 +4072,39 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Zone", + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AccountObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "System.String" + } + }, + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -4370,7 +4145,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Location", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -4385,7 +4160,7 @@ }, { "ParameterMetadata": { - "Name": "SubnetId", + "Name": "AccountName", "Type": { "Namespace": "System", "Name": "System.String", @@ -4401,6 +4176,9 @@ { "ParameterMetadata": { "Name": "Name", + "AliasList": [ + "BackupPolicyName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -4408,26 +4186,110 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Zone", + "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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByParentObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "BackupPolicyName" + ], "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AccountObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4475,11 +4337,11 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "SubnetId", + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -4490,30 +4352,44 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Name", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 }, { "ParameterMetadata": { - "Name": "Zone", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4521,7 +4397,12 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4568,13 +4449,16 @@ } ] } + ], + "AliasList": [ + "Get-AnfBackupPolicy" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesNameAvailability", - "Name": "Get-AzNetAppFilesNameAvailability", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.N.GetAzureRmNetAppFilesNameAvailability", + "NounName": "AzNetAppFilesBackupVault", + "Name": "Get-AzNetAppFilesBackupVault", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.BackupVault.GetAzureRmNetAppFilesBackupVault", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -4583,11 +4467,24 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", - "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AvailabilityZoneMappings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.RegionInfoAvailabilityZoneMappingsItem]", - "StorageToNetworkProximity": "System.String" + "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "CreationDate": "System.Nullable`1[System.DateTime]", + "Size": "System.Nullable`1[System.Int64]", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "BackupId": "System.String", + "Label": "System.String", + "BackupType": "System.String", + "ProvisioningState": "System.String", + "VolumeResourceId": "System.String", + "SnapshotName": "System.String" }, "Methods": [ { @@ -4635,7 +4532,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Location", + "Name": "AccountName", "Type": { "Namespace": "System", "Name": "System.String", @@ -4644,7 +4541,10 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Type", + "Name": "Name", + "AliasList": [ + "BackupVaultName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -4653,7 +4553,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -4661,6 +4561,84 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "AccountObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", + "Tags": "System.Object", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "System.String", + "ResourceGroupName": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -4715,7 +4693,7 @@ }, { "ParameterMetadata": { - "Name": "Location", + "Name": "AccountName", "Type": { "Namespace": "System", "Name": "System.String", @@ -4730,7 +4708,10 @@ }, { "ParameterMetadata": { - "Name": "Type", + "Name": "Name", + "AliasList": [ + "BackupVaultName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -4738,14 +4719,66 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": 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 }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByParentObjectParameterSet", + "Parameters": [ { "ParameterMetadata": { "Name": "Name", + "AliasList": [ + "BackupVaultName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -4753,11 +4786,95 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AccountObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", + "Tags": "System.Object", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "System.String", + "ResourceGroupName": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4805,11 +4922,11 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Type", + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -4820,23 +4937,57 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Name", + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4885,14 +5036,14 @@ } ], "AliasList": [ - "Get-AnfNameAvailability" + "Get-AnfBackupVault" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesNetworkSiblingSet", - "Name": "Get-AzNetAppFilesNetworkSiblingSet", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.N.GetAzureRmNetAppFilesNetworkSiblingSetQuery", + "NounName": "AzNetAppFilesFilePathAvailability", + "Name": "Get-AzNetAppFilesFilePathAvailability", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.N.GetAzureRmNetAppFilesFilePathAvailability", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -4902,7 +5053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityZoneMappings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.RegionInfoAvailabilityZoneMappingsItem]", "StorageToNetworkProximity": "System.String" @@ -4962,7 +5113,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "NetworkSiblingSetId", + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", @@ -4970,6 +5121,15 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "Zone", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -5039,7 +5199,7 @@ }, { "ParameterMetadata": { - "Name": "NetworkSiblingSetId", + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", @@ -5052,6 +5212,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Zone", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5118,7 +5293,7 @@ }, { "ParameterMetadata": { - "Name": "NetworkSiblingSetId", + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", @@ -5131,6 +5306,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Zone", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5181,10 +5371,10 @@ }, { "VerbName": "Get", - "NounName": "AzNetAppFilesPool", - "Name": "Get-AzNetAppFilesPool", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Pool.GetAzureRmNetAppFilesPool", - "SupportsShouldProcess": false, + "NounName": "AzNetAppFilesNameAvailability", + "Name": "Get-AzNetAppFilesNameAvailability", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.N.GetAzureRmNetAppFilesNameAvailability", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", @@ -5192,27 +5382,11 @@ { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "UtilizedThroughputMibps": "System.Nullable`1[System.Double]", - "TotalThroughputMibps": "System.Nullable`1[System.Double]", - "CustomThroughputMibps": "System.Nullable`1[System.Double]", - "Size": "System.Nullable`1[System.Int64]", - "Tags": "System.Object", - "Etag": "System.String", - "PoolId": "System.String", - "Type": "System.String", - "ServiceLevel": "System.String", - "ProvisioningState": "System.String", - "Name": "System.String", - "Id": "System.String", - "QosType": "System.String", - "Location": "System.String", - "EncryptionType": "System.String", - "ResourceGroupName": "System.String" + "AvailabilityZoneMappings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.RegionInfoAvailabilityZoneMappingsItem]", + "StorageToNetworkProximity": "System.String" }, "Methods": [ { @@ -5260,7 +5434,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "AccountName", + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", @@ -5269,10 +5443,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", - "AliasList": [ - "PoolName" - ], + "Name": "Type", "Type": { "Namespace": "System", "Name": "System.String", @@ -5281,7 +5452,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "Name", "Type": { "Namespace": "System", "Name": "System.String", @@ -5289,32 +5460,6 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "AccountObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "System.String" - } - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "DefaultProfile", "AliasList": [ @@ -5369,7 +5514,7 @@ }, { "ParameterMetadata": { - "Name": "AccountName", + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", @@ -5384,10 +5529,7 @@ }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "PoolName" - ], + "Name": "Type", "Type": { "Namespace": "System", "Name": "System.String", @@ -5395,66 +5537,14 @@ }, "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, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByParentObjectParameterSet", - "Parameters": [ { "ParameterMetadata": { "Name": "Name", - "AliasList": [ - "PoolName" - ], "Type": { "Namespace": "System", "Name": "System.String", @@ -5462,41 +5552,9 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AccountObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "System.String" - } - }, - "ValidateNotNullOrEmpty": true - }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -5546,11 +5604,11 @@ ] }, { - "Name": "ByResourceIdParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "Type", "Type": { "Namespace": "System", "Name": "System.String", @@ -5561,57 +5619,23 @@ "Mandatory": true, "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 }, { "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], + "Name": "Name", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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": "DefaultProfile", @@ -5660,14 +5684,14 @@ } ], "AliasList": [ - "Get-AnfPool" + "Get-AnfNameAvailability" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesQuotaAvailability", - "Name": "Get-AzNetAppFilesQuotaAvailability", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.N.GetAzureRmNetAppFilesQuotaAvailability", + "NounName": "AzNetAppFilesNetworkSiblingSet", + "Name": "Get-AzNetAppFilesNetworkSiblingSet", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.N.GetAzureRmNetAppFilesNetworkSiblingSetQuery", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -5677,7 +5701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityZoneMappings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.RegionInfoAvailabilityZoneMappingsItem]", "StorageToNetworkProximity": "System.String" @@ -5718,15 +5742,6 @@ } ], "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "Location", "Type": { @@ -5737,7 +5752,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Type", + "Name": "SubnetId", "Type": { "Namespace": "System", "Name": "System.String", @@ -5746,7 +5761,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Name", + "Name": "NetworkSiblingSetId", "Type": { "Namespace": "System", "Name": "System.String", @@ -5754,15 +5769,6 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "Zone", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ @@ -5800,21 +5806,6 @@ { "Name": "ByFieldsParameterSet", "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Location", @@ -5832,7 +5823,7 @@ }, { "ParameterMetadata": { - "Name": "Type", + "Name": "SubnetId", "Type": { "Namespace": "System", "Name": "System.String", @@ -5847,7 +5838,7 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "NetworkSiblingSetId", "Type": { "Namespace": "System", "Name": "System.String", @@ -5860,21 +5851,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Zone", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5926,7 +5902,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Type", + "Name": "SubnetId", "Type": { "Namespace": "System", "Name": "System.String", @@ -5941,7 +5917,7 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "NetworkSiblingSetId", "Type": { "Namespace": "System", "Name": "System.String", @@ -5954,21 +5930,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Zone", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -6015,16 +5976,13 @@ } ] } - ], - "AliasList": [ - "Get-AnfQuotaAvailability" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesQuotaLimit", - "Name": "Get-AzNetAppFilesQuotaLimit", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.QuotaItem.GetAzureRmNetAppFilesQuotaLimit", + "NounName": "AzNetAppFilesPool", + "Name": "Get-AzNetAppFilesPool", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Pool.GetAzureRmNetAppFilesPool", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -6033,12 +5991,27 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", - "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSubscriptionQuotaLimit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSubscriptionQuotaLimit, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Current": "System.Nullable`1[System.Int32]", - "Default": "System.Nullable`1[System.Int32]", - "Name": "System.String" + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "UtilizedThroughputMibps": "System.Nullable`1[System.Double]", + "TotalThroughputMibps": "System.Nullable`1[System.Double]", + "CustomThroughputMibps": "System.Nullable`1[System.Double]", + "Size": "System.Nullable`1[System.Int64]", + "Tags": "System.Object", + "Etag": "System.String", + "PoolId": "System.String", + "Type": "System.String", + "ServiceLevel": "System.String", + "ProvisioningState": "System.String", + "Name": "System.String", + "Id": "System.String", + "QosType": "System.String", + "Location": "System.String", + "EncryptionType": "System.String", + "ResourceGroupName": "System.String" }, "Methods": [ { @@ -6077,7 +6050,16 @@ ], "Parameters": [ { - "Name": "Location", + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AccountName", "Type": { "Namespace": "System", "Name": "System.String", @@ -6088,7 +6070,7 @@ { "Name": "Name", "AliasList": [ - "QuotaLimitName" + "PoolName" ], "Type": { "Namespace": "System", @@ -6097,6 +6079,41 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AccountObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -6136,7 +6153,22 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Location", + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AccountName", "Type": { "Namespace": "System", "Name": "System.String", @@ -6153,7 +6185,7 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "QuotaLimitName" + "PoolName" ], "Type": { "Namespace": "System", @@ -6214,13 +6246,13 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { "Name": "Name", "AliasList": [ - "QuotaLimitName" + "PoolName" ], "Type": { "Namespace": "System", @@ -6234,6 +6266,38 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AccountObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -6279,116 +6343,13 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [ - "Get-AnfQuotaLimit" - ] - }, - { - "VerbName": "Get", - "NounName": "AzNetAppFilesRegionInfo", - "Name": "Get-AzNetAppFilesRegionInfo", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.N.GetAzureRmNetAppFilesNetAppFilesRegionInfo", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ByFieldsParameterSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", - "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AvailabilityZoneMappings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.RegionInfoAvailabilityZoneMappingsItem]", - "StorageToNetworkProximity": "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": "Location", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 }, { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "ByFieldsParameterSet", + "Name": "ByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Location", + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -6399,7 +6360,7 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -6498,14 +6459,14 @@ } ], "AliasList": [ - "Get-AnfRegionInfo" + "Get-AnfPool" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesReplicationStatus", - "Name": "Get-AzNetAppFilesReplicationStatus", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.GetAzureRmNetAppFilesReplicationStatus", + "NounName": "AzNetAppFilesQuotaAvailability", + "Name": "Get-AzNetAppFilesQuotaAvailability", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.N.GetAzureRmNetAppFilesQuotaAvailability", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -6514,14 +6475,11 @@ { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Healthy": "System.Nullable`1[System.Boolean]", - "RelationshipStatus": "System.String", - "MirrorState": "System.String", - "TotalProgress": "System.String", - "ErrorMessage": "System.String" + "AvailabilityZoneMappings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.RegionInfoAvailabilityZoneMappingsItem]", + "StorageToNetworkProximity": "System.String" }, "Methods": [ { @@ -6569,7 +6527,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "AccountName", + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", @@ -6578,7 +6536,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "PoolName", + "Name": "Type", "Type": { "Namespace": "System", "Name": "System.String", @@ -6588,9 +6546,6 @@ }, { "Name": "Name", - "AliasList": [ - "VolumeName" - ], "Type": { "Namespace": "System", "Name": "System.String", @@ -6599,91 +6554,13 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "Zone", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "InputObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", - "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", - "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", - "Encrypted": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", - "IsLargeVolume": "System.Nullable`1[System.Boolean]", - "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", - "IsRestoring": "System.Nullable`1[System.Boolean]", - "ThroughputMibps": "System.Nullable`1[System.Double]", - "ActualThroughputMibps": "System.Nullable`1[System.Double]", - "CoolnessPeriod": "System.Nullable`1[System.Int32]", - "CloneProgress": "System.Nullable`1[System.Int32]", - "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", - "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", - "InheritedSize": "System.Nullable`1[System.Int64]", - "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", - "UsageThreshold": "System.Nullable`1[System.Int64]", - "MountTargets": "System.Object", - "Tags": "System.Object", - "OriginatingResourceId": "System.String", - "ProvisionedAvailabilityZone": "System.String", - "VolumeGroupName": "System.String", - "FileAccessLogs": "System.String", - "CapacityPoolResourceId": "System.String", - "T2Network": "System.String", - "StorageToNetworkProximity": "System.String", - "SmbNonBrowsable": "System.String", - "SmbAccessBasedEnumeration": "System.String", - "VolumeSpecName": "System.String", - "KeyVaultPrivateEndpointResourceId": "System.String", - "EnableSubvolumes": "System.String", - "ProximityPlacementGroup": "System.String", - "NetworkSiblingSetId": "System.String", - "CoolAccessRetrievalPolicy": "System.String", - "NetworkFeatures": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "FileSystemId": "System.String", - "CreationToken": "System.String", - "ServiceLevel": "System.String", - "EffectiveNetworkFeatures": "System.String", - "SnapshotId": "System.String", - "SubnetId": "System.String", - "VolumeType": "System.String", - "BackupId": "System.String", - "SecurityStyle": "System.String", - "EncryptionKeySource": "System.String", - "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", - "CoolAccessTieringPolicy": "System.String", - "UnixPermission": "System.String", - "AvsDataStore": "System.String", - "BaremetalTenantId": "System.String", - "ResourceGroupName": "System.String" - } - }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { "Name": "DefaultProfile", @@ -6739,7 +6616,7 @@ }, { "ParameterMetadata": { - "Name": "AccountName", + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", @@ -6754,7 +6631,7 @@ }, { "ParameterMetadata": { - "Name": "PoolName", + "Name": "Type", "Type": { "Namespace": "System", "Name": "System.String", @@ -6770,9 +6647,6 @@ { "ParameterMetadata": { "Name": "Name", - "AliasList": [ - "VolumeName" - ], "Type": { "Namespace": "System", "Name": "System.String", @@ -6785,6 +6659,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Zone", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -6832,11 +6721,11 @@ ] }, { - "Name": "ByResourceIdParameterSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "Type", "Type": { "Namespace": "System", "Name": "System.String", @@ -6847,7 +6736,37 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Zone", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -6894,92 +6813,157 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [ + "Get-AnfQuotaAvailability" + ] + }, + { + "VerbName": "Get", + "NounName": "AzNetAppFilesQuotaLimit", + "Name": "Get-AzNetAppFilesQuotaLimit", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.QuotaItem.GetAzureRmNetAppFilesQuotaLimit", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByFieldsParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSubscriptionQuotaLimit", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSubscriptionQuotaLimit, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Current": "System.Nullable`1[System.Int32]", + "Default": "System.Nullable`1[System.Int32]", + "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": "" + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true }, { - "Name": "ByObjectParameterSet", + "Name": "Name", + "AliasList": [ + "QuotaLimitName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByFieldsParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "Location", "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", - "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", - "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", - "Encrypted": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", - "IsLargeVolume": "System.Nullable`1[System.Boolean]", - "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", - "IsRestoring": "System.Nullable`1[System.Boolean]", - "ThroughputMibps": "System.Nullable`1[System.Double]", - "ActualThroughputMibps": "System.Nullable`1[System.Double]", - "CoolnessPeriod": "System.Nullable`1[System.Int32]", - "CloneProgress": "System.Nullable`1[System.Int32]", - "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", - "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", - "InheritedSize": "System.Nullable`1[System.Int64]", - "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", - "UsageThreshold": "System.Nullable`1[System.Int64]", - "MountTargets": "System.Object", - "Tags": "System.Object", - "OriginatingResourceId": "System.String", - "ProvisionedAvailabilityZone": "System.String", - "VolumeGroupName": "System.String", - "FileAccessLogs": "System.String", - "CapacityPoolResourceId": "System.String", - "T2Network": "System.String", - "StorageToNetworkProximity": "System.String", - "SmbNonBrowsable": "System.String", - "SmbAccessBasedEnumeration": "System.String", - "VolumeSpecName": "System.String", - "KeyVaultPrivateEndpointResourceId": "System.String", - "EnableSubvolumes": "System.String", - "ProximityPlacementGroup": "System.String", - "NetworkSiblingSetId": "System.String", - "CoolAccessRetrievalPolicy": "System.String", - "NetworkFeatures": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "FileSystemId": "System.String", - "CreationToken": "System.String", - "ServiceLevel": "System.String", - "EffectiveNetworkFeatures": "System.String", - "SnapshotId": "System.String", - "SubnetId": "System.String", - "VolumeType": "System.String", - "BackupId": "System.String", - "SecurityStyle": "System.String", - "EncryptionKeySource": "System.String", - "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", - "CoolAccessTieringPolicy": "System.String", - "UnixPermission": "System.String", - "AvsDataStore": "System.String", - "BaremetalTenantId": "System.String", - "ResourceGroupName": "System.String" - } + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "QuotaLimitName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -7031,6 +7015,24 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "QuotaLimitName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -7079,14 +7081,14 @@ } ], "AliasList": [ - "Get-AnfReplicationStatus" + "Get-AnfQuotaLimit" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesSnapshot", - "Name": "Get-AzNetAppFilesSnapshot", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Snapshot.GetAzureRmNetAppFilesSnapshot", + "NounName": "AzNetAppFilesRansomwareReport", + "Name": "Get-AzNetAppFilesRansomwareReport", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Ransomware.GetAzureRmNetAppFilesRansomwareReport", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -7095,16 +7097,19 @@ { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareReport", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareReport, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Created": "System.Nullable`1[System.DateTime]", + "Suspects": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspect]", + "EventTime": "System.Nullable`1[System.DateTime]", + "ClearedCount": "System.Nullable`1[System.Int32]", + "ReportedCount": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", - "Location": "System.String", "Id": "System.String", "Name": "System.String", "Type": "System.String", - "SnapshotId": "System.String", + "State": "System.String", + "Severity": "System.String", "ProvisioningState": "System.String" }, "Methods": [ @@ -7182,7 +7187,7 @@ { "Name": "Name", "AliasList": [ - "SnapshotName" + "RansomwareReportName" ], "Type": { "Namespace": "System", @@ -7205,7 +7210,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -7379,7 +7384,7 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "SnapshotName" + "RansomwareReportName" ], "Type": { "Namespace": "System", @@ -7446,7 +7451,7 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "SnapshotName" + "RansomwareReportName" ], "Type": { "Namespace": "System", @@ -7466,7 +7471,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -7705,15 +7710,15 @@ } ], "AliasList": [ - "Get-AnfSnapshot" + "Get-AnfRansomwareReport" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesSnapshotPolicy", - "Name": "Get-AzNetAppFilesSnapshotPolicy", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.SnapshotPolicy.GetAzureRmNetAppFilesSnapshotPolicy", - "SupportsShouldProcess": true, + "NounName": "AzNetAppFilesRegionInfo", + "Name": "Get-AzNetAppFilesRegionInfo", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.N.GetAzureRmNetAppFilesNetAppFilesRegionInfo", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", @@ -7721,24 +7726,11 @@ { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "MonthlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "WeeklySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "Enabled": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "SnapshotPolicyId": "System.String", - "ProvisioningState": "System.String" + "AvailabilityZoneMappings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.RegionInfoAvailabilityZoneMappingsItem]", + "StorageToNetworkProximity": "System.String" }, "Methods": [ { @@ -7777,37 +7769,7 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AccountName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "SnapshotPolicyName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", @@ -7815,32 +7777,6 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "AccountObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "System.String" - } - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "DefaultProfile", "AliasList": [ @@ -7880,107 +7816,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AccountName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SnapshotPolicyName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 - }, - { - "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByParentObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SnapshotPolicyName" - ], + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", @@ -7988,107 +7824,11 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AccountObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "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, - "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByResourceIdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -8186,15 +7926,15 @@ } ], "AliasList": [ - "Get-AnfSnapshotPolicy" + "Get-AnfRegionInfo" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesSnapshotPolicyVolumeList", - "Name": "Get-AzNetAppFilesSnapshotPolicyVolumeList", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.SnapshotPolicy.GetAzureRmNetAppFilesSnapshotPolicyVolumeList", - "SupportsShouldProcess": true, + "NounName": "AzNetAppFilesReplicationStatus", + "Name": "Get-AzNetAppFilesReplicationStatus", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Replication.GetAzureRmNetAppFilesReplicationStatus", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", @@ -8202,24 +7942,14 @@ { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationStatus, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "MonthlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "WeeklySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "Enabled": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "SnapshotPolicyId": "System.String", - "ProvisioningState": "System.String" + "Healthy": "System.Nullable`1[System.Boolean]", + "RelationshipStatus": "System.String", + "MirrorState": "System.String", + "TotalProgress": "System.String", + "ErrorMessage": "System.String" }, "Methods": [ { @@ -8275,10 +8005,19 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "PoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "Name", "AliasList": [ - "SnapshotPolicyName" + "VolumeName" ], "Type": { "Namespace": "System", @@ -8297,27 +8036,79 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SnaphotPolicyObject", + "Name": "InputObject", "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "MonthlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "WeeklySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "Enabled": "System.Nullable`1[System.Boolean]", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", "Tags": "System.Object", - "ResourceGroupName": "System.String", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", "Location": "System.String", "Id": "System.String", "Name": "System.String", "Type": "System.String", "Etag": "System.String", - "SnapshotPolicyId": "System.String", - "ProvisioningState": "System.String" + "ProvisioningState": "System.String", + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "System.String", + "ResourceGroupName": "System.String" } }, "ValidateNotNullOrEmpty": true @@ -8389,11 +8180,26 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", "AliasList": [ - "SnapshotPolicyName" + "VolumeName" ], "Type": { "Namespace": "System", @@ -8402,7 +8208,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -8454,14 +8260,11 @@ ] }, { - "Name": "ByParentObjectParameterSet", + "Name": "ByResourceIdParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SnapshotPolicyName" - ], + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -8472,39 +8275,7 @@ "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SnaphotPolicyObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", - "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", - "MonthlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", - "WeeklySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "Enabled": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "SnapshotPolicyId": "System.String", - "ProvisioningState": "System.String" - } - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -8553,22 +8324,91 @@ ] }, { - "Name": "ByResourceIdParameterSet", + "Name": "ByObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", + "Tags": "System.Object", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "System.String", + "ResourceGroupName": "System.String" + } }, "ValidateNotNullOrEmpty": true }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -8667,14 +8507,14 @@ } ], "AliasList": [ - "Get-AnfSnapshotPolicyVolumeList" + "Get-AnfReplicationStatus" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesSubvolume", - "Name": "Get-AzNetAppFilesSubvolume", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesSubvolume", + "NounName": "AzNetAppFilesSnapshot", + "Name": "Get-AzNetAppFilesSnapshot", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Snapshot.GetAzureRmNetAppFilesSnapshot", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -8683,76 +8523,17 @@ { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", - "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", - "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", - "Encrypted": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", - "IsLargeVolume": "System.Nullable`1[System.Boolean]", - "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", - "IsRestoring": "System.Nullable`1[System.Boolean]", - "ThroughputMibps": "System.Nullable`1[System.Double]", - "ActualThroughputMibps": "System.Nullable`1[System.Double]", - "CoolnessPeriod": "System.Nullable`1[System.Int32]", - "CloneProgress": "System.Nullable`1[System.Int32]", - "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", - "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", - "InheritedSize": "System.Nullable`1[System.Int64]", - "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", - "UsageThreshold": "System.Nullable`1[System.Int64]", - "MountTargets": "System.Object", - "Tags": "System.Object", - "OriginatingResourceId": "System.String", - "ProvisionedAvailabilityZone": "System.String", - "VolumeGroupName": "System.String", - "FileAccessLogs": "System.String", - "CapacityPoolResourceId": "System.String", - "T2Network": "System.String", - "StorageToNetworkProximity": "System.String", - "SmbNonBrowsable": "System.String", - "SmbAccessBasedEnumeration": "System.String", - "VolumeSpecName": "System.String", - "KeyVaultPrivateEndpointResourceId": "System.String", - "EnableSubvolumes": "System.String", - "ProximityPlacementGroup": "System.String", - "NetworkSiblingSetId": "System.String", - "CoolAccessRetrievalPolicy": "System.String", - "NetworkFeatures": "System.String", + "Created": "System.Nullable`1[System.DateTime]", + "ResourceGroupName": "System.String", "Location": "System.String", "Id": "System.String", "Name": "System.String", "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "FileSystemId": "System.String", - "CreationToken": "System.String", - "ServiceLevel": "System.String", - "EffectiveNetworkFeatures": "System.String", "SnapshotId": "System.String", - "SubnetId": "System.String", - "VolumeType": "System.String", - "BackupId": "System.String", - "SecurityStyle": "System.String", - "EncryptionKeySource": "System.String", - "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", - "CoolAccessTieringPolicy": "System.String", - "UnixPermission": "System.String", - "AvsDataStore": "System.String", - "BaremetalTenantId": "System.String", - "ResourceGroupName": "System.String" + "ProvisioningState": "System.String" }, "Methods": [ { @@ -8829,7 +8610,7 @@ { "Name": "Name", "AliasList": [ - "SubvolumeName" + "SnapshotName" ], "Type": { "Namespace": "System", @@ -8852,7 +8633,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -9017,83 +8798,16 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SubvolumeName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { "Name": "Name", "AliasList": [ - "SubvolumeName" + "SnapshotName" ], "Type": { "Namespace": "System", @@ -9160,7 +8874,7 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "SubvolumeName" + "SnapshotName" ], "Type": { "Namespace": "System", @@ -9180,7 +8894,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -9324,22 +9038,53 @@ }, { "ParameterMetadata": { - "Name": "Name", + "Name": "DefaultProfile", "AliasList": [ - "SubvolumeName" + "AzContext", + "AzureRmContext", + "AzureCredential" ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -9386,14 +9131,17 @@ } ] } + ], + "AliasList": [ + "Get-AnfSnapshot" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesSubvolumeMetadata", - "Name": "Get-AzNetAppFilesSubvolumeMetadata", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.QueryAzureRmNetAppFilesSubvolume", - "SupportsShouldProcess": false, + "NounName": "AzNetAppFilesSnapshotPolicy", + "Name": "Get-AzNetAppFilesSnapshotPolicy", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.SnapshotPolicy.GetAzureRmNetAppFilesSnapshotPolicy", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", @@ -9401,76 +9149,24 @@ { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", - "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", + "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", + "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", + "MonthlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", + "WeeklySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", - "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", - "Encrypted": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", - "IsLargeVolume": "System.Nullable`1[System.Boolean]", - "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", - "IsRestoring": "System.Nullable`1[System.Boolean]", - "ThroughputMibps": "System.Nullable`1[System.Double]", - "ActualThroughputMibps": "System.Nullable`1[System.Double]", - "CoolnessPeriod": "System.Nullable`1[System.Int32]", - "CloneProgress": "System.Nullable`1[System.Int32]", - "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", - "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", - "InheritedSize": "System.Nullable`1[System.Int64]", - "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", - "UsageThreshold": "System.Nullable`1[System.Int64]", - "MountTargets": "System.Object", + "Enabled": "System.Nullable`1[System.Boolean]", "Tags": "System.Object", - "OriginatingResourceId": "System.String", - "ProvisionedAvailabilityZone": "System.String", - "VolumeGroupName": "System.String", - "FileAccessLogs": "System.String", - "CapacityPoolResourceId": "System.String", - "T2Network": "System.String", - "StorageToNetworkProximity": "System.String", - "SmbNonBrowsable": "System.String", - "SmbAccessBasedEnumeration": "System.String", - "VolumeSpecName": "System.String", - "KeyVaultPrivateEndpointResourceId": "System.String", - "EnableSubvolumes": "System.String", - "ProximityPlacementGroup": "System.String", - "NetworkSiblingSetId": "System.String", - "CoolAccessRetrievalPolicy": "System.String", - "NetworkFeatures": "System.String", + "ResourceGroupName": "System.String", "Location": "System.String", "Id": "System.String", "Name": "System.String", "Type": "System.String", "Etag": "System.String", - "ProvisioningState": "System.String", - "FileSystemId": "System.String", - "CreationToken": "System.String", - "ServiceLevel": "System.String", - "EffectiveNetworkFeatures": "System.String", - "SnapshotId": "System.String", - "SubnetId": "System.String", - "VolumeType": "System.String", - "BackupId": "System.String", - "SecurityStyle": "System.String", - "EncryptionKeySource": "System.String", - "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", - "CoolAccessTieringPolicy": "System.String", - "UnixPermission": "System.String", - "AvsDataStore": "System.String", - "BaremetalTenantId": "System.String", - "ResourceGroupName": "System.String" + "SnapshotPolicyId": "System.String", + "ProvisioningState": "System.String" }, "Methods": [ { @@ -9526,28 +9222,10 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "PoolName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VolumeName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "Name", "AliasList": [ - "SubvolumeName" + "SnapshotPolicyName" ], "Type": { "Namespace": "System", @@ -9566,79 +9244,27 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "VolumeObject", + "Name": "AccountObject", "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", - "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", - "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", - "Encrypted": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", - "IsLargeVolume": "System.Nullable`1[System.Boolean]", - "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", - "IsRestoring": "System.Nullable`1[System.Boolean]", - "ThroughputMibps": "System.Nullable`1[System.Double]", - "ActualThroughputMibps": "System.Nullable`1[System.Double]", - "CoolnessPeriod": "System.Nullable`1[System.Int32]", - "CloneProgress": "System.Nullable`1[System.Int32]", - "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", - "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", - "InheritedSize": "System.Nullable`1[System.Int64]", - "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", - "UsageThreshold": "System.Nullable`1[System.Int64]", - "MountTargets": "System.Object", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", "Tags": "System.Object", - "OriginatingResourceId": "System.String", - "ProvisionedAvailabilityZone": "System.String", - "VolumeGroupName": "System.String", - "FileAccessLogs": "System.String", - "CapacityPoolResourceId": "System.String", - "T2Network": "System.String", - "StorageToNetworkProximity": "System.String", - "SmbNonBrowsable": "System.String", - "SmbAccessBasedEnumeration": "System.String", - "VolumeSpecName": "System.String", - "KeyVaultPrivateEndpointResourceId": "System.String", - "EnableSubvolumes": "System.String", - "ProximityPlacementGroup": "System.String", - "NetworkSiblingSetId": "System.String", - "CoolAccessRetrievalPolicy": "System.String", - "NetworkFeatures": "System.String", + "ResourceGroupName": "System.String", "Location": "System.String", "Id": "System.String", "Name": "System.String", "Type": "System.String", "Etag": "System.String", "ProvisioningState": "System.String", - "FileSystemId": "System.String", - "CreationToken": "System.String", - "ServiceLevel": "System.String", - "EffectiveNetworkFeatures": "System.String", - "SnapshotId": "System.String", - "SubnetId": "System.String", - "VolumeType": "System.String", - "BackupId": "System.String", - "SecurityStyle": "System.String", - "EncryptionKeySource": "System.String", - "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", - "CoolAccessTieringPolicy": "System.String", - "UnixPermission": "System.String", - "AvsDataStore": "System.String", - "BaremetalTenantId": "System.String", - "ResourceGroupName": "System.String" + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "System.String" } }, "ValidateNotNullOrEmpty": true @@ -9710,41 +9336,11 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "PoolName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VolumeName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "Name", "AliasList": [ - "SubvolumeName" + "SnapshotPolicyName" ], "Type": { "Namespace": "System", @@ -9753,7 +9349,7 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -9805,13 +9401,13 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { "Name": "Name", "AliasList": [ - "SubvolumeName" + "SnapshotPolicyName" ], "Type": { "Namespace": "System", @@ -9820,11 +9416,43 @@ }, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AccountObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -9889,24 +9517,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SubvolumeName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -9954,110 +9564,8 @@ ] }, { - "Name": "ByParentObjectParameterSet", + "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "VolumeObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", - "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", - "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", - "KerberosEnabled": "System.Nullable`1[System.Boolean]", - "Encrypted": "System.Nullable`1[System.Boolean]", - "SmbEncryption": "System.Nullable`1[System.Boolean]", - "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", - "LdapEnabled": "System.Nullable`1[System.Boolean]", - "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", - "CoolAccess": "System.Nullable`1[System.Boolean]", - "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", - "IsLargeVolume": "System.Nullable`1[System.Boolean]", - "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", - "IsRestoring": "System.Nullable`1[System.Boolean]", - "ThroughputMibps": "System.Nullable`1[System.Double]", - "ActualThroughputMibps": "System.Nullable`1[System.Double]", - "CoolnessPeriod": "System.Nullable`1[System.Int32]", - "CloneProgress": "System.Nullable`1[System.Int32]", - "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", - "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", - "InheritedSize": "System.Nullable`1[System.Int64]", - "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", - "UsageThreshold": "System.Nullable`1[System.Int64]", - "MountTargets": "System.Object", - "Tags": "System.Object", - "OriginatingResourceId": "System.String", - "ProvisionedAvailabilityZone": "System.String", - "VolumeGroupName": "System.String", - "FileAccessLogs": "System.String", - "CapacityPoolResourceId": "System.String", - "T2Network": "System.String", - "StorageToNetworkProximity": "System.String", - "SmbNonBrowsable": "System.String", - "SmbAccessBasedEnumeration": "System.String", - "VolumeSpecName": "System.String", - "KeyVaultPrivateEndpointResourceId": "System.String", - "EnableSubvolumes": "System.String", - "ProximityPlacementGroup": "System.String", - "NetworkSiblingSetId": "System.String", - "CoolAccessRetrievalPolicy": "System.String", - "NetworkFeatures": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "FileSystemId": "System.String", - "CreationToken": "System.String", - "ServiceLevel": "System.String", - "EffectiveNetworkFeatures": "System.String", - "SnapshotId": "System.String", - "SubnetId": "System.String", - "VolumeType": "System.String", - "BackupId": "System.String", - "SecurityStyle": "System.String", - "EncryptionKeySource": "System.String", - "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", - "CoolAccessTieringPolicy": "System.String", - "UnixPermission": "System.String", - "AvsDataStore": "System.String", - "BaremetalTenantId": "System.String", - "ResourceGroupName": "System.String" - } - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SubvolumeName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -10106,15 +9614,15 @@ } ], "AliasList": [ - "Get-AnfSubvolume" + "Get-AnfSnapshotPolicy" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesUsage", - "Name": "Get-AzNetAppFilesUsage", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.N.GetAzureRmNetAppFileUsage", - "SupportsShouldProcess": false, + "NounName": "AzNetAppFilesSnapshotPolicyVolumeList", + "Name": "Get-AzNetAppFilesSnapshotPolicyVolumeList", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.SnapshotPolicy.GetAzureRmNetAppFilesSnapshotPolicyVolumeList", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ByFieldsParameterSet", @@ -10122,11 +9630,24 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", - "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AvailabilityZoneMappings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.RegionInfoAvailabilityZoneMappingsItem]", - "StorageToNetworkProximity": "System.String" + "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", + "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", + "MonthlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", + "WeeklySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "Enabled": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "SnapshotPolicyId": "System.String", + "ProvisioningState": "System.String" }, "Methods": [ { @@ -10165,7 +9686,7 @@ ], "Parameters": [ { - "Name": "Location", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -10174,7 +9695,28 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "UsageType", + "Name": "AccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "SnapshotPolicyName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", "Type": { "Namespace": "System", "Name": "System.String", @@ -10182,6 +9724,32 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "SnaphotPolicyObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", + "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", + "MonthlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", + "WeeklySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "Enabled": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "SnapshotPolicyId": "System.String", + "ProvisioningState": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -10221,7 +9789,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Location", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -10236,7 +9804,25 @@ }, { "ParameterMetadata": { - "Name": "UsageType", + "Name": "AccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SnapshotPolicyName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -10296,23 +9882,171 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ByParentObjectParameterSet", "Parameters": [ { "ParameterMetadata": { - "Name": "UsageType", - "Type": { - "Namespace": "System", + "Name": "Name", + "AliasList": [ + "SnapshotPolicyName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SnaphotPolicyObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", + "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", + "MonthlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule", + "WeeklySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "Enabled": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "SnapshotPolicyId": "System.String", + "ProvisioningState": "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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, + "Mandatory": true, + "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 }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -10361,14 +10095,14 @@ } ], "AliasList": [ - "Get-AnfUsage" + "Get-AnfSnapshotPolicyVolumeList" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesVolume", - "Name": "Get-AzNetAppFilesVolume", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolume", + "NounName": "AzNetAppFilesSubvolume", + "Name": "Get-AzNetAppFilesSubvolume", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesSubvolume", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -10378,7 +10112,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -10511,10 +10245,19 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "VolumeName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "Name", "AliasList": [ - "VolumeName" + "SubvolumeName" ], "Type": { "Namespace": "System", @@ -10533,29 +10276,78 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "PoolObject", + "Name": "VolumeObject", "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", "CoolAccess": "System.Nullable`1[System.Boolean]", - "UtilizedThroughputMibps": "System.Nullable`1[System.Double]", - "TotalThroughputMibps": "System.Nullable`1[System.Double]", - "CustomThroughputMibps": "System.Nullable`1[System.Double]", - "Size": "System.Nullable`1[System.Int64]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", "Tags": "System.Object", - "Etag": "System.String", - "PoolId": "System.String", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", "Type": "System.String", - "ServiceLevel": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String", - "Name": "System.String", - "Id": "System.String", - "QosType": "System.String", - "Location": "System.String", - "EncryptionType": "System.String", + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "System.String", "ResourceGroupName": "System.String" } }, @@ -10643,11 +10435,93 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "VolumeName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Name", "AliasList": [ - "VolumeName" + "SubvolumeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SubvolumeName" ], "Type": { "Namespace": "System", @@ -10714,7 +10588,7 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "VolumeName" + "SubvolumeName" ], "Type": { "Namespace": "System", @@ -10730,29 +10604,78 @@ }, { "ParameterMetadata": { - "Name": "PoolObject", + "Name": "VolumeObject", "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", "CoolAccess": "System.Nullable`1[System.Boolean]", - "UtilizedThroughputMibps": "System.Nullable`1[System.Double]", - "TotalThroughputMibps": "System.Nullable`1[System.Double]", - "CustomThroughputMibps": "System.Nullable`1[System.Double]", - "Size": "System.Nullable`1[System.Int64]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", "Tags": "System.Object", - "Etag": "System.String", - "PoolId": "System.String", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", "Type": "System.String", - "ServiceLevel": "System.String", + "Etag": "System.String", "ProvisioningState": "System.String", - "Name": "System.String", - "Id": "System.String", - "QosType": "System.String", - "Location": "System.String", - "EncryptionType": "System.String", + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "System.String", "ResourceGroupName": "System.String" } }, @@ -10827,6 +10750,24 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SubvolumeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -10872,10 +10813,2722 @@ "ValueFromPipelineByPropertyName": false } ] - }, + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzNetAppFilesSubvolumeMetadata", + "Name": "Get-AzNetAppFilesSubvolumeMetadata", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.QueryAzureRmNetAppFilesSubvolume", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByFieldsParameterSet", + "OutputTypes": [ { - "Name": "__AllParameterSets", - "Parameters": [ + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", + "Tags": "System.Object", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "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": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VolumeName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "SubvolumeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VolumeObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", + "Tags": "System.Object", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "System.String", + "ResourceGroupName": "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 + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByFieldsParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VolumeName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SubvolumeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SubvolumeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SubvolumeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByParentObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VolumeObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", + "Tags": "System.Object", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "System.String", + "ResourceGroupName": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SubvolumeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "Get-AnfSubvolume" + ] + }, + { + "VerbName": "Get", + "NounName": "AzNetAppFilesUsage", + "Name": "Get-AzNetAppFilesUsage", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.N.GetAzureRmNetAppFileUsage", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByFieldsParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRegionInfo, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AvailabilityZoneMappings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.RegionInfoAvailabilityZoneMappingsItem]", + "StorageToNetworkProximity": "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": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "UsageType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByFieldsParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UsageType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "UsageType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "Get-AnfUsage" + ] + }, + { + "VerbName": "Get", + "NounName": "AzNetAppFilesVolume", + "Name": "Get-AzNetAppFilesVolume", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolume", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByFieldsParameterSet", + "OutputTypes": [ + { + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", + "Tags": "System.Object", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "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": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "VolumeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "UtilizedThroughputMibps": "System.Nullable`1[System.Double]", + "TotalThroughputMibps": "System.Nullable`1[System.Double]", + "CustomThroughputMibps": "System.Nullable`1[System.Double]", + "Size": "System.Nullable`1[System.Int64]", + "Tags": "System.Object", + "Etag": "System.String", + "PoolId": "System.String", + "Type": "System.String", + "ServiceLevel": "System.String", + "ProvisioningState": "System.String", + "Name": "System.String", + "Id": "System.String", + "QosType": "System.String", + "Location": "System.String", + "EncryptionType": "System.String", + "ResourceGroupName": "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 + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByFieldsParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "VolumeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByParentObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "VolumeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "UtilizedThroughputMibps": "System.Nullable`1[System.Double]", + "TotalThroughputMibps": "System.Nullable`1[System.Double]", + "CustomThroughputMibps": "System.Nullable`1[System.Double]", + "Size": "System.Nullable`1[System.Int64]", + "Tags": "System.Object", + "Etag": "System.String", + "PoolId": "System.String", + "Type": "System.String", + "ServiceLevel": "System.String", + "ProvisioningState": "System.String", + "Name": "System.String", + "Id": "System.String", + "QosType": "System.String", + "Location": "System.String", + "EncryptionType": "System.String", + "ResourceGroupName": "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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "Get-AnfVolume" + ] + }, + { + "VerbName": "Get", + "NounName": "AzNetAppFilesVolumeBackupStatus", + "Name": "Get-AzNetAppFilesVolumeBackupStatus", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolumeBackupStatus", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByFieldsParameterSet", + "OutputTypes": [ + { + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Healthy": "System.Nullable`1[System.Boolean]", + "LastTransferSize": "System.Nullable`1[System.Int64]", + "TotalTransferBytes": "System.Nullable`1[System.Int64]", + "RelationshipStatus": "System.String", + "MirrorState": "System.String", + "UnhealthyReason": "System.String", + "ErrorMessage": "System.String", + "LastTransferType": "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "VolumeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "UtilizedThroughputMibps": "System.Nullable`1[System.Double]", + "TotalThroughputMibps": "System.Nullable`1[System.Double]", + "CustomThroughputMibps": "System.Nullable`1[System.Double]", + "Size": "System.Nullable`1[System.Int64]", + "Tags": "System.Object", + "Etag": "System.String", + "PoolId": "System.String", + "Type": "System.String", + "ServiceLevel": "System.String", + "ProvisioningState": "System.String", + "Name": "System.String", + "Id": "System.String", + "QosType": "System.String", + "Location": "System.String", + "EncryptionType": "System.String", + "ResourceGroupName": "System.String" + } + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", + "Tags": "System.Object", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "System.String", + "ResourceGroupName": "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 + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByFieldsParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PoolName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "VolumeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByParentObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "VolumeName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "UtilizedThroughputMibps": "System.Nullable`1[System.Double]", + "TotalThroughputMibps": "System.Nullable`1[System.Double]", + "CustomThroughputMibps": "System.Nullable`1[System.Double]", + "Size": "System.Nullable`1[System.Int64]", + "Tags": "System.Object", + "Etag": "System.String", + "PoolId": "System.String", + "Type": "System.String", + "ServiceLevel": "System.String", + "ProvisioningState": "System.String", + "Name": "System.String", + "Id": "System.String", + "QosType": "System.String", + "Location": "System.String", + "EncryptionType": "System.String", + "ResourceGroupName": "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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", + "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "PlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", + "DataStoreResourceId": "System.Collections.Generic.IList`1[System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "ProtocolTypes": "System.Collections.Generic.IList`1[System.String]", + "KerberosEnabled": "System.Nullable`1[System.Boolean]", + "Encrypted": "System.Nullable`1[System.Boolean]", + "SmbEncryption": "System.Nullable`1[System.Boolean]", + "SmbContinuouslyAvailable": "System.Nullable`1[System.Boolean]", + "LdapEnabled": "System.Nullable`1[System.Boolean]", + "DeleteBaseSnapshot": "System.Nullable`1[System.Boolean]", + "CoolAccess": "System.Nullable`1[System.Boolean]", + "IsDefaultQuotaEnabled": "System.Nullable`1[System.Boolean]", + "IsLargeVolume": "System.Nullable`1[System.Boolean]", + "SnapshotDirectoryVisible": "System.Nullable`1[System.Boolean]", + "IsRestoring": "System.Nullable`1[System.Boolean]", + "ThroughputMibps": "System.Nullable`1[System.Double]", + "ActualThroughputMibps": "System.Nullable`1[System.Double]", + "CoolnessPeriod": "System.Nullable`1[System.Int32]", + "CloneProgress": "System.Nullable`1[System.Int32]", + "DefaultUserQuotaInKiBs": "System.Nullable`1[System.Int64]", + "DefaultGroupQuotaInKiBs": "System.Nullable`1[System.Int64]", + "InheritedSize": "System.Nullable`1[System.Int64]", + "MaximumNumberOfFiles": "System.Nullable`1[System.Int64]", + "UsageThreshold": "System.Nullable`1[System.Int64]", + "MountTargets": "System.Object", + "Tags": "System.Object", + "OriginatingResourceId": "System.String", + "ProvisionedAvailabilityZone": "System.String", + "VolumeGroupName": "System.String", + "FileAccessLogs": "System.String", + "CapacityPoolResourceId": "System.String", + "T2Network": "System.String", + "StorageToNetworkProximity": "System.String", + "SmbNonBrowsable": "System.String", + "SmbAccessBasedEnumeration": "System.String", + "VolumeSpecName": "System.String", + "KeyVaultPrivateEndpointResourceId": "System.String", + "EnableSubvolumes": "System.String", + "ProximityPlacementGroup": "System.String", + "NetworkSiblingSetId": "System.String", + "CoolAccessRetrievalPolicy": "System.String", + "NetworkFeatures": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "FileSystemId": "System.String", + "CreationToken": "System.String", + "ServiceLevel": "System.String", + "EffectiveNetworkFeatures": "System.String", + "SnapshotId": "System.String", + "SubnetId": "System.String", + "VolumeType": "System.String", + "BackupId": "System.String", + "SecurityStyle": "System.String", + "EncryptionKeySource": "System.String", + "AcceptGrowCapacityPoolForShortTermCloneSplit": "System.String", + "CoolAccessTieringPolicy": "System.String", + "UnixPermission": "System.String", + "AvsDataStore": "System.String", + "BaremetalTenantId": "System.String", + "ResourceGroupName": "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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "Get-AnfVolumeBackupStatus" + ] + }, + { + "VerbName": "Get", + "NounName": "AzNetAppFilesVolumeGroup", + "Name": "Get-AzNetAppFilesVolumeGroup", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolumeGroup", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByFieldsParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupDetail", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupDetail, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "GroupMetaData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupMetaData", + "Volumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "ProvisioningState": "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "VolumeGroupName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AccountObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "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 + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByFieldsParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "VolumeGroupName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "VolumeGroupName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByParentObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "VolumeGroupName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AccountObject", + "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=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", + "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", + "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", + "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", + "DisableShowmount": "System.Nullable`1[System.Boolean]", + "Tags": "System.Object", + "ResourceGroupName": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "NfsV4IdDomain": "System.String", + "MultiAdStatus": "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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "VolumeGroupName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -10924,14 +13577,14 @@ } ], "AliasList": [ - "Get-AnfVolume" + "Get-AnfVolumeGroup" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesVolumeBackupStatus", - "Name": "Get-AzNetAppFilesVolumeBackupStatus", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolumeBackupStatus", + "NounName": "AzNetAppFilesVolumeGroupIdListForLDAPUser", + "Name": "Get-AzNetAppFilesVolumeGroupIdListForLDAPUser", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolumeGroupIdListForLDAPUser", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -10941,7 +13594,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupStatus, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Healthy": "System.Nullable`1[System.Boolean]", "LastTransferSize": "System.Nullable`1[System.Int64]", @@ -11027,6 +13680,15 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "Username", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "ResourceId", "Type": { @@ -11041,7 +13703,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -11070,7 +13732,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -11243,6 +13905,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Username", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -11316,7 +13993,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -11464,7 +14141,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -11589,518 +14266,8 @@ ] }, { - "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 - }, - { - "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [ - "Get-AnfVolumeBackupStatus" - ] - }, - { - "VerbName": "Get", - "NounName": "AzNetAppFilesVolumeGroup", - "Name": "Get-AzNetAppFilesVolumeGroup", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolumeGroup", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ByFieldsParameterSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", - "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupDetail, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "GroupMetaData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupMetaData", - "Volumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "ProvisioningState": "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AccountName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "VolumeGroupName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AccountObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "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 - }, - { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "ByFieldsParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AccountName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "VolumeGroupName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 - }, - { - "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "VolumeGroupName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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 - }, - { - "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByParentObjectParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "VolumeGroupName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AccountObject", - "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "ActiveDirectories": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory]", - "DisableShowmount": "System.Nullable`1[System.Boolean]", - "Tags": "System.Object", - "ResourceGroupName": "System.String", - "Location": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "NfsV4IdDomain": "System.String", - "MultiAdStatus": "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, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ByResourceIdParameterSet", + "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "VolumeGroupName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -12149,14 +14316,14 @@ } ], "AliasList": [ - "Get-AnfVolumeGroup" + "Get-AnfVolumeGroupIdListForLDAPUser" ] }, { "VerbName": "Get", - "NounName": "AzNetAppFilesVolumeGroupIdListForLDAPUser", - "Name": "Get-AzNetAppFilesVolumeGroupIdListForLDAPUser", - "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolumeGroupIdListForLDAPUser", + "NounName": "AzNetAppFilesVolumeQuotaReport", + "Name": "Get-AzNetAppFilesVolumeQuotaReport", + "ClassName": "Microsoft.Azure.Commands.NetAppFiles.Volume.GetAzureRmNetAppFilesVolumeQuotaReport", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -12165,17 +14332,10 @@ { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesListQuotaReportResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesListQuotaReportResponse, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Healthy": "System.Nullable`1[System.Boolean]", - "LastTransferSize": "System.Nullable`1[System.Int64]", - "TotalTransferBytes": "System.Nullable`1[System.Int64]", - "RelationshipStatus": "System.String", - "MirrorState": "System.String", - "UnhealthyReason": "System.String", - "ErrorMessage": "System.String", - "LastTransferType": "System.String" + "Value": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesQuotaReport]" }, "Methods": [ { @@ -12253,13 +14413,36 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Username", + "Name": "QuotaType", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + { + "Name": "QuotaTarget", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "UsageThresholdPercentage", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false }, { "Name": "ResourceId", @@ -12275,7 +14458,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -12304,7 +14487,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -12479,15 +14662,50 @@ }, { "ParameterMetadata": { - "Name": "Username", + "Name": "QuotaType", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "QuotaTarget", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UsageThresholdPercentage", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -12559,13 +14777,63 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "QuotaType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "QuotaTarget", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UsageThresholdPercentage", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -12643,6 +14911,56 @@ { "Name": "ByResourceIdParameterSet", "Parameters": [ + { + "ParameterMetadata": { + "Name": "QuotaType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "QuotaTarget", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UsageThresholdPercentage", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceId", @@ -12707,13 +15025,63 @@ { "Name": "ByObjectParameterSet", "Parameters": [ + { + "ParameterMetadata": { + "Name": "QuotaType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "QuotaTarget", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "UsageThresholdPercentage", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int32" + ] + }, + "ValidateRangeMin": 1, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "InputObject", "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -12888,7 +15256,7 @@ } ], "AliasList": [ - "Get-AnfVolumeGroupIdListForLDAPUser" + "Get-AnfVolumeQuotaReport" ] }, { @@ -12905,7 +15273,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -13073,7 +15441,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -13334,7 +15702,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -13590,7 +15958,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -13758,7 +16126,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -14016,7 +16384,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -14159,7 +16527,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRestoreStatus, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Healthy": "System.Nullable`1[System.Boolean]", "TotalTransferBytes": "System.Nullable`1[System.Int64]", @@ -14257,7 +16625,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -14286,7 +16654,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -14532,7 +16900,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -14680,7 +17048,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -14933,7 +17301,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -15264,7 +17632,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -15486,7 +17854,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -15602,7 +17970,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSANFKeyVaultPrivateEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSANFKeyVaultPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSANFKeyVaultPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.NetAppFiles.Models.PSANFKeyVaultPrivateEndpoint" ] @@ -15623,7 +17991,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -15853,7 +18221,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSANFKeyVaultPrivateEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSANFKeyVaultPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSANFKeyVaultPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.NetAppFiles.Models.PSANFKeyVaultPrivateEndpoint" ] @@ -16110,7 +18478,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -16264,7 +18632,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -16353,7 +18721,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, "ValidateNotNullOrEmpty": true @@ -16363,7 +18731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity", "KeyVaultProperties": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties", @@ -16667,7 +19035,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, "ValidateNotNullOrEmpty": true @@ -16683,7 +19051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity", "KeyVaultProperties": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties", @@ -16803,7 +19171,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, "ValidateNotNullOrEmpty": true @@ -16819,7 +19187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity", "KeyVaultProperties": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties", @@ -16916,7 +19284,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", "BackupOperators": "System.Collections.Generic.IList`1[System.String]", @@ -17169,7 +19537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDN": "System.String", "GroupDN": "System.String", @@ -17193,7 +19561,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -17561,7 +19929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDN": "System.String", "GroupDN": "System.String", @@ -17920,7 +20288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDN": "System.String", "GroupDN": "System.String", @@ -18005,7 +20373,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -18311,7 +20679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDN": "System.String", "GroupDN": "System.String", @@ -18403,7 +20771,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -18537,7 +20905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -18893,7 +21261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -19055,7 +21423,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -19211,7 +21579,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -19628,7 +21996,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -19824,7 +22192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -19927,7 +22295,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -20206,7 +22574,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -20333,7 +22701,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" }, @@ -20378,7 +22746,7 @@ "Type": { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -20426,7 +22794,7 @@ "Type": { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -20547,7 +22915,7 @@ "Type": { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UnixReadOnly": "System.Nullable`1[System.Boolean]", "UnixReadWrite": "System.Nullable`1[System.Boolean]", @@ -21109,7 +23477,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -21279,7 +23647,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -21744,7 +24112,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -21964,7 +24332,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Created": "System.Nullable`1[System.DateTime]", "ResourceGroupName": "System.String", @@ -22094,7 +24462,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -22470,7 +24838,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -22649,7 +25017,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -22756,7 +25124,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -22770,7 +25138,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -22785,7 +25153,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -22801,7 +25169,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -22829,7 +25197,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -22971,7 +25339,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -22991,7 +25359,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -23012,7 +25380,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -23034,7 +25402,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -23156,7 +25524,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -23176,7 +25544,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -23197,7 +25565,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -23219,7 +25587,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -23308,7 +25676,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -23373,7 +25741,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -23393,7 +25761,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -23414,7 +25782,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -23436,7 +25804,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -23535,7 +25903,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -23681,7 +26049,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -24102,7 +26470,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -24311,7 +26679,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -24524,7 +26892,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -24536,7 +26904,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemotePath": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRemotePath", "DestinationReplications": "System.Collections.Generic.IList`1[Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication]", @@ -24554,7 +26922,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotPolicyId": "System.String" } @@ -24575,7 +26943,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", @@ -24805,7 +27173,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs" ] @@ -24894,6 +27262,15 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "DesiredRansomwareProtectionState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "Tag", "AliasList": [ @@ -24911,7 +27288,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -25161,7 +27538,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -25179,7 +27556,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemotePath": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRemotePath", "DestinationReplications": "System.Collections.Generic.IList`1[Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication]", @@ -25203,7 +27580,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotPolicyId": "System.String" } @@ -25236,7 +27613,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", @@ -25589,7 +27966,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs" ] @@ -25737,6 +28114,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DesiredRansomwareProtectionState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -25843,7 +28235,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -25923,7 +28315,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -25941,7 +28333,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemotePath": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRemotePath", "DestinationReplications": "System.Collections.Generic.IList`1[Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication]", @@ -25965,7 +28357,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotPolicyId": "System.String" } @@ -25998,7 +28390,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", @@ -26351,7 +28743,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs" ] @@ -26499,6 +28891,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DesiredRansomwareProtectionState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -26617,7 +29024,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -26635,7 +29042,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemotePath": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRemotePath", "DestinationReplications": "System.Collections.Generic.IList`1[Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication]", @@ -26659,7 +29066,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotPolicyId": "System.String" } @@ -26692,7 +29099,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", @@ -27045,7 +29452,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs" ] @@ -27193,6 +29600,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DesiredRansomwareProtectionState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -27276,7 +29698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupDetail, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupDetail, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupMetaData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupMetaData", "Volumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume]", @@ -27731,7 +30153,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -28262,7 +30684,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -28825,7 +31247,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -29443,7 +31865,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -30927,7 +33349,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -31091,7 +33513,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -31577,7 +33999,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -31751,7 +34173,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -31906,7 +34328,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -32357,7 +34779,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -32624,7 +35046,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -32873,7 +35295,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -33043,7 +35465,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", "BackupOperators": "System.Collections.Generic.IList`1[System.String]", @@ -33139,7 +35561,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -33165,7 +35587,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", "BackupOperators": "System.Collections.Generic.IList`1[System.String]", @@ -33372,7 +35794,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -33468,7 +35890,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", "BackupOperators": "System.Collections.Generic.IList`1[System.String]", @@ -33648,7 +36070,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -33755,7 +36177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -33774,7 +36196,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -34086,7 +36508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -34254,7 +36676,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -34424,7 +36846,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -34514,7 +36936,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -34549,7 +36971,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -34753,7 +37175,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -34928,7 +37350,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -35142,7 +37564,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -35177,7 +37599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -35373,7 +37795,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -35548,7 +37970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -35763,7 +38185,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -35789,7 +38211,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -35995,7 +38417,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -36170,7 +38592,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -36404,7 +38826,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -36735,7 +39157,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -37027,7 +39449,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -37105,7 +39527,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Created": "System.Nullable`1[System.DateTime]", "ResourceGroupName": "System.String", @@ -37392,7 +39814,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -37540,7 +39962,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Created": "System.Nullable`1[System.DateTime]", "ResourceGroupName": "System.String", @@ -37703,7 +40125,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -37801,7 +40223,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -37827,7 +40249,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -38030,7 +40452,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -38205,7 +40627,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -38375,7 +40797,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -38492,7 +40914,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -38570,7 +40992,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -38964,7 +41386,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -39130,7 +41552,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -39324,7 +41746,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -39353,7 +41775,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -39638,7 +42060,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -39925,7 +42347,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -40150,7 +42572,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -40176,7 +42598,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -40541,7 +42963,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -40655,7 +43077,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -40850,7 +43272,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -40928,7 +43350,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -41323,7 +43745,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -41489,7 +43911,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -41675,7 +44097,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -41704,7 +44126,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -41974,7 +44396,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -42152,7 +44574,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -42374,7 +44796,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -42509,7 +44931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -42528,7 +44950,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -42792,7 +45214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -43162,7 +45584,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -43384,7 +45806,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -43824,7 +46246,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -43997,7 +46419,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Created": "System.Nullable`1[System.DateTime]", "ResourceGroupName": "System.String", @@ -44125,7 +46547,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -44664,7 +47086,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -44938,7 +47360,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -44967,7 +47389,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -45252,7 +47674,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -45430,7 +47852,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -45713,7 +48135,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -46044,7 +48466,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -46266,7 +48688,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -46355,7 +48777,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, "ValidateNotNullOrEmpty": true @@ -46663,7 +49085,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, "ValidateNotNullOrEmpty": true @@ -46904,7 +49326,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -47060,7 +49482,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -47486,7 +49908,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -47851,7 +50273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -47945,7 +50367,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -48209,7 +50631,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -48336,7 +50758,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -48497,7 +50919,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -48941,7 +51363,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -49324,7 +51746,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -49431,7 +51853,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -49445,7 +51867,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -49460,7 +51882,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -49476,7 +51898,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -49504,7 +51926,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -49655,7 +52077,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -49675,7 +52097,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -49696,7 +52118,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -49718,7 +52140,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -49840,7 +52262,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -49860,7 +52282,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -49881,7 +52303,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -49903,7 +52325,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -49992,7 +52414,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -50057,7 +52479,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -50077,7 +52499,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -50098,7 +52520,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -50120,7 +52542,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -50257,7 +52679,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -50277,7 +52699,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -50298,7 +52720,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -50320,7 +52742,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -50489,7 +52911,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -50518,7 +52940,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -50779,7 +53201,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -50927,7 +53349,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -51119,7 +53541,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -51278,7 +53700,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -51307,7 +53729,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -51577,7 +53999,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -51755,7 +54177,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -52038,7 +54460,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -52369,7 +54791,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -52652,7 +55074,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -52983,7 +55405,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -53276,7 +55698,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -53623,7 +56045,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -53906,7 +56328,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -54237,7 +56659,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -54529,7 +56951,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -54875,7 +57297,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -55167,7 +57589,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -55196,7 +57618,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -55481,7 +57903,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -55768,7 +58190,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -55941,7 +58363,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -56039,7 +58461,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, "ValidateNotNullOrEmpty": true @@ -56049,7 +58471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity", "KeyVaultProperties": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties", @@ -56135,7 +58557,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -56259,7 +58681,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, "ValidateNotNullOrEmpty": true @@ -56275,7 +58697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity", "KeyVaultProperties": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties", @@ -56425,7 +58847,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, "ValidateNotNullOrEmpty": true @@ -56441,7 +58863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity", "KeyVaultProperties": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties", @@ -56696,7 +59118,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, "ValidateNotNullOrEmpty": true @@ -56712,7 +59134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity", "KeyVaultProperties": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties", @@ -56799,7 +59221,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -56879,7 +59301,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" }, "ValidateNotNullOrEmpty": true @@ -56895,7 +59317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity", "KeyVaultProperties": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties", @@ -56992,7 +59414,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -57090,7 +59512,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -57402,7 +59824,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -57556,7 +59978,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", "BackupOperators": "System.Collections.Generic.IList`1[System.String]", @@ -57818,7 +60240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDN": "System.String", "GroupDN": "System.String", @@ -57842,7 +60264,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -57868,7 +60290,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", "BackupOperators": "System.Collections.Generic.IList`1[System.String]", @@ -58261,7 +60683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDN": "System.String", "GroupDN": "System.String", @@ -58361,7 +60783,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -58667,7 +61089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDN": "System.String", "GroupDN": "System.String", @@ -59026,7 +61448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDN": "System.String", "GroupDN": "System.String", @@ -59111,7 +61533,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", "BackupOperators": "System.Collections.Generic.IList`1[System.String]", @@ -59427,7 +61849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDN": "System.String", "GroupDN": "System.String", @@ -59522,7 +61944,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -59659,7 +62081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -59678,7 +62100,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -59920,7 +62342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -60206,7 +62628,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -60330,7 +62752,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -60486,7 +62908,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -60512,7 +62934,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -60779,7 +63201,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -61189,7 +63611,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -61353,7 +63775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -61456,7 +63878,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -61482,7 +63904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -61672,7 +64094,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -61920,7 +64342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupVault, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "Tags": "System.Object", @@ -62022,7 +64444,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -62410,7 +64832,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -62574,7 +64996,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -62600,7 +65022,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -62881,7 +65303,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -63327,7 +65749,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -63505,7 +65927,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -63615,7 +66037,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -63629,7 +66051,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -63644,7 +66066,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -63660,7 +66082,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -63697,7 +66119,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -63723,7 +66145,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -63868,7 +66290,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -63888,7 +66310,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -63909,7 +66331,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -63931,7 +66353,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -64038,7 +66460,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccount, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", "Encryption": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", @@ -64088,7 +66510,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -64108,7 +66530,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -64129,7 +66551,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -64151,7 +66573,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -64258,7 +66680,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -64278,7 +66700,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -64299,7 +66721,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -64321,7 +66743,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -64443,7 +66865,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -64463,7 +66885,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -64484,7 +66906,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -64506,7 +66928,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -64595,7 +67017,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesSnapshotPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DailySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule", "HourlySchedule": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule", @@ -64645,7 +67067,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -64665,7 +67087,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -64686,7 +67108,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -64708,7 +67130,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -64807,7 +67229,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "VolumeBackups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup]", @@ -64945,7 +67367,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -65023,7 +67445,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -65462,7 +67884,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -65646,7 +68068,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -65788,7 +68210,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -65968,7 +68390,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -65980,7 +68402,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", @@ -66142,6 +68564,15 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "DesiredRansomwareProtectionState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "ResourceId", "Type": { @@ -66156,7 +68587,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -66185,7 +68616,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -66412,7 +68843,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -66430,7 +68861,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", @@ -66687,6 +69118,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DesiredRansomwareProtectionState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -66760,7 +69206,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesPool, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", "CoolAccess": "System.Nullable`1[System.Boolean]", @@ -66828,7 +69274,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -66846,7 +69292,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", @@ -67103,6 +69549,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DesiredRansomwareProtectionState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -67191,7 +69652,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -67209,7 +69670,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", @@ -67466,6 +69927,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DesiredRansomwareProtectionState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -67569,7 +70045,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -67587,7 +70063,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", @@ -67844,6 +70320,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DesiredRansomwareProtectionState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -67899,7 +70390,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -68016,7 +70507,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" } @@ -68034,7 +70525,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", @@ -68291,6 +70782,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DesiredRansomwareProtectionState", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -68356,7 +70862,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -68511,7 +71017,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -68589,7 +71095,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -69118,7 +71624,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -69332,7 +71838,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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseExistingSnapshot": "System.Nullable`1[System.Boolean]", "IsLargeVolume": "System.Nullable`1[System.Boolean]", @@ -69537,10 +72043,11 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Replication": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject", "Backup": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties", + "RansomwareProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRansomwareProperties", "VolumeRelocation": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRelocationProperties", "Snapshot": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot", "DestinationReplications": "System.Collections.Generic.IList`1[Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication]" @@ -69578,7 +72085,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplicationObject, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemotePath": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRemotePath", "DestinationReplications": "System.Collections.Generic.IList`1[Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication]", @@ -69621,7 +72128,7 @@ "Microsoft.Azure.Commands.NetAppFiles.Models.PSRemotePath": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRemotePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRemotePath, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSRemotePath, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExternalHostName": "System.String", "ServerName": "System.String", @@ -69665,7 +72172,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication" ] @@ -69673,7 +72180,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles.Models.PSNetAppFilesDestinationReplication, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String", "ReplicationType": "System.String", @@ -69713,7 +72220,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnforced": "System.Nullable`1[System.Boolean]", "BackupEnabled": "System.Nullable`1[System.Boolean]", @@ -69759,10 +72266,48 @@ "System.Boolean" ] }, + "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRansomwareProperties": { + "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRansomwareProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRansomwareProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DesiredRansomwareProtectionState": "System.String", + "ActualRansomwareProtectionState": "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.NetAppFiles.Models.PSNetAppFilesVolumeRelocationProperties": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRelocationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRelocationProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeRelocationProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RelocationRequested": "System.Nullable`1[System.Boolean]", "ReadyToBeFinalized": "System.Nullable`1[System.Boolean]" @@ -69800,7 +72345,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeSnapshot, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotPolicyId": "System.String" }, @@ -69837,7 +72382,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]" }, @@ -69874,13 +72419,13 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UnixReadOnly": "System.Nullable`1[System.Boolean]", "UnixReadWrite": "System.Nullable`1[System.Boolean]", @@ -69939,7 +72484,7 @@ "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "LastModifiedAt": "System.Nullable`1[System.DateTime]", @@ -69994,7 +72539,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs" ] @@ -70002,7 +72547,7 @@ "Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSKeyValuePairs, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Key": "System.String", "Value": "System.String" @@ -70199,7 +72744,7 @@ "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.NetAppFiles.Models.PSUserAssignedIdentity]", "TenantId": "System.Nullable`1[System.Guid]", @@ -70239,7 +72784,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.NetAppFiles.Models.PSUserAssignedIdentity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.NetAppFiles.Models.PSUserAssignedIdentity]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.NetAppFiles.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.NetAppFiles.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.NetAppFiles.Models.PSUserAssignedIdentity" @@ -70248,7 +72793,7 @@ "Microsoft.Azure.Commands.NetAppFiles.Models.PSUserAssignedIdentity": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSUserAssignedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -70299,7 +72844,7 @@ "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesAccountEncryption, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity", "KeyVaultProperties": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties", @@ -70338,7 +72883,7 @@ "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSEncryptionIdentity, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "UserAssignedIdentity": "System.String", @@ -70377,7 +72922,7 @@ "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesKeyVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyVaultId": "System.String", "KeyVaultUri": "System.String", @@ -70418,7 +72963,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory" ] @@ -70426,7 +72971,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesActiveDirectory, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LdapSearchScope": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", "BackupOperators": "System.Collections.Generic.IList`1[System.String]", @@ -70487,7 +73032,7 @@ "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesLdapSearchScopeOpt, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserDN": "System.String", "GroupDN": "System.String", @@ -70534,7 +73079,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup" ] @@ -70542,7 +73087,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeBackup, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyEnabled": "System.Nullable`1[System.Boolean]", "BackupsCount": "System.Nullable`1[System.Int32]", @@ -70638,10 +73183,104 @@ } ] }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspect]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspect]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspect, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspect" + ] + }, + "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspect": { + "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspect", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspect, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SuspectFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspectFile]", + "FileCount": "System.Nullable`1[System.Int32]", + "Extension": "System.String", + "Resolution": "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[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspectFile]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspectFile]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspectFile, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspectFile" + ] + }, + "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspectFile": { + "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspectFile", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesRansomwareSuspectFile, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "FileTimestamp": "System.Nullable`1[System.DateTime]", + "SuspectFileName": "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.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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesDailySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -70681,7 +73320,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesHourlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Minute": "System.Nullable`1[System.Int32]", @@ -70720,7 +73359,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -70761,7 +73400,7 @@ "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotsToKeep": "System.Nullable`1[System.Int32]", "Hour": "System.Nullable`1[System.Int32]", @@ -70802,7 +73441,7 @@ "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupMetaData": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupMetaData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupMetaData, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeGroupMetaData, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GlobalPlacementRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs]", "VolumesCount": "System.Nullable`1[System.Int64]", @@ -70907,7 +73546,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume" ] @@ -70915,7 +73554,7 @@ "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume": { "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.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolume, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataProtection": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeDataProtection", "ExportPolicy": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesVolumeExportPolicy", @@ -71015,10 +73654,60 @@ } ] }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesQuotaReport]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesQuotaReport]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesQuotaReport, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesQuotaReport" + ] + }, + "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesQuotaReport": { + "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", + "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesQuotaReport", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesQuotaReport, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsDerivedQuota": "System.Nullable`1[System.Boolean]", + "PercentageUsed": "System.Nullable`1[System.Double]", + "QuotaLimitUsedInKiBs": "System.Nullable`1[System.Int64]", + "QuotaLimitTotalInKiBs": "System.Nullable`1[System.Int64]", + "QuotaType": "System.String", + "QuotaTarget": "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.NetAppFiles.Models.PSANFKeyVaultPrivateEndpoint": { "Namespace": "Microsoft.Azure.Commands.NetAppFiles.Models", "Name": "Microsoft.Azure.Commands.NetAppFiles.Models.PSANFKeyVaultPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSANFKeyVaultPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=0.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.NetAppFiles.Models.PSANFKeyVaultPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.NetAppFiles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkId": "System.String", "PrivateEndpointId": "System.String" diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Network.json b/tools/Tools.Common/SerializedCmdlets/Az.Network.json index f3f7e97aa6da..ba046211c9f8 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Network.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Network.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Network", - "ModuleVersion": "7.25.1", + "ModuleVersion": "7.26.0", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -129,7 +129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -265,7 +265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -437,7 +437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -550,7 +550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -697,7 +697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -886,7 +886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -999,7 +999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -1132,7 +1132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -1154,7 +1154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -1182,7 +1182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": true @@ -1192,7 +1192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -1321,7 +1321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -1490,7 +1490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -1524,7 +1524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -1558,7 +1558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": true @@ -1574,7 +1574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -1778,7 +1778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -1891,7 +1891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -2020,7 +2020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -2048,7 +2048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -2126,7 +2126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -2291,7 +2291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -2325,7 +2325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -2445,7 +2445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -2491,7 +2491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -2627,7 +2627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -2799,7 +2799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -2912,7 +2912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -3019,7 +3019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -3072,7 +3072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -3112,7 +3112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -3177,7 +3177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -3402,7 +3402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -3567,7 +3567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -3617,7 +3617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -3663,7 +3663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -3687,7 +3687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -3844,7 +3844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -3957,7 +3957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -4093,7 +4093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -4265,7 +4265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -4378,7 +4378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -4476,7 +4476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -4509,7 +4509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -4544,7 +4544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -4571,7 +4571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -4600,7 +4600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -4665,7 +4665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -4713,7 +4713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -4883,7 +4883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -5023,7 +5023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -5193,7 +5193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -5258,7 +5258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -5288,7 +5288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -5311,7 +5311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -5344,7 +5344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -5370,7 +5370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -5396,7 +5396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -5566,7 +5566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -5638,7 +5638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -5684,7 +5684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -5771,7 +5771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -5894,7 +5894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -6007,7 +6007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -6105,7 +6105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -6187,7 +6187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -6352,7 +6352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -6502,7 +6502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -6552,7 +6552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -6709,7 +6709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -6822,7 +6822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -6920,7 +6920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -6953,7 +6953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -6979,7 +6979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -7008,7 +7008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -7089,7 +7089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -7334,7 +7334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -7519,7 +7519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -7549,7 +7549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -7572,7 +7572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -7598,7 +7598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -7624,7 +7624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -7816,7 +7816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -7929,7 +7929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -8018,7 +8018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -8066,7 +8066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -8167,7 +8167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -8239,7 +8239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -8352,7 +8352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -8544,7 +8544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -8596,7 +8596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -8860,7 +8860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -8936,7 +8936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -9049,7 +9049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -9162,7 +9162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -9264,7 +9264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -9486,7 +9486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -9693,7 +9693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -9730,7 +9730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -9952,7 +9952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -10166,7 +10166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -10279,7 +10279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -10404,7 +10404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10448,7 +10448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10488,7 +10488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -10517,7 +10517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10551,7 +10551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -10578,7 +10578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -10643,7 +10643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -10922,7 +10922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -11111,7 +11111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11152,7 +11152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11189,7 +11189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -11215,7 +11215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11246,7 +11246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -11270,7 +11270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -11303,7 +11303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -11499,7 +11499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -11612,7 +11612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -11701,7 +11701,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -11751,7 +11751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -11852,7 +11852,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -11926,7 +11926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -12039,7 +12039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -12164,7 +12164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -12198,7 +12198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -12233,7 +12233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -12291,7 +12291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -12525,7 +12525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -12714,7 +12714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -12745,7 +12745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -12777,7 +12777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -12803,7 +12803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -12999,7 +12999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -13112,7 +13112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -13266,7 +13266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -13468,7 +13468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -13581,7 +13581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -13670,7 +13670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -13688,7 +13688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -13701,7 +13701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": true @@ -13749,7 +13749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -13850,7 +13850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -13874,7 +13874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -13893,7 +13893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": true @@ -13965,7 +13965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -14078,7 +14078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -14214,7 +14214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -14386,7 +14386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -14499,7 +14499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -14635,7 +14635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -14807,7 +14807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -14920,7 +14920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -15009,7 +15009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -15028,7 +15028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -15057,7 +15057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -15092,7 +15092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -15128,7 +15128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -15193,7 +15193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -15294,7 +15294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -15404,7 +15404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -15505,7 +15505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -15570,7 +15570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -15596,7 +15596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -15637,7 +15637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -15661,7 +15661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -15762,7 +15762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -15827,7 +15827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -15851,7 +15851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -15884,7 +15884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -15985,7 +15985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -16080,7 +16080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -16181,7 +16181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -16253,7 +16253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -16376,7 +16376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -16488,7 +16488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -16594,7 +16594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -16679,7 +16679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -16775,7 +16775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -16880,7 +16880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -16965,7 +16965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17101,7 +17101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17278,7 +17278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17432,7 +17432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17508,7 +17508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17629,7 +17629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17798,7 +17798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17883,7 +17883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -18022,7 +18022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -18122,7 +18122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -18425,7 +18425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -18698,7 +18698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -18744,7 +18744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -19024,7 +19024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -19098,7 +19098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -19292,7 +19292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -19561,7 +19561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -19621,7 +19621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -19709,7 +19709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -19806,7 +19806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -19878,7 +19878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -19926,7 +19926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -19974,7 +19974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -20034,7 +20034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -20106,7 +20106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -20178,7 +20178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -20267,7 +20267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20320,7 +20320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -20369,7 +20369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -20451,7 +20451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -20625,7 +20625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20675,7 +20675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -20864,7 +20864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -21019,7 +21019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -21159,7 +21159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -21205,7 +21205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -21360,7 +21360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -21500,7 +21500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -21541,7 +21541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -21688,7 +21688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -21760,7 +21760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -21880,7 +21880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -21954,7 +21954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -22183,7 +22183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -22397,7 +22397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -22439,7 +22439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -22660,7 +22660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -22732,7 +22732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -22843,7 +22843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -22912,7 +22912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -22979,7 +22979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -23244,7 +23244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -23479,7 +23479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -23521,7 +23521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -23556,7 +23556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -23798,7 +23798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -23870,7 +23870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -23954,7 +23954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -23973,7 +23973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -24040,7 +24040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -24160,7 +24160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -24240,7 +24240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -24360,7 +24360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -24425,7 +24425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -24460,7 +24460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -24580,7 +24580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -24652,7 +24652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -24724,7 +24724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -24876,7 +24876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -25100,7 +25100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -25172,7 +25172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -25310,7 +25310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -25356,7 +25356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -25375,7 +25375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -25437,7 +25437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -25727,7 +25727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -25971,7 +25971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -26013,7 +26013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -26029,7 +26029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -26059,7 +26059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -26310,7 +26310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -26409,7 +26409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -26506,7 +26506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -26559,7 +26559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -26609,7 +26609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -26629,7 +26629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -26649,7 +26649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -26669,7 +26669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -26741,7 +26741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -27017,7 +27017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -27184,7 +27184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -27234,7 +27234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -27280,7 +27280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -27296,7 +27296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -27312,7 +27312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -27328,7 +27328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -27374,7 +27374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -27548,7 +27548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -27638,7 +27638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -27701,7 +27701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -27766,7 +27766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -27896,7 +27896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -28011,7 +28011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -28044,7 +28044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -28166,7 +28166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -28255,7 +28255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -28352,7 +28352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -28362,7 +28362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -28480,7 +28480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -28721,7 +28721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -28737,7 +28737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -28768,7 +28768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -29056,7 +29056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -29304,7 +29304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -29371,7 +29371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -29471,7 +29471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -29619,7 +29619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -29685,7 +29685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -29801,7 +29801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -29971,7 +29971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualRouterAutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", "AllowBranchToBranchTraffic": "System.Boolean", @@ -30453,7 +30453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -30503,7 +30503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -30586,7 +30586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -30711,7 +30711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -30786,7 +30786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -30892,7 +30892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -31025,7 +31025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -31269,7 +31269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -31328,7 +31328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" }, "ValidateNotNullOrEmpty": false @@ -31401,7 +31401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" }, "ValidateNotNullOrEmpty": false @@ -31489,7 +31489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -31581,7 +31581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -31667,7 +31667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -31720,7 +31720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -31798,7 +31798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -31972,7 +31972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -32116,7 +32116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -32166,7 +32166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -32212,7 +32212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -32363,7 +32363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -32446,7 +32446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -32643,7 +32643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -32909,7 +32909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -32997,7 +32997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -33053,7 +33053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": false @@ -33072,7 +33072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -33112,7 +33112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -33153,7 +33153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "SourceVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -33198,7 +33198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -33210,7 +33210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" }, "ValidateNotNullOrEmpty": false @@ -33220,7 +33220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -33230,7 +33230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -33258,7 +33258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -33333,7 +33333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -33401,7 +33401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": false @@ -33433,7 +33433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -33451,7 +33451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" }, "ValidateNotNullOrEmpty": false @@ -33467,7 +33467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -33483,7 +33483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -33529,7 +33529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -33675,7 +33675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -33743,7 +33743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": false @@ -33775,7 +33775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -33793,7 +33793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" }, "ValidateNotNullOrEmpty": false @@ -33809,7 +33809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -33825,7 +33825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -33871,7 +33871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -33954,7 +33954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -33991,7 +33991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -34026,7 +34026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "SourceVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -34082,7 +34082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -34150,7 +34150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": false @@ -34182,7 +34182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -34200,7 +34200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" }, "ValidateNotNullOrEmpty": false @@ -34216,7 +34216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -34232,7 +34232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -34278,7 +34278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -34368,7 +34368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -34847,7 +34847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -35092,7 +35092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -35337,7 +35337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -35763,7 +35763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -35821,7 +35821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -36101,7 +36101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -36527,7 +36527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -36635,7 +36635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -36949,7 +36949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -37062,7 +37062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCommit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCommit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCommit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocations": "System.Collections.Generic.IList`1[System.String]", "ConfigurationIds": "System.Collections.Generic.IList`1[System.String]", @@ -37348,7 +37348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -37447,7 +37447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -37787,7 +37787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -38022,7 +38022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -38141,7 +38141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -38519,7 +38519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -38781,7 +38781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusAuthServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusAuthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusAuthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RadiusServerAddress": "System.String", "RadiusServerSecret": "System.String" @@ -38975,7 +38975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -39201,7 +39201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -39462,7 +39462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -39521,7 +39521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -39654,7 +39654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -39796,7 +39796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -39842,7 +39842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -39960,7 +39960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -40102,7 +40102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableServerVariable": "System.Collections.Generic.IList`1[System.String]", "AvailableRequestHeader": "System.Collections.Generic.IList`1[System.String]", @@ -40318,7 +40318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PredefinedPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "AvailableCipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -40476,7 +40476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]", "ValueText": "System.String" @@ -40620,7 +40620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -40690,7 +40690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -40823,7 +40823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -40965,7 +40965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]", "BackendAddressPoolsText": "System.String" @@ -41304,7 +41304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -41393,7 +41393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -41526,7 +41526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -41671,7 +41671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -41750,7 +41750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -41883,7 +41883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -42025,7 +42025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -42071,7 +42071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -42129,7 +42129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -42211,7 +42211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -42257,7 +42257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -42330,7 +42330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -42427,7 +42427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -42482,7 +42482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -42615,7 +42615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -42757,7 +42757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -42965,7 +42965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -43031,7 +43031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -43164,7 +43164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -43306,7 +43306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -43365,7 +43365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -43498,7 +43498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -43640,7 +43640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -43713,7 +43713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -43846,7 +43846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -43988,7 +43988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -44043,7 +44043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -44127,7 +44127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -44220,7 +44220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -44268,7 +44268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -44386,7 +44386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -44528,7 +44528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -44588,7 +44588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -44721,7 +44721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -44863,7 +44863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -44931,7 +44931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -45064,7 +45064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -45206,7 +45206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -45257,7 +45257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -45384,7 +45384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -45541,7 +45541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -45611,7 +45611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -45744,7 +45744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -45886,7 +45886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -45955,7 +45955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -46088,7 +46088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -46230,7 +46230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -46302,7 +46302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -46435,7 +46435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -46577,7 +46577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -46641,7 +46641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -46774,7 +46774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -46916,7 +46916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -46982,7 +46982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -47115,7 +47115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -47257,7 +47257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Name": "System.String", @@ -47305,7 +47305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -47423,7 +47423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -47565,7 +47565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -47627,7 +47627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -47760,7 +47760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -47902,7 +47902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -47953,7 +47953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -48071,7 +48071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -48213,7 +48213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CipherSuites": "System.Collections.Generic.List`1[System.String]", "MinProtocolVersion": "System.String", @@ -48384,7 +48384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -48446,7 +48446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -48579,7 +48579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -48721,7 +48721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -48772,7 +48772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -48830,7 +48830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -48912,7 +48912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ValidatedCertData": "System.String", @@ -48973,7 +48973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -49106,7 +49106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -49248,7 +49248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -49307,7 +49307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -49440,7 +49440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -49582,7 +49582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -49649,7 +49649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -49782,7 +49782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -49924,7 +49924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWafDynamicManifests", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWafDynamicManifests, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWafDynamicManifests, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallManifestRuleSet]", "DefaultRuleSetVersion": "System.String", @@ -50089,7 +50089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -50144,7 +50144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -50262,7 +50262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -50404,7 +50404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -50606,7 +50606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkService": "System.String" }, @@ -50793,7 +50793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -50984,7 +50984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -51150,7 +51150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -51317,7 +51317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -51419,7 +51419,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSBastion]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSBastion" ] @@ -51771,7 +51771,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink" ] @@ -51818,7 +51818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -52123,7 +52123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -52333,7 +52333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpCommunities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]", "Name": "System.String", @@ -52477,7 +52477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -52817,7 +52817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "PublicIPAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -53072,7 +53072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -53131,7 +53131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53228,7 +53228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53334,7 +53334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Association": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53528,7 +53528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "AddressPrefix": "System.Collections.Generic.List`1[System.String]", @@ -53745,7 +53745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53969,7 +53969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Age": "System.Nullable`1[System.Int32]", "InterfaceProperty": "System.String", @@ -54053,7 +54053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -54154,7 +54154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -54225,7 +54225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -54284,7 +54284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54380,7 +54380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54485,7 +54485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54551,7 +54551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54647,7 +54647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54752,7 +54752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeeringPrefixConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringPrefixConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringPrefixConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Prefix": "System.String", "ValidationId": "System.String", @@ -54800,7 +54800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54921,7 +54921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -55090,7 +55090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -55169,7 +55169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -55265,7 +55265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -55370,7 +55370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "Network": "System.String", @@ -55455,7 +55455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -55556,7 +55556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -55627,7 +55627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "V": "System.Nullable`1[System.Int32]", "AsProperty": "System.Nullable`1[System.Int32]", @@ -55712,7 +55712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -55813,7 +55813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -55884,7 +55884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryBytesIn": "System.Nullable`1[System.Int64]", "PrimaryBytesOut": "System.Nullable`1[System.Int64]", @@ -56119,7 +56119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -56195,7 +56195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -56387,7 +56387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -56650,7 +56650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -56857,7 +56857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Age": "System.Nullable`1[System.Int32]", "InterfaceProperty": "System.String", @@ -56927,7 +56927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -56973,7 +56973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -57078,7 +57078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -57146,7 +57146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -57204,7 +57204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -57292,7 +57292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -57367,7 +57367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -57440,7 +57440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -57525,7 +57525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -57619,7 +57619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "Network": "System.String", @@ -57690,7 +57690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -57736,7 +57736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -57841,7 +57841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -57909,7 +57909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -57967,7 +57967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -58055,7 +58055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -58130,7 +58130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -58217,7 +58217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -58263,7 +58263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -58368,7 +58368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -58436,7 +58436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -58494,7 +58494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -58582,7 +58582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Primary", @@ -58657,7 +58657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -58996,7 +58996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -59334,7 +59334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -59394,7 +59394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -59482,7 +59482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -59579,7 +59579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -59627,7 +59627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -59700,7 +59700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -59797,7 +59797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", "RouterName": "System.String", @@ -59862,7 +59862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -59959,7 +59959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -60049,7 +60049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -60154,7 +60154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -60251,7 +60251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableBandwidths": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]", "Tag": "System.Collections.Hashtable", @@ -60427,7 +60427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BandwidthsOffered": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]", "PeeringLocations": "System.Collections.Generic.List`1[System.String]", @@ -60573,7 +60573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration", "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", @@ -60581,6 +60581,7 @@ "LearnedIPPrefixes": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", @@ -60590,28 +60591,29 @@ "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "NetworkRuleCollectionsText": "System.String", + "ThreatIntelWhitelistText": "System.String", + "PrivateRangeText": "System.String", + "DNSServersText": "System.String", "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "PrivateRangeText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "Name": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "NatRuleCollectionsText": "System.String", - "EnableFatFlowLogging": "System.String", - "ManagementIpConfigurationText": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "EnableDnstapLogging": "System.String", "IpConfigurationsText": "System.String", + "ExtendedLocationText": "System.String", "RouteServerId": "System.String", "EnableUDPLogOptimization": "System.String", - "EnableDnstapLogging": "System.String", "Etag": "System.String", + "EnableFatFlowLogging": "System.String", "AllowActiveFTP": "System.String", "ProvisioningState": "System.String", "DNSEnableProxy": "System.String", "ThreatIntelMode": "System.String", - "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", "Id": "System.String", "DNSServer": "System.String[]", "PrivateRange": "System.String[]" @@ -60902,7 +60904,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall" ] @@ -61066,7 +61068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "FqdnTagName": "System.String", @@ -61117,7 +61119,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag" ] @@ -61227,7 +61229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpPrefixes": "System.Collections.Generic.IList`1[System.String]" }, @@ -61269,7 +61271,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix" ] @@ -61433,7 +61435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -61772,7 +61774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -61856,7 +61858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -62073,7 +62075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -62220,7 +62222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -62296,7 +62298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -62494,7 +62496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -62705,7 +62707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft", "Name": "System.String" @@ -62778,7 +62780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -62970,7 +62972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -63181,7 +63183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -63578,7 +63580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -63631,7 +63633,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSIpGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSIpGroup" ] @@ -63917,7 +63919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -64292,7 +64294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRulePortMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRulePortMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRulePortMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendPort": "System.Nullable`1[System.Int32]", "BackendPort": "System.Nullable`1[System.Int32]", @@ -64367,7 +64369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -64610,7 +64612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -64914,7 +64916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -65023,7 +65025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -65218,7 +65220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -65432,7 +65434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -65514,7 +65516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -65600,7 +65602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -65716,7 +65718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -65809,7 +65811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -65895,7 +65897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -66011,7 +66013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -66080,7 +66082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -66166,7 +66168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -66282,7 +66284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -66352,7 +66354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -66438,7 +66440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -66554,7 +66556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -66614,7 +66616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -66700,7 +66702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -66816,7 +66818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -66893,7 +66895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -66979,7 +66981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -67095,7 +67097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -67168,7 +67170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -67254,7 +67256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -67370,7 +67372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerHealthPerRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerHealthPerRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerHealthPerRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerHealthPerRulePerBackendAddress]", "Tag": "System.Collections.Hashtable", @@ -67642,7 +67644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -67850,7 +67852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "SourceVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -68252,7 +68254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -69039,7 +69041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -69139,7 +69141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -69237,7 +69239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -69344,7 +69346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -69683,7 +69685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkManagerScopes": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -70022,7 +70024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfigurationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfigurationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfigurationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration]", "SkipToken": "System.String", @@ -70261,7 +70263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveSecurityAdminRuleResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveSecurityAdminRuleResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveSecurityAdminRuleResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule]", "SkipToken": "System.String", @@ -70500,7 +70502,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSPoolAssociation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSPoolAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSPoolAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSPoolAssociation" ] @@ -70810,7 +70812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectivityCapability": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -71220,7 +71222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatusResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatusResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatusResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus]", "SkipToken": "System.String", @@ -71485,7 +71487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfigurationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfigurationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfigurationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration]", "SkipToken": "System.String", @@ -71698,7 +71700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveSecurityAdminRuleResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveSecurityAdminRuleResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveSecurityAdminRuleResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule]", "SkipToken": "System.String", @@ -71911,7 +71913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -72314,7 +72316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPoolProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -72750,7 +72752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidrProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -73221,7 +73223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSPoolUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSPoolUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSPoolUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "AllocatedAddressPrefixes": "System.Collections.Generic.List`1[System.String]", @@ -73571,7 +73573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -73921,7 +73923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -74355,7 +74357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination", "NextHop": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop", @@ -74879,7 +74881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesTo": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem]", @@ -75364,7 +75366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -75769,7 +75771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ApplyOnNetworkIntentPolicyBasedServices": "System.Collections.Generic.List`1[System.String]", @@ -76176,7 +76178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -76700,7 +76702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -77171,7 +77173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -77604,7 +77606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Sources": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem]", @@ -78136,7 +78138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem]", @@ -78620,7 +78622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerStaticMember", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerStaticMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerStaticMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -79078,7 +79080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -79374,7 +79376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspaceProperties", @@ -79804,7 +79806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntentProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -80269,7 +80271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRun, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRun, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRunProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -80740,7 +80742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -81253,7 +81255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -81636,7 +81638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -81706,7 +81708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -81799,7 +81801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -81907,7 +81909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Values": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]", "Name": "System.String", @@ -82075,7 +82077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceType": "System.String" }, @@ -82238,7 +82240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Delegation": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties", @@ -82581,7 +82583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceBootDiagnosticsOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceBootDiagnosticsOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceBootDiagnosticsOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Commands.Network.Models.ApiErrorCode", "InstanceId": "System.Int32", @@ -83122,7 +83124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "PropagateStaticRoutes": "System.Boolean", @@ -83203,7 +83205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Delegation": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties", @@ -83413,7 +83415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Delegation": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties", @@ -83689,7 +83691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableScaleUnits": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances]", "AvailableVersions": "System.Collections.Generic.IList`1[System.String]", @@ -83906,7 +83908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -84230,7 +84232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -84288,7 +84290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -84347,7 +84349,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -84454,7 +84456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -84847,7 +84849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -84915,7 +84917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -85022,7 +85024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -85415,7 +85417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLog", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -85468,7 +85470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -85575,7 +85577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -85973,7 +85975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NextHopType": "System.String", "NextHopIpAddress": "System.String", @@ -86020,7 +86022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -86154,7 +86156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -86732,7 +86734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", "CaptureSettings": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings", @@ -86811,7 +86813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -86918,7 +86920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -87316,7 +87318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Countries": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]", "CountriesText": "System.String" @@ -87362,7 +87364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -87507,7 +87509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -88230,7 +88232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderLocation": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation", "ReachabilityReport": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]", @@ -88279,7 +88281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -88452,7 +88454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -89405,7 +89407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]", "NetworkInterfacesText": "System.String" @@ -89451,7 +89453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -89558,7 +89560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -89956,7 +89958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopology", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopology, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopology, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Resources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]", "CreatedDateTime": "System.Nullable`1[System.DateTime]", @@ -90005,7 +90007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -90103,7 +90105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -90441,7 +90443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", "Tag": "System.Collections.Hashtable", @@ -90503,7 +90505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -90601,7 +90603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -90939,7 +90941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -91203,7 +91205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -91292,7 +91294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -91456,7 +91458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -91663,7 +91665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SasUrl": "System.String" }, @@ -91732,7 +91734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -91946,7 +91948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -92246,7 +92248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProfileUrl": "System.String" }, @@ -92315,7 +92317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -92511,7 +92513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -92775,7 +92777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", "ProvisioningState": "System.String", @@ -93125,7 +93127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -93515,7 +93517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -94029,7 +94031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequiredMembers": "System.Collections.Generic.List`1[System.String]", "RequiredZoneNames": "System.Collections.Generic.List`1[System.String]", @@ -94441,7 +94443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -94816,7 +94818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -95527,7 +95529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -95865,7 +95867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -95916,7 +95918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -95989,7 +95991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -96092,7 +96094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -96461,7 +96463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -96520,7 +96522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -96598,7 +96600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -96685,7 +96687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRule]", "AssociatedInboundConnections": "System.Collections.Generic.List`1[System.String]", @@ -96765,7 +96767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -96977,7 +96979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -97255,7 +97257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualRouterAutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", "AllowBranchToBranchTraffic": "System.Boolean", @@ -97597,7 +97599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -97941,7 +97943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -98022,7 +98024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -98198,7 +98200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -98356,7 +98358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -98437,7 +98439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -98613,7 +98615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -98771,7 +98773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -99141,7 +99143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -99218,7 +99220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -99431,7 +99433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -99709,7 +99711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destinations": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -99758,7 +99760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -99822,7 +99824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -99916,7 +99918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -100243,7 +100245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -100573,7 +100575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -100633,7 +100635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -100711,7 +100713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -100798,7 +100800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteList", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRoute]", "ValueText": "System.String" @@ -100870,7 +100872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -101098,7 +101100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -101409,7 +101411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRouteList", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRouteList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRouteList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRoute]", "ValueText": "System.String" @@ -101481,7 +101483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -101709,7 +101711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -102020,7 +102022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRouteList", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRouteList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRouteList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRoute]", "ValueText": "System.String" @@ -102092,7 +102094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -102320,7 +102322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -102631,7 +102633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -102713,7 +102715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -102926,7 +102928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103204,7 +103206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -103548,7 +103550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103822,7 +103824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -103912,7 +103914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -104129,7 +104131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -104349,7 +104351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -104426,7 +104428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -104639,7 +104641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -104917,7 +104919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -104995,7 +104997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -105207,7 +105209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -105485,7 +105487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -105867,7 +105869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "IPConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration]", @@ -106196,7 +106198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Id": "System.String", @@ -106361,7 +106363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -106601,7 +106603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -106848,7 +106850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Asn": "System.Nullable`1[System.Int32]", "RoutesReceived": "System.Nullable`1[System.Int64]", @@ -107096,7 +107098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -107334,7 +107336,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa" ] @@ -107372,7 +107374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -107583,7 +107585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -108254,7 +108256,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails" ] @@ -108509,7 +108511,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverSingleTestDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverSingleTestDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverSingleTestDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverSingleTestDetails" ] @@ -108764,7 +108766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -108987,7 +108989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -109068,7 +109070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -109297,7 +109299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -109592,7 +109594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayResiliencyInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayResiliencyInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayResiliencyInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Components": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResiliencyRecommendationComponents]", "Tag": "System.Collections.Hashtable", @@ -109883,7 +109885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayRouteSetsInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRouteSetsInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRouteSetsInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CircuitsMetadataMap": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSCircuitMetadataMap]", "RouteSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSGatewayRouteSet]", @@ -110334,7 +110336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnConnectionDuration": "System.Nullable`1[System.Int64]", "MaxBandwidth": "System.Nullable`1[System.Int64]", @@ -110417,7 +110419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -110714,7 +110716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -110914,7 +110916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -111154,7 +111156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -111268,7 +111270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -111376,7 +111378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -111597,7 +111599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -111921,7 +111923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "Microsoft.Azure.Commands.Network.Models.PSUsageName", "CurrentValue": "System.Double", @@ -112113,7 +112115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -112452,7 +112454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -112796,7 +112798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -112877,7 +112879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -113053,7 +113055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -113211,7 +113213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -113292,7 +113294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -113468,7 +113470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -113626,7 +113628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -113880,7 +113882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SasUrl": "System.String" }, @@ -113950,7 +113952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -114005,7 +114007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite" }, "ValidateNotNullOrEmpty": true @@ -114087,7 +114089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite" }, "ValidateNotNullOrEmpty": true @@ -114284,7 +114286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -114314,7 +114316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite" }, "ValidateNotNullOrEmpty": true @@ -114397,7 +114399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -114525,7 +114527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite" }, "ValidateNotNullOrEmpty": true @@ -114774,7 +114776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnServerConfigurationResourceIds": "System.Collections.Generic.List`1[System.String]", "VpnServerConfigurationResourceIdsText": "System.String" @@ -114844,7 +114846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -115003,7 +115005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -115205,7 +115207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProfileUrl": "System.String" }, @@ -115274,7 +115276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -115310,7 +115312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -115446,7 +115448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -115682,7 +115684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -115712,7 +115714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -115832,7 +115834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -115963,7 +115965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -116256,7 +116258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnProfileSASUrl": "System.String" }, @@ -116449,7 +116451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -116836,7 +116838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -117057,7 +117059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -117278,7 +117280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -117368,7 +117370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -117567,7 +117569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -117832,7 +117834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118093,7 +118095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -118178,7 +118180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118377,7 +118379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118642,7 +118644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -118917,7 +118919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDefault": "System.Boolean", "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -119010,7 +119012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -119278,7 +119280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -119489,7 +119491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -119750,7 +119752,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa" ] @@ -119815,7 +119817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UsePolicyBasedTrafficSelectors": "System.Boolean", @@ -120042,7 +120044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UsePolicyBasedTrafficSelectors": "System.Boolean", @@ -120296,7 +120298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Flags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags]", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule]", @@ -120360,7 +120362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration", "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", @@ -120368,6 +120370,7 @@ "LearnedIPPrefixes": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", @@ -120377,28 +120380,29 @@ "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "NetworkRuleCollectionsText": "System.String", + "ThreatIntelWhitelistText": "System.String", + "PrivateRangeText": "System.String", + "DNSServersText": "System.String", "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "PrivateRangeText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "Name": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "NatRuleCollectionsText": "System.String", - "EnableFatFlowLogging": "System.String", - "ManagementIpConfigurationText": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "EnableDnstapLogging": "System.String", "IpConfigurationsText": "System.String", + "ExtendedLocationText": "System.String", "RouteServerId": "System.String", "EnableUDPLogOptimization": "System.String", - "EnableDnstapLogging": "System.String", "Etag": "System.String", + "EnableFatFlowLogging": "System.String", "AllowActiveFTP": "System.String", "ProvisioningState": "System.String", "DNSEnableProxy": "System.String", "ThreatIntelMode": "System.String", - "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", "Id": "System.String", "DNSServer": "System.String[]", "PrivateRange": "System.String[]" @@ -120411,7 +120415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Flags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags]", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule]", @@ -120479,7 +120483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration", "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", @@ -120487,6 +120491,7 @@ "LearnedIPPrefixes": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", @@ -120496,28 +120501,29 @@ "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "NetworkRuleCollectionsText": "System.String", + "ThreatIntelWhitelistText": "System.String", + "PrivateRangeText": "System.String", + "DNSServersText": "System.String", "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "PrivateRangeText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "Name": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "NatRuleCollectionsText": "System.String", - "EnableFatFlowLogging": "System.String", - "ManagementIpConfigurationText": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "EnableDnstapLogging": "System.String", "IpConfigurationsText": "System.String", + "ExtendedLocationText": "System.String", "RouteServerId": "System.String", "EnableUDPLogOptimization": "System.String", - "EnableDnstapLogging": "System.String", "Etag": "System.String", + "EnableFatFlowLogging": "System.String", "AllowActiveFTP": "System.String", "ProvisioningState": "System.String", "DNSEnableProxy": "System.String", "ThreatIntelMode": "System.String", - "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", "Id": "System.String", "DNSServer": "System.String[]", "PrivateRange": "System.String[]" @@ -120536,7 +120542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Flags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags]", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule]", @@ -120634,7 +120640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "Message": "System.String" @@ -120680,7 +120686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration", "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", @@ -120688,6 +120694,7 @@ "LearnedIPPrefixes": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", @@ -120697,28 +120704,29 @@ "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "NetworkRuleCollectionsText": "System.String", + "ThreatIntelWhitelistText": "System.String", + "PrivateRangeText": "System.String", + "DNSServersText": "System.String", "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "PrivateRangeText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "Name": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "NatRuleCollectionsText": "System.String", - "EnableFatFlowLogging": "System.String", - "ManagementIpConfigurationText": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "EnableDnstapLogging": "System.String", "IpConfigurationsText": "System.String", + "ExtendedLocationText": "System.String", "RouteServerId": "System.String", "EnableUDPLogOptimization": "System.String", - "EnableDnstapLogging": "System.String", "Etag": "System.String", + "EnableFatFlowLogging": "System.String", "AllowActiveFTP": "System.String", "ProvisioningState": "System.String", "DNSEnableProxy": "System.String", "ThreatIntelMode": "System.String", - "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", "Id": "System.String", "DNSServer": "System.String[]", "PrivateRange": "System.String[]" @@ -120731,7 +120739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Flags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags]", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule]", @@ -120799,7 +120807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration", "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", @@ -120807,6 +120815,7 @@ "LearnedIPPrefixes": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", @@ -120816,28 +120825,29 @@ "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "NetworkRuleCollectionsText": "System.String", + "ThreatIntelWhitelistText": "System.String", + "PrivateRangeText": "System.String", + "DNSServersText": "System.String", "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "PrivateRangeText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "Name": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "NatRuleCollectionsText": "System.String", - "EnableFatFlowLogging": "System.String", - "ManagementIpConfigurationText": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "EnableDnstapLogging": "System.String", "IpConfigurationsText": "System.String", + "ExtendedLocationText": "System.String", "RouteServerId": "System.String", "EnableUDPLogOptimization": "System.String", - "EnableDnstapLogging": "System.String", "Etag": "System.String", + "EnableFatFlowLogging": "System.String", "AllowActiveFTP": "System.String", "ProvisioningState": "System.String", "DNSEnableProxy": "System.String", "ThreatIntelMode": "System.String", - "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", "Id": "System.String", "DNSServer": "System.String[]", "PrivateRange": "System.String[]" @@ -120856,7 +120866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Flags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags]", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule]", @@ -120954,7 +120964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]", "ResultsText": "System.String" @@ -121000,7 +121010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -121078,7 +121088,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile" ] @@ -121137,7 +121147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -121194,7 +121204,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile" ] @@ -121339,7 +121349,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile" ] @@ -121466,7 +121476,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile" ] @@ -121593,7 +121603,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile" ] @@ -121705,7 +121715,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile" ] @@ -121794,7 +121804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -121907,7 +121917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -122119,7 +122129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -122398,7 +122408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -122511,7 +122521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -122723,7 +122733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -123002,7 +123012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -123115,7 +123125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -123327,7 +123337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -123606,7 +123616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -123719,7 +123729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -123787,7 +123797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceUrl": "System.String", "MigrationType": "System.String" @@ -123877,7 +123887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceUrl": "System.String", "MigrationType": "System.String" @@ -123963,7 +123973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -124028,7 +124038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceUrl": "System.String", "MigrationType": "System.String" @@ -124126,7 +124136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceUrl": "System.String", "MigrationType": "System.String" @@ -124209,7 +124219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceUrl": "System.String", "MigrationType": "System.String" @@ -124299,7 +124309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -124643,7 +124653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -124786,7 +124796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Name": "System.String", @@ -124801,7 +124811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -124819,7 +124829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -124829,7 +124839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" }, "ValidateNotNullOrEmpty": false @@ -124839,7 +124849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": false @@ -124849,7 +124859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -124859,7 +124869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": false @@ -124869,7 +124879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -124879,7 +124889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" }, "ValidateNotNullOrEmpty": false @@ -124889,7 +124899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" }, "ValidateNotNullOrEmpty": false @@ -124899,7 +124909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -124909,7 +124919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" }, "ValidateNotNullOrEmpty": false @@ -124919,7 +124929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" }, "ValidateNotNullOrEmpty": false @@ -124929,7 +124939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" }, "ValidateNotNullOrEmpty": false @@ -124939,7 +124949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" }, "ValidateNotNullOrEmpty": false @@ -124949,7 +124959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" }, "ValidateNotNullOrEmpty": false @@ -124959,7 +124969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" }, "ValidateNotNullOrEmpty": false @@ -124969,7 +124979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -124979,7 +124989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -124989,7 +124999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" }, "ValidateNotNullOrEmpty": false @@ -124999,7 +125009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" }, "ValidateNotNullOrEmpty": false @@ -125009,7 +125019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -125040,7 +125050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -125067,7 +125077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -125162,7 +125172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -125195,7 +125205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -125205,7 +125215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -125301,7 +125311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Name": "System.String", @@ -125322,7 +125332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -125346,7 +125356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -125362,7 +125372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" }, "ValidateNotNullOrEmpty": false @@ -125378,7 +125388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": false @@ -125394,7 +125404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -125410,7 +125420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": false @@ -125426,7 +125436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -125442,7 +125452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" }, "ValidateNotNullOrEmpty": false @@ -125458,7 +125468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" }, "ValidateNotNullOrEmpty": false @@ -125474,7 +125484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -125490,7 +125500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" }, "ValidateNotNullOrEmpty": false @@ -125506,7 +125516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" }, "ValidateNotNullOrEmpty": false @@ -125522,7 +125532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" }, "ValidateNotNullOrEmpty": false @@ -125538,7 +125548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" }, "ValidateNotNullOrEmpty": false @@ -125554,7 +125564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" }, "ValidateNotNullOrEmpty": false @@ -125570,7 +125580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" }, "ValidateNotNullOrEmpty": false @@ -125586,7 +125596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -125602,7 +125612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -125618,7 +125628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" }, "ValidateNotNullOrEmpty": false @@ -125634,7 +125644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" }, "ValidateNotNullOrEmpty": false @@ -125650,7 +125660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -125678,7 +125688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -125839,7 +125849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -125855,7 +125865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -125983,7 +125993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Name": "System.String", @@ -126004,7 +126014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -126028,7 +126038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -126044,7 +126054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" }, "ValidateNotNullOrEmpty": false @@ -126060,7 +126070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": false @@ -126076,7 +126086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -126092,7 +126102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": false @@ -126108,7 +126118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -126124,7 +126134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" }, "ValidateNotNullOrEmpty": false @@ -126140,7 +126150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" }, "ValidateNotNullOrEmpty": false @@ -126156,7 +126166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -126172,7 +126182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" }, "ValidateNotNullOrEmpty": false @@ -126188,7 +126198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" }, "ValidateNotNullOrEmpty": false @@ -126204,7 +126214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" }, "ValidateNotNullOrEmpty": false @@ -126220,7 +126230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" }, "ValidateNotNullOrEmpty": false @@ -126236,7 +126246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" }, "ValidateNotNullOrEmpty": false @@ -126252,7 +126262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" }, "ValidateNotNullOrEmpty": false @@ -126268,7 +126278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -126284,7 +126294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -126300,7 +126310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" }, "ValidateNotNullOrEmpty": false @@ -126316,7 +126326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" }, "ValidateNotNullOrEmpty": false @@ -126332,7 +126342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -126360,7 +126370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -126521,7 +126531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -126537,7 +126547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -126602,7 +126612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -126683,7 +126693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Name": "System.String", @@ -126704,7 +126714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -126728,7 +126738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -126744,7 +126754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" }, "ValidateNotNullOrEmpty": false @@ -126760,7 +126770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": false @@ -126776,7 +126786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -126792,7 +126802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": false @@ -126808,7 +126818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -126824,7 +126834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" }, "ValidateNotNullOrEmpty": false @@ -126840,7 +126850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" }, "ValidateNotNullOrEmpty": false @@ -126856,7 +126866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -126872,7 +126882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" }, "ValidateNotNullOrEmpty": false @@ -126888,7 +126898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" }, "ValidateNotNullOrEmpty": false @@ -126904,7 +126914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" }, "ValidateNotNullOrEmpty": false @@ -126920,7 +126930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" }, "ValidateNotNullOrEmpty": false @@ -126936,7 +126946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" }, "ValidateNotNullOrEmpty": false @@ -126952,7 +126962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" }, "ValidateNotNullOrEmpty": false @@ -126968,7 +126978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -126984,7 +126994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -127000,7 +127010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" }, "ValidateNotNullOrEmpty": false @@ -127016,7 +127026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" }, "ValidateNotNullOrEmpty": false @@ -127032,7 +127042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -127060,7 +127070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -127221,7 +127231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -127237,7 +127247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -127368,7 +127378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Name": "System.String", @@ -127389,7 +127399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -127413,7 +127423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -127429,7 +127439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" }, "ValidateNotNullOrEmpty": false @@ -127445,7 +127455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": false @@ -127461,7 +127471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -127477,7 +127487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": false @@ -127493,7 +127503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -127509,7 +127519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" }, "ValidateNotNullOrEmpty": false @@ -127525,7 +127535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" }, "ValidateNotNullOrEmpty": false @@ -127541,7 +127551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -127557,7 +127567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" }, "ValidateNotNullOrEmpty": false @@ -127573,7 +127583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" }, "ValidateNotNullOrEmpty": false @@ -127589,7 +127599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" }, "ValidateNotNullOrEmpty": false @@ -127605,7 +127615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" }, "ValidateNotNullOrEmpty": false @@ -127621,7 +127631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" }, "ValidateNotNullOrEmpty": false @@ -127637,7 +127647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" }, "ValidateNotNullOrEmpty": false @@ -127653,7 +127663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -127669,7 +127679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -127685,7 +127695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" }, "ValidateNotNullOrEmpty": false @@ -127701,7 +127711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" }, "ValidateNotNullOrEmpty": false @@ -127717,7 +127727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -127745,7 +127755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -127906,7 +127916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -127922,7 +127932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -127987,7 +127997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -128056,7 +128066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Name": "System.String", @@ -128077,7 +128087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -128101,7 +128111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -128117,7 +128127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" }, "ValidateNotNullOrEmpty": false @@ -128133,7 +128143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": false @@ -128149,7 +128159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -128165,7 +128175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": false @@ -128181,7 +128191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -128197,7 +128207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" }, "ValidateNotNullOrEmpty": false @@ -128213,7 +128223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" }, "ValidateNotNullOrEmpty": false @@ -128229,7 +128239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -128245,7 +128255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" }, "ValidateNotNullOrEmpty": false @@ -128261,7 +128271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" }, "ValidateNotNullOrEmpty": false @@ -128277,7 +128287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" }, "ValidateNotNullOrEmpty": false @@ -128293,7 +128303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" }, "ValidateNotNullOrEmpty": false @@ -128309,7 +128319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" }, "ValidateNotNullOrEmpty": false @@ -128325,7 +128335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" }, "ValidateNotNullOrEmpty": false @@ -128341,7 +128351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -128357,7 +128367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" }, "ValidateNotNullOrEmpty": false @@ -128373,7 +128383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" }, "ValidateNotNullOrEmpty": false @@ -128389,7 +128399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" }, "ValidateNotNullOrEmpty": false @@ -128405,7 +128415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -128433,7 +128443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -128594,7 +128604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -128610,7 +128620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" }, "ValidateNotNullOrEmpty": false @@ -128682,7 +128692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -128874,7 +128884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -129068,7 +129078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -129299,7 +129309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -129432,7 +129442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -129454,7 +129464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -129482,7 +129492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": true @@ -129492,7 +129502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -129704,7 +129714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -129738,7 +129748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -129772,7 +129782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": true @@ -129788,7 +129798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -129992,7 +130002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -130111,7 +130121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -130139,7 +130149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -130296,7 +130306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -130330,7 +130340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -130450,7 +130460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -130646,7 +130656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -130834,7 +130844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -131022,7 +131032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", "MatchValues": "System.Collections.Generic.List`1[System.String]", @@ -131074,7 +131084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable" }, "ValidateNotNullOrEmpty": true @@ -131183,7 +131193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable" }, "ValidateNotNullOrEmpty": true @@ -131340,7 +131350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", "GroupByUserSession": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession]", @@ -131447,7 +131457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition" }, "ValidateNotNullOrEmpty": true @@ -131457,7 +131467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession" }, "ValidateNotNullOrEmpty": true @@ -131615,7 +131625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition" }, "ValidateNotNullOrEmpty": true @@ -131631,7 +131641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession" }, "ValidateNotNullOrEmpty": true @@ -131742,7 +131752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupByVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable]" }, @@ -131787,7 +131797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable" }, "ValidateNotNullOrEmpty": true @@ -131835,7 +131845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable" }, "ValidateNotNullOrEmpty": true @@ -131907,7 +131917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VariableName": "System.String" }, @@ -132084,7 +132094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[System.Int32]", "RuleGroupName": "System.String", @@ -132275,7 +132285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExclusionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]", "MatchVariable": "System.String", @@ -132350,7 +132360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -132443,7 +132453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -132515,7 +132525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VariableName": "System.String", "Selector": "System.String" @@ -132723,7 +132733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -132813,7 +132823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -132823,7 +132833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogScrubbing": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration", "RequestBodyCheck": "System.Boolean", @@ -132846,7 +132856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exceptions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException]", "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", @@ -132973,7 +132983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -132989,7 +132999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogScrubbing": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration", "RequestBodyCheck": "System.Boolean", @@ -133018,7 +133028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exceptions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException]", "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", @@ -133139,7 +133149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExceptionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]", "Values": "System.Collections.Generic.List`1[System.String]", @@ -133253,7 +133263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -133395,7 +133405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -133467,7 +133477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExclusionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]", "MatchVariable": "System.String", @@ -133560,7 +133570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -133671,7 +133681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -133743,7 +133753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleId": "System.String" }, @@ -133906,7 +133916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule]", "RuleGroupName": "System.String" @@ -133964,7 +133974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule" }, "ValidateNotNullOrEmpty": true @@ -134030,7 +134040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule" }, "ValidateNotNullOrEmpty": true @@ -134102,7 +134112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup]", "RuleSetVersion": "System.String", @@ -134173,7 +134183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup" }, "ValidateNotNullOrEmpty": true @@ -134257,7 +134267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup" }, "ValidateNotNullOrEmpty": true @@ -134329,7 +134339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScrubbingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule]", "State": "System.String" @@ -134388,7 +134398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule" }, "ValidateNotNullOrEmpty": true @@ -134455,7 +134465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule" }, "ValidateNotNullOrEmpty": true @@ -134527,7 +134537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "System.String", "MatchVariable": "System.String", @@ -134797,7 +134807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exceptions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException]", "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", @@ -134844,7 +134854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -134854,7 +134864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion" }, "ValidateNotNullOrEmpty": true @@ -134864,7 +134874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException" }, "ValidateNotNullOrEmpty": true @@ -134912,7 +134922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet" }, "ValidateNotNullOrEmpty": true @@ -134928,7 +134938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion" }, "ValidateNotNullOrEmpty": true @@ -134944,7 +134954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException" }, "ValidateNotNullOrEmpty": true @@ -135016,7 +135026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", "RuleGroupName": "System.String" @@ -135071,7 +135081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride" }, "ValidateNotNullOrEmpty": true @@ -135134,7 +135144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride" }, "ValidateNotNullOrEmpty": true @@ -135206,7 +135216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleId": "System.String", "State": "System.String", @@ -135474,7 +135484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", "ComputedDisabledRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSetRuleGroup]", @@ -135540,7 +135550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride" }, "ValidateNotNullOrEmpty": true @@ -135618,7 +135628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride" }, "ValidateNotNullOrEmpty": true @@ -135690,7 +135700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogScrubbing": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration", "RequestBodyCheck": "System.Boolean", @@ -135856,7 +135866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScrubbingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule]", "State": "System.String" @@ -136091,7 +136101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScrubbingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule]", "State": "System.String" @@ -136186,7 +136196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -136270,7 +136280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -136323,7 +136333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -136363,7 +136373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -136646,7 +136656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -136696,7 +136706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -136742,7 +136752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -136837,7 +136847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -137029,7 +137039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -137242,7 +137252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -137324,7 +137334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -137357,7 +137367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -137392,7 +137402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -137419,7 +137429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -137448,7 +137458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -137513,7 +137523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -137645,7 +137655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -137869,7 +137879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -137934,7 +137944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -137964,7 +137974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -137987,7 +137997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -138020,7 +138030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -138046,7 +138056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -138156,7 +138166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -138228,7 +138238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -138400,7 +138410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -138469,7 +138479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -138694,7 +138704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -138815,7 +138825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -138892,7 +138902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -138925,7 +138935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -138951,7 +138961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -138980,7 +138990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -139319,7 +139329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -139349,7 +139359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -139372,7 +139382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -139398,7 +139408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -139530,7 +139540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -139618,7 +139628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -139647,7 +139657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -139691,7 +139701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -139718,7 +139728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -139754,7 +139764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -140054,7 +140064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -140080,7 +140090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -140121,7 +140131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -140145,7 +140155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -140178,7 +140188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -140298,7 +140308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -140358,7 +140368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -140421,7 +140431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -140493,7 +140503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Primary": "System.Nullable`1[System.Boolean]", @@ -140556,7 +140566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -140683,7 +140693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -140837,7 +140847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -141010,7 +141020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -141240,7 +141250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -141316,7 +141326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -141507,7 +141517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -141600,7 +141610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -141959,7 +141969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -142260,7 +142270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -142368,7 +142378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -142412,7 +142422,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -142452,7 +142462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -142481,7 +142491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -142515,7 +142525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -142542,7 +142552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -142903,7 +142913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -142944,7 +142954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -142981,7 +142991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -143007,7 +143017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -143038,7 +143048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -143062,7 +143072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -143205,7 +143215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionSet": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", "Conditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", @@ -143265,7 +143275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -143291,7 +143301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition" }, "ValidateNotNullOrEmpty": false @@ -143354,7 +143364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -143392,7 +143402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition" }, "ValidateNotNullOrEmpty": false @@ -143464,7 +143474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -143514,7 +143524,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" ] @@ -143526,7 +143536,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" ] @@ -143538,7 +143548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -143590,7 +143600,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" ] @@ -143608,7 +143618,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" ] @@ -143626,7 +143636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -143702,7 +143712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -143940,7 +143950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HeaderValueMatcher": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher", "HeaderValue": "System.String", @@ -144005,7 +144015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -144087,7 +144097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -144163,7 +144173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -144227,7 +144237,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -144292,7 +144302,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -144366,7 +144376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -144579,7 +144589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -144681,7 +144691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -144715,7 +144725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -144750,7 +144760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -145059,7 +145069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -145090,7 +145100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -145122,7 +145132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -145258,7 +145268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Name": "System.String", @@ -145512,7 +145522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -145755,7 +145765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -146058,7 +146068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -146120,7 +146130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -146138,7 +146148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -146151,7 +146161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": true @@ -146214,7 +146224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -146238,7 +146248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -146257,7 +146267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": true @@ -146329,7 +146339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ValidatedCertData": "System.String", @@ -146523,7 +146533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -146715,7 +146725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -146782,7 +146792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -146801,7 +146811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -146830,7 +146840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -146865,7 +146875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -146901,7 +146911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -146981,7 +146991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -147106,7 +147116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -147171,7 +147181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -147197,7 +147207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -147238,7 +147248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -147277,7 +147287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -147342,7 +147352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -147366,7 +147376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -147414,7 +147424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -147524,7 +147534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -147596,7 +147606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -147697,7 +147707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup" }, "ValidateNotNullOrEmpty": true @@ -147734,7 +147744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion" }, "ValidateNotNullOrEmpty": true @@ -147852,7 +147862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup" }, "ValidateNotNullOrEmpty": true @@ -147913,7 +147923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion" }, "ValidateNotNullOrEmpty": true @@ -147985,7 +147995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -148283,7 +148293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -148413,7 +148423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -148489,7 +148499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -148984,7 +148994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -149033,7 +149043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -149347,7 +149357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -149688,7 +149698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -150032,7 +150042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -150984,7 +150994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -151937,7 +151947,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink" ] @@ -151984,7 +151994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -152289,7 +152299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -152499,7 +152509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -152563,7 +152573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile" }, "ValidateNotNullOrEmpty": false @@ -152629,7 +152639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile" }, "ValidateNotNullOrEmpty": false @@ -152701,7 +152711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -152762,7 +152772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152868,7 +152878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152997,7 +153007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -153103,7 +153113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -153267,7 +153277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -153527,7 +153537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -153687,7 +153697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "PublicIPAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -153965,7 +153975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -154157,7 +154167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -154318,7 +154328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -154371,7 +154381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering" }, "ValidateNotNullOrEmpty": true @@ -154381,7 +154391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization" }, "ValidateNotNullOrEmpty": true @@ -154556,7 +154566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering" }, "ValidateNotNullOrEmpty": true @@ -154572,7 +154582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization" }, "ValidateNotNullOrEmpty": true @@ -154833,7 +154843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering" }, "ValidateNotNullOrEmpty": true @@ -154849,7 +154859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization" }, "ValidateNotNullOrEmpty": true @@ -154977,7 +154987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -155136,7 +155146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering" }, "ValidateNotNullOrEmpty": true @@ -155152,7 +155162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization" }, "ValidateNotNullOrEmpty": true @@ -155287,7 +155297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -155455,7 +155465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -155630,7 +155640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -156208,7 +156218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -156485,7 +156495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -156561,7 +156571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -156650,7 +156660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -156824,7 +156834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -156915,7 +156925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -157028,7 +157038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157213,7 +157223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157380,7 +157390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157475,7 +157485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -157580,7 +157590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157843,7 +157853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -158369,7 +158379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -158512,7 +158522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink" }, "ValidateNotNullOrEmpty": false @@ -158540,7 +158550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -158692,7 +158702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink" }, "ValidateNotNullOrEmpty": false @@ -158738,7 +158748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -158931,7 +158941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink" }, "ValidateNotNullOrEmpty": false @@ -158977,7 +158987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -159137,7 +159147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink" }, "ValidateNotNullOrEmpty": false @@ -159183,7 +159193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -159275,7 +159285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -159478,7 +159488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -159744,7 +159754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -160146,7 +160156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration", "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", @@ -160154,6 +160164,7 @@ "LearnedIPPrefixes": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", @@ -160163,28 +160174,29 @@ "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "NetworkRuleCollectionsText": "System.String", + "ThreatIntelWhitelistText": "System.String", + "PrivateRangeText": "System.String", + "DNSServersText": "System.String", "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "PrivateRangeText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "Name": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "NatRuleCollectionsText": "System.String", - "EnableFatFlowLogging": "System.String", - "ManagementIpConfigurationText": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "EnableDnstapLogging": "System.String", "IpConfigurationsText": "System.String", + "ExtendedLocationText": "System.String", "RouteServerId": "System.String", "EnableUDPLogOptimization": "System.String", - "EnableDnstapLogging": "System.String", "Etag": "System.String", + "EnableFatFlowLogging": "System.String", "AllowActiveFTP": "System.String", "ProvisioningState": "System.String", "DNSEnableProxy": "System.String", "ThreatIntelMode": "System.String", - "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", "Id": "System.String", "DNSServer": "System.String[]", "PrivateRange": "System.String[]" @@ -160526,7 +160538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -160572,7 +160584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress" }, "ValidateNotNullOrEmpty": true @@ -160582,7 +160594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -160622,7 +160634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -160632,7 +160644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -160642,7 +160654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -160666,7 +160678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -160740,6 +160752,15 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "EdgeZone", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "SkuName", "AliasList": [ @@ -160784,7 +160805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "PrivateIPAddress": "System.String" @@ -160961,7 +160982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress" }, "ValidateNotNullOrEmpty": true @@ -160977,7 +160998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -160993,7 +161014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -161009,7 +161030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -161045,7 +161066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -161166,6 +161187,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EdgeZone", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "SkuName", @@ -161229,7 +161265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "PrivateIPAddress": "System.String" @@ -161501,7 +161537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress" }, "ValidateNotNullOrEmpty": true @@ -161517,7 +161553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -161533,7 +161569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -161549,7 +161585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -161585,7 +161621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -161706,6 +161742,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EdgeZone", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "SkuName", @@ -161769,7 +161820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "PrivateIPAddress": "System.String" @@ -161963,7 +162014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -162015,7 +162066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -162109,7 +162160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress" }, "ValidateNotNullOrEmpty": true @@ -162125,7 +162176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -162141,7 +162192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -162157,7 +162208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" }, "ValidateNotNullOrEmpty": false @@ -162193,7 +162244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -162314,6 +162365,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EdgeZone", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "SkuName", @@ -162377,7 +162443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "PrivateIPAddress": "System.String" @@ -162578,7 +162644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -163127,7 +163193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", @@ -163229,7 +163295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule" }, "ValidateNotNullOrEmpty": true @@ -163322,7 +163388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule" }, "ValidateNotNullOrEmpty": true @@ -163413,7 +163479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "PrivateIPAddress": "System.String" @@ -163468,7 +163534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", "Count": "System.Int32" @@ -163534,7 +163600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", "Count": "System.Int32" @@ -163609,7 +163675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", "Count": "System.Int32" @@ -163664,7 +163730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress" }, "ValidateNotNullOrEmpty": false @@ -163727,7 +163793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress" }, "ValidateNotNullOrEmpty": false @@ -163799,7 +163865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -164222,7 +164288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", @@ -164324,7 +164390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule" }, "ValidateNotNullOrEmpty": true @@ -164404,7 +164470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule" }, "ValidateNotNullOrEmpty": true @@ -164476,7 +164542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -164882,7 +164948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -164984,7 +165050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule" }, "ValidateNotNullOrEmpty": true @@ -165077,7 +165143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule" }, "ValidateNotNullOrEmpty": true @@ -165168,7 +165234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Flags": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags]", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule]", @@ -165303,7 +165369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule" }, "ValidateNotNullOrEmpty": true @@ -165472,7 +165538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule" }, "ValidateNotNullOrEmpty": true @@ -165564,7 +165630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sources": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -165786,7 +165852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -165899,7 +165965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -165921,7 +165987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -165934,7 +166000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -165973,7 +166039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -166031,7 +166097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -166056,7 +166122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -166073,7 +166139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -166192,7 +166258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -166226,7 +166292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -166245,7 +166311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -166308,7 +166374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -166396,7 +166462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -166433,7 +166499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -166456,7 +166522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -166531,7 +166597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HttpHeadersToInsert": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleCustomHttpHeader]", "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]", @@ -167975,7 +168041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleCustomHttpHeader", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleCustomHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleCustomHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HeaderName": "System.String", "HeaderValue": "System.String" @@ -168163,7 +168229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -168353,7 +168419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -168428,7 +168494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -168478,7 +168544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -168500,7 +168566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -168513,7 +168579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -168552,7 +168618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -168576,7 +168642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -168593,7 +168659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -168694,7 +168760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -168728,7 +168794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -168747,7 +168813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -168810,7 +168876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -168846,7 +168912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -168869,7 +168935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -168937,7 +169003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -168999,7 +169065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -169033,7 +169099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -169052,7 +169118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -169115,7 +169181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -169151,7 +169217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -169174,7 +169240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -169262,7 +169328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -169296,7 +169362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -169315,7 +169381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -169378,7 +169444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -169414,7 +169480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -169437,7 +169503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -169512,7 +169578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -169818,7 +169884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Size": "System.String", @@ -169898,7 +169964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -169991,7 +170057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule" }, "ValidateNotNullOrEmpty": true @@ -170082,7 +170148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -170152,7 +170218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride" }, "ValidateNotNullOrEmpty": false @@ -170162,7 +170228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting" }, "ValidateNotNullOrEmpty": false @@ -170255,7 +170321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride" }, "ValidateNotNullOrEmpty": false @@ -170271,7 +170337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting" }, "ValidateNotNullOrEmpty": false @@ -170359,7 +170425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceAddresses": "System.Collections.Generic.List`1[System.String]", "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", @@ -170719,7 +170785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Mode": "System.String" @@ -170917,7 +170983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -171960,7 +172026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -172062,7 +172128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule" }, "ValidateNotNullOrEmpty": true @@ -172155,7 +172221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule" }, "ValidateNotNullOrEmpty": true @@ -172246,7 +172312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -172982,7 +173048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Size": "System.String", @@ -173062,7 +173128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -173081,7 +173147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -173196,7 +173262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -173323,7 +173389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -173388,7 +173454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -173462,7 +173528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -173534,7 +173600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Size": "System.String", @@ -173621,7 +173687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -173668,7 +173734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -173748,7 +173814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -173875,7 +173941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -173940,7 +174006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -174014,7 +174080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -174086,7 +174152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -174280,7 +174346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" }, @@ -174443,7 +174509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -174635,7 +174701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Address": "System.String" }, @@ -174798,7 +174864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -174993,7 +175059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Etag": "System.String", @@ -175231,7 +175297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -175704,7 +175770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Etag": "System.String", @@ -175948,7 +176014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -176274,7 +176340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -176722,7 +176788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalAddressRanges": "System.String[]", "RemoteAddressRanges": "System.String[]" @@ -176914,7 +176980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -177043,7 +177109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -177053,7 +177119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -177063,7 +177129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule" }, "ValidateNotNullOrEmpty": false @@ -177073,7 +177139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe" }, "ValidateNotNullOrEmpty": false @@ -177083,7 +177149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -177093,7 +177159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool" }, "ValidateNotNullOrEmpty": false @@ -177103,7 +177169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule" }, "ValidateNotNullOrEmpty": false @@ -177271,7 +177337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -177287,7 +177353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -177303,7 +177369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule" }, "ValidateNotNullOrEmpty": false @@ -177319,7 +177385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe" }, "ValidateNotNullOrEmpty": false @@ -177335,7 +177401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -177351,7 +177417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool" }, "ValidateNotNullOrEmpty": false @@ -177367,7 +177433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule" }, "ValidateNotNullOrEmpty": false @@ -177484,7 +177550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -178033,7 +178099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -178133,7 +178199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -178181,7 +178247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -178191,7 +178257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -178302,7 +178368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -178318,7 +178384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -178413,7 +178479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -178473,7 +178539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -178489,7 +178555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -178599,7 +178665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -178615,7 +178681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -178717,7 +178783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -178808,7 +178874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -178871,7 +178937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -178943,7 +179009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "Identifier": "System.Int32", @@ -179181,7 +179247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -179324,7 +179390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -179377,7 +179443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -179426,7 +179492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -179613,7 +179679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -179967,7 +180033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -180188,7 +180254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -180316,7 +180382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -180466,7 +180532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -180893,7 +180959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -181111,7 +181177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -181253,7 +181319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -181322,7 +181388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -181799,7 +181865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -181841,7 +181907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -182073,7 +182139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -182178,7 +182244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -182197,7 +182263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -182339,7 +182405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -182494,7 +182560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -182559,7 +182625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -182669,7 +182735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -182741,7 +182807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -183110,7 +183176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -183282,7 +183348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -183328,7 +183394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -183347,7 +183413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -183853,7 +183919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -183895,7 +183961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -183911,7 +183977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -184147,7 +184213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -185003,7 +185069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "SourceVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -185138,7 +185204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -185148,7 +185214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -185158,7 +185224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -185168,7 +185234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -185178,7 +185244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -185355,7 +185421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -185371,7 +185437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -185387,7 +185453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -185403,7 +185469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -185419,7 +185485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -185523,7 +185589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -185652,7 +185718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -185671,7 +185737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -185724,7 +185790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -185773,7 +185839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -185814,7 +185880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -185834,7 +185900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -185854,7 +185920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -185874,7 +185940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -186320,7 +186386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -186351,7 +186417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -186664,7 +186730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -187371,7 +187437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -187421,7 +187487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -187467,7 +187533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -187504,7 +187570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -187520,7 +187586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -187536,7 +187602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -187552,7 +187618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -187881,7 +187947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -188033,7 +188099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -188086,7 +188152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -188136,7 +188202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -188156,7 +188222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -188176,7 +188242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -188196,7 +188262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -188609,7 +188675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -188659,7 +188725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -188705,7 +188771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -188721,7 +188787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -188737,7 +188803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -188753,7 +188819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -188922,7 +188988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkManagerScopes": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -189030,7 +189096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossTenantScopes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes]", "ManagementGroups": "System.Collections.Generic.List`1[System.String]", @@ -189047,7 +189113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType" }, "ValidateNotNullOrEmpty": false @@ -189191,7 +189257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossTenantScopes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes]", "ManagementGroups": "System.Collections.Generic.List`1[System.String]", @@ -189214,7 +189280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType" }, "ValidateNotNullOrEmpty": false @@ -189316,7 +189382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "AddressPrefixType": "System.String" @@ -189514,7 +189580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectivityCapability": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -189606,7 +189672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem" }, "ValidateNotNullOrEmpty": false @@ -189638,7 +189704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub" }, "ValidateNotNullOrEmpty": false @@ -189669,7 +189735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectedGroupPrivateEndpointsScale": "System.String", "ConnectedGroupAddressOverlap": "System.String", @@ -189787,7 +189853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem" }, "ValidateNotNullOrEmpty": false @@ -189837,7 +189903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub" }, "ValidateNotNullOrEmpty": false @@ -189886,7 +189952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectedGroupPrivateEndpointsScale": "System.String", "ConnectedGroupAddressOverlap": "System.String", @@ -189992,7 +190058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkGroupId": "System.String", "UseHubGateway": "System.String", @@ -190238,7 +190304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -190593,7 +190659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String", "ResourceType": "System.String" @@ -190781,7 +190847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPoolProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -191287,7 +191353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidrProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -191741,7 +191807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceIps": "System.Collections.Generic.List`1[System.String]", "DestinationIps": "System.Collections.Generic.List`1[System.String]", @@ -192035,7 +192101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -192335,7 +192401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -192745,7 +192811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkGroupId": "System.String" }, @@ -192908,7 +192974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination", "NextHop": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop", @@ -193017,7 +193083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationAddress": "System.String", "Type": "System.String" @@ -193030,7 +193096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NextHopAddress": "System.String", "NextHopType": "System.String" @@ -193189,7 +193255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationAddress": "System.String", "Type": "System.String" @@ -193208,7 +193274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NextHopAddress": "System.String", "NextHopType": "System.String" @@ -193407,7 +193473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesTo": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem]", @@ -193516,7 +193582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem" }, "ValidateNotNullOrEmpty": false @@ -193672,7 +193738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem" }, "ValidateNotNullOrEmpty": false @@ -193868,7 +193934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationAddress": "System.String", "Type": "System.String" @@ -194064,7 +194130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NextHopAddress": "System.String", "NextHopType": "System.String" @@ -194266,7 +194332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossTenantScopes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes]", "ManagementGroups": "System.Collections.Generic.List`1[System.String]", @@ -194462,7 +194528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -194811,7 +194877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ApplyOnNetworkIntentPolicyBasedServices": "System.Collections.Generic.List`1[System.String]", @@ -194909,7 +194975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType" }, "ValidateNotNullOrEmpty": false @@ -195056,7 +195122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType" }, "ValidateNotNullOrEmpty": false @@ -195188,7 +195254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -195357,7 +195423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -195367,7 +195433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -195699,7 +195765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -195715,7 +195781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -196120,7 +196186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -196228,7 +196294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem" }, "ValidateNotNullOrEmpty": false @@ -196375,7 +196441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem" }, "ValidateNotNullOrEmpty": false @@ -196477,7 +196543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkGroupId": "System.String" }, @@ -196640,7 +196706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -197017,7 +197083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkGroupId": "System.String" }, @@ -197180,7 +197246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Sources": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem]", @@ -197336,7 +197402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -197346,7 +197412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -197570,7 +197636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -197586,7 +197652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -197799,7 +197865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem]", @@ -197907,7 +197973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem" }, "ValidateNotNullOrEmpty": false @@ -198054,7 +198120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem" }, "ValidateNotNullOrEmpty": false @@ -198235,7 +198301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerStaticMember", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerStaticMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerStaticMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -198559,7 +198625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -198835,7 +198901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspaceProperties", @@ -199263,7 +199329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntentProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -199382,7 +199448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceIps": "System.Collections.Generic.List`1[System.String]", "DestinationIps": "System.Collections.Generic.List`1[System.String]", @@ -199563,7 +199629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceIps": "System.Collections.Generic.List`1[System.String]", "DestinationIps": "System.Collections.Generic.List`1[System.String]", @@ -199751,7 +199817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRun, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRun, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRunProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -200175,7 +200241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -200275,7 +200341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration" }, "ValidateNotNullOrEmpty": false @@ -200407,7 +200473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration" }, "ValidateNotNullOrEmpty": false @@ -200509,7 +200575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -200628,7 +200694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule" }, "ValidateNotNullOrEmpty": false @@ -200766,7 +200832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule" }, "ValidateNotNullOrEmpty": false @@ -200883,7 +200949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -201019,7 +201085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -201029,7 +201095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -201351,7 +201417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -201367,7 +201433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -201860,7 +201926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Delegation": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties", @@ -201981,7 +202047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -202004,7 +202070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -202075,7 +202141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties" }, "ValidateNotNullOrEmpty": true @@ -202085,7 +202151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties" }, "ValidateNotNullOrEmpty": true @@ -202095,7 +202161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration]" } @@ -202107,7 +202173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties" }, "ValidateNotNullOrEmpty": false @@ -202218,7 +202284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -202253,7 +202319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -202366,7 +202432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties" }, "ValidateNotNullOrEmpty": true @@ -202382,7 +202448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties" }, "ValidateNotNullOrEmpty": true @@ -202398,7 +202464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration]" } @@ -202416,7 +202482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties" }, "ValidateNotNullOrEmpty": false @@ -202526,7 +202592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -202561,7 +202627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -202674,7 +202740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties" }, "ValidateNotNullOrEmpty": true @@ -202690,7 +202756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties" }, "ValidateNotNullOrEmpty": true @@ -202706,7 +202772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration]" } @@ -202724,7 +202790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties" }, "ValidateNotNullOrEmpty": false @@ -202819,7 +202885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -202854,7 +202920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -202967,7 +203033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties" }, "ValidateNotNullOrEmpty": true @@ -202983,7 +203049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties" }, "ValidateNotNullOrEmpty": true @@ -202999,7 +203065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration]" } @@ -203017,7 +203083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties" }, "ValidateNotNullOrEmpty": false @@ -203089,7 +203155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -203339,7 +203405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -203397,7 +203463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -203456,7 +203522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -203577,7 +203643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -203587,7 +203653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -203606,7 +203672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -203701,7 +203767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -203952,7 +204018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -203997,7 +204063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -204013,7 +204079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -204440,7 +204506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -204456,7 +204522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -204853,7 +204919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -204869,7 +204935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -204994,7 +205060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -205186,7 +205252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope", "Name": "System.String", @@ -205336,7 +205402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -205346,7 +205412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -205606,7 +205672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -205622,7 +205688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -205747,7 +205813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -205981,7 +206047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -206091,7 +206157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -206107,7 +206173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -206232,7 +206298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -206248,7 +206314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" }, "ValidateNotNullOrEmpty": true @@ -206444,7 +206510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Address": "System.String" }, @@ -206607,7 +206673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -206661,7 +206727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -206721,7 +206787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -206731,7 +206797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": true @@ -206797,7 +206863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -206842,7 +206908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -206858,7 +206924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": true @@ -207001,7 +207067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -207017,7 +207083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": true @@ -207145,7 +207211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -207161,7 +207227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": true @@ -207274,7 +207340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -207290,7 +207356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": true @@ -207392,7 +207458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", "Type": "System.String", @@ -207581,7 +207647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableTraceRoute": "System.Nullable`1[System.Boolean]", "Port": "System.Nullable`1[System.Int32]", @@ -207625,7 +207691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestHeaders": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]", "ValidStatusCodeRanges": "System.Collections.Generic.List`1[System.String]", @@ -207674,7 +207740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableTraceRoute": "System.Nullable`1[System.Boolean]" }, @@ -208265,7 +208331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", "SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", @@ -208337,7 +208403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -208450,7 +208516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -208572,7 +208638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", "Destinations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", @@ -208633,7 +208699,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject" ] @@ -208645,7 +208711,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject" ] @@ -208657,7 +208723,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject" ] @@ -208731,7 +208797,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject" ] @@ -208749,7 +208815,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject" ] @@ -208767,7 +208833,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject" ] @@ -208856,7 +208922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -208924,7 +208990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -209174,7 +209240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -209460,7 +209526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -211288,7 +211354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Direction": "System.String", "Protocol": "System.String", @@ -211551,7 +211617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", "CaptureSettings": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings", @@ -211621,7 +211687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -211759,7 +211825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -211816,7 +211882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -211978,7 +212044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -212226,7 +212292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -212456,7 +212522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -212671,7 +212737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -212758,7 +212824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", "CaptureSettings": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings", @@ -212828,7 +212894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -212966,7 +213032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -212988,7 +213054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -213019,7 +213085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FileCount": "System.Nullable`1[System.Int32]", "SessionTimeLimitInSeconds": "System.Nullable`1[System.Int32]", @@ -213080,7 +213146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -213245,7 +213311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -213279,7 +213345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -213328,7 +213394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FileCount": "System.Nullable`1[System.Int32]", "SessionTimeLimitInSeconds": "System.Nullable`1[System.Int32]", @@ -213580,7 +213646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -213614,7 +213680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -213663,7 +213729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FileCount": "System.Nullable`1[System.Int32]", "SessionTimeLimitInSeconds": "System.Nullable`1[System.Int32]", @@ -213900,7 +213966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -213934,7 +214000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -213983,7 +214049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FileCount": "System.Nullable`1[System.Int32]", "SessionTimeLimitInSeconds": "System.Nullable`1[System.Int32]", @@ -214205,7 +214271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -214239,7 +214305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" }, "ValidateNotNullOrEmpty": false @@ -214288,7 +214354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FileCount": "System.Nullable`1[System.Int32]", "SessionTimeLimitInSeconds": "System.Nullable`1[System.Int32]", @@ -214379,7 +214445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -214619,7 +214685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "NicType": "System.Collections.Generic.List`1[System.String]", @@ -214834,7 +214900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, @@ -215045,7 +215111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" }, @@ -215256,7 +215322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -215361,7 +215427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -215412,7 +215478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -215484,7 +215550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -215529,7 +215595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -215676,7 +215742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -215745,7 +215811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -215855,7 +215921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -215985,7 +216051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -216054,7 +216120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -216260,7 +216326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -216329,7 +216395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -216424,7 +216490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -216472,7 +216538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -216602,7 +216668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -216671,7 +216737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -216766,7 +216832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -216910,7 +216976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -216979,7 +217045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -217089,7 +217155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -217219,7 +217285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -217288,7 +217354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -217494,7 +217560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -217563,7 +217629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -217665,7 +217731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocol": "System.String", "RemoteIPAddress": "System.String", @@ -217928,7 +217994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -218120,7 +218186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FileCount": "System.Nullable`1[System.Int32]", "SessionTimeLimitInSeconds": "System.Nullable`1[System.Int32]", @@ -218363,7 +218429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecordSets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]", "Name": "System.String", @@ -218554,7 +218620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", "ProvisioningState": "System.String", @@ -218634,7 +218700,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig" ] @@ -218750,7 +218816,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig" ] @@ -218854,7 +218920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -218968,7 +219034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -219012,7 +219078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection" }, "ValidateNotNullOrEmpty": false @@ -219067,7 +219133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -219077,7 +219143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -219196,7 +219262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -219246,7 +219312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection" }, "ValidateNotNullOrEmpty": false @@ -219337,7 +219403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -219353,7 +219419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -219460,7 +219526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "GroupId": "System.String", @@ -219700,7 +219766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -219802,7 +219868,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -219812,7 +219878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -219982,7 +220048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -219998,7 +220064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration" }, "ValidateNotNullOrEmpty": true @@ -220192,7 +220258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", "GroupIds": "System.Collections.Generic.List`1[System.String]", @@ -220255,7 +220321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -220455,7 +220521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -220712,7 +220778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -220799,7 +220865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -220839,7 +220905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -220979,7 +221045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -221025,7 +221091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -221146,7 +221212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -221320,7 +221386,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType" ] @@ -221338,7 +221404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag" }, "ValidateNotNullOrEmpty": false @@ -221348,7 +221414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -221663,7 +221729,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType" ] @@ -221687,7 +221753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag" }, "ValidateNotNullOrEmpty": false @@ -221703,7 +221769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -221941,7 +222007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -222087,7 +222153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag" }, "ValidateNotNullOrEmpty": false @@ -222107,7 +222173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -222338,7 +222404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag" }, "ValidateNotNullOrEmpty": false @@ -222370,7 +222436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -222529,7 +222595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -222717,7 +222783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RadiusServerScore": "System.Int32", "RadiusServerSecret": "System.String", @@ -222979,7 +223045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -223220,7 +223286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -223316,7 +223382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule" }, "ValidateNotNullOrEmpty": false @@ -223439,7 +223505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule" }, "ValidateNotNullOrEmpty": false @@ -223556,7 +223622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -223836,7 +223902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRule]", "AssociatedInboundConnections": "System.Collections.Generic.List`1[System.String]", @@ -223916,7 +223982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -223984,7 +224050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule" }, "ValidateNotNullOrEmpty": false @@ -224094,7 +224160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule" }, "ValidateNotNullOrEmpty": false @@ -224178,7 +224244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -224245,7 +224311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule" }, "ValidateNotNullOrEmpty": false @@ -224363,7 +224429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule" }, "ValidateNotNullOrEmpty": false @@ -224462,7 +224528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule" }, "ValidateNotNullOrEmpty": false @@ -224549,7 +224615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction]", "MatchCriteria": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion]", @@ -224601,7 +224667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion" }, "ValidateNotNullOrEmpty": false @@ -224611,7 +224677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction" }, "ValidateNotNullOrEmpty": true @@ -224677,7 +224743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion" }, "ValidateNotNullOrEmpty": false @@ -224693,7 +224759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction" }, "ValidateNotNullOrEmpty": true @@ -224795,7 +224861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter]", "Type": "System.String", @@ -224854,7 +224920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter" }, "ValidateNotNullOrEmpty": false @@ -224917,7 +224983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter" }, "ValidateNotNullOrEmpty": false @@ -224989,7 +225055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutePrefix": "System.Collections.Generic.List`1[System.String]", "Community": "System.Collections.Generic.List`1[System.String]", @@ -225211,7 +225277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutePrefix": "System.Collections.Generic.List`1[System.String]", "Community": "System.Collections.Generic.List`1[System.String]", @@ -225458,7 +225524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualRouterAutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", "AllowBranchToBranchTraffic": "System.Boolean", @@ -225560,7 +225626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -225659,7 +225725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -225757,7 +225823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -225898,7 +225964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -225972,7 +226038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -226087,7 +226153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute" }, "ValidateNotNullOrEmpty": false @@ -226231,7 +226297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute" }, "ValidateNotNullOrEmpty": false @@ -226333,7 +226399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -226413,7 +226479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute" }, "ValidateNotNullOrEmpty": false @@ -226535,7 +226601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute" }, "ValidateNotNullOrEmpty": false @@ -226652,7 +226718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -226728,7 +226794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -226796,7 +226862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -226906,7 +226972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -226990,7 +227056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -227057,7 +227123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -227175,7 +227241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -227274,7 +227340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -227361,7 +227427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destinations": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -227578,7 +227644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Delegation": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties", @@ -228245,7 +228311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -228346,7 +228412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -228539,7 +228605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -228718,7 +228784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -228793,7 +228859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition" }, "ValidateNotNullOrEmpty": true @@ -228883,7 +228949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition" }, "ValidateNotNullOrEmpty": true @@ -229000,7 +229066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -229243,7 +229309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -229458,7 +229524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destinations": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -229723,7 +229789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -229804,7 +229870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -229873,7 +229939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -229994,7 +230060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -230094,7 +230160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -230162,7 +230228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -230297,7 +230363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -230413,7 +230479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -230516,7 +230582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HasPublicIP": "System.Boolean", "Name": "System.String", @@ -230737,7 +230803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationPortRanges": "System.Collections.Generic.List`1[System.String]", "AppliesOn": "System.Collections.Generic.List`1[System.String]", @@ -231043,7 +231109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -231208,7 +231274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfigurationProperties", "Name": "System.String" @@ -231396,7 +231462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfigurationProperties", "NicType": "System.String" @@ -231451,7 +231517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -231514,7 +231580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -231586,7 +231652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration]" }, @@ -231631,7 +231697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration" }, "ValidateNotNullOrEmpty": true @@ -231679,7 +231745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration" }, "ValidateNotNullOrEmpty": true @@ -231751,7 +231817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -231840,7 +231906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -231974,7 +232040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -232131,7 +232197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -232273,7 +232339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -232407,7 +232473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -232626,7 +232692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -232723,7 +232789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -232774,7 +232840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -232784,7 +232850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -232855,7 +232921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -232978,7 +233044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -232994,7 +233060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -233101,7 +233167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -233183,7 +233249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -233277,7 +233343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -233293,7 +233359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -233400,7 +233466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -233561,7 +233627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -233577,7 +233643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -233684,7 +233750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -233773,7 +233839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -233869,7 +233935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -233901,7 +233967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -234033,7 +234099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -234430,7 +234496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -234459,7 +234525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -234616,7 +234682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -234788,7 +234854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -235095,7 +235161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -235289,7 +235355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -235339,7 +235405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" }, "ValidateNotNullOrEmpty": false @@ -235387,7 +235453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" }, "ValidateNotNullOrEmpty": false @@ -235459,7 +235525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -235537,7 +235603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -235605,7 +235671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -235681,7 +235747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -235847,7 +235913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -235969,7 +236035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -236073,7 +236139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -236165,7 +236231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -236213,7 +236279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -236317,7 +236383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -236409,7 +236475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -236524,7 +236590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -236631,7 +236697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -236735,7 +236801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -236909,7 +236975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -237049,7 +237115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -237144,7 +237210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -237263,7 +237329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": true @@ -237295,7 +237361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet" }, "ValidateNotNullOrEmpty": false @@ -237359,7 +237425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -237507,7 +237573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": true @@ -237557,7 +237623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet" }, "ValidateNotNullOrEmpty": false @@ -237663,7 +237729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -237795,7 +237861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "IPConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration]", @@ -238285,7 +238351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -238407,7 +238473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -238536,7 +238602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -238603,7 +238669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -238613,7 +238679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" }, "ValidateNotNullOrEmpty": false @@ -238623,7 +238689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -238651,7 +238717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": true @@ -238661,7 +238727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -238716,7 +238782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -238772,7 +238838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -238782,7 +238848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -238849,7 +238915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -238950,7 +239016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -239145,7 +239211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -239236,7 +239302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -239252,7 +239318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" }, "ValidateNotNullOrEmpty": false @@ -239268,7 +239334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -239314,7 +239380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": true @@ -239330,7 +239396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -239421,7 +239487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -239513,7 +239579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -239529,7 +239595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -239638,7 +239704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -239708,7 +239774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -239903,7 +239969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -239994,7 +240060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -240010,7 +240076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" }, "ValidateNotNullOrEmpty": false @@ -240026,7 +240092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -240072,7 +240138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": true @@ -240088,7 +240154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -240179,7 +240245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -240271,7 +240337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -240287,7 +240353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -240396,7 +240462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -240473,7 +240539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InboundAuthCertificateChain": "System.Collections.Generic.List`1[System.String]", "InboundAuthCertificateSubjectName": "System.String", @@ -240688,7 +240754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -240817,7 +240883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -240876,7 +240942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -240935,7 +241001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -241022,7 +241088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -241104,7 +241170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -241114,7 +241180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -241137,7 +241203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -241147,7 +241213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -241157,7 +241223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -241180,7 +241246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InboundAuthCertificateChain": "System.Collections.Generic.List`1[System.String]", "InboundAuthCertificateSubjectName": "System.String", @@ -241322,7 +241388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -241387,7 +241453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -241452,7 +241518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -241641,7 +241707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -241657,7 +241723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -241692,7 +241758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -241708,7 +241774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -241724,7 +241790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -241759,7 +241825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InboundAuthCertificateChain": "System.Collections.Generic.List`1[System.String]", "InboundAuthCertificateSubjectName": "System.String", @@ -241951,7 +242017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -242016,7 +242082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -242081,7 +242147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -242270,7 +242336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -242286,7 +242352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -242321,7 +242387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -242337,7 +242403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -242353,7 +242419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -242388,7 +242454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InboundAuthCertificateChain": "System.Collections.Generic.List`1[System.String]", "InboundAuthCertificateSubjectName": "System.String", @@ -242502,7 +242568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -242608,7 +242674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -242673,7 +242739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -242738,7 +242804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -242927,7 +242993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -242943,7 +243009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -242978,7 +243044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -242994,7 +243060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -243010,7 +243076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -243045,7 +243111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InboundAuthCertificateChain": "System.Collections.Generic.List`1[System.String]", "InboundAuthCertificateSubjectName": "System.String", @@ -243166,7 +243232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -243246,7 +243312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -243299,7 +243365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -243565,7 +243631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -243615,7 +243681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -243950,7 +244016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -244528,7 +244594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDefault": "System.Boolean", "ClientConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -244609,7 +244675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -244711,7 +244777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -244798,7 +244864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "AttributeType": "System.String", @@ -245035,7 +245101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -245159,7 +245225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": false @@ -245178,7 +245244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -245218,7 +245284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -245259,7 +245325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "SourceVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -245304,7 +245370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -245316,7 +245382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" }, "ValidateNotNullOrEmpty": false @@ -245326,7 +245392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -245336,7 +245402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -245364,7 +245430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -245455,7 +245521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": false @@ -245487,7 +245553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -245505,7 +245571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" }, "ValidateNotNullOrEmpty": false @@ -245521,7 +245587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -245537,7 +245603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -245583,7 +245649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -245745,7 +245811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": false @@ -245777,7 +245843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -245795,7 +245861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" }, "ValidateNotNullOrEmpty": false @@ -245811,7 +245877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -245827,7 +245893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -245873,7 +245939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -245956,7 +246022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -245993,7 +246059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -246028,7 +246094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "SourceVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -246100,7 +246166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": false @@ -246132,7 +246198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -246150,7 +246216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" }, "ValidateNotNullOrEmpty": false @@ -246166,7 +246232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -246182,7 +246248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -246228,7 +246294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -246318,7 +246384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -246432,7 +246498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -246479,7 +246545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -246909,7 +246975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -246953,7 +247019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -247156,7 +247222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -247493,7 +247559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" }, @@ -247660,7 +247726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -248011,7 +248077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnProfileSASUrl": "System.String" }, @@ -248318,7 +248384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "VirtualNetworkGatewayPolicyGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -248375,7 +248441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -248457,7 +248523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -248560,7 +248626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -248980,7 +249046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -249400,7 +249466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -249591,7 +249657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -249782,7 +249848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -249872,7 +249938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -249927,7 +249993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -249983,7 +250049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -250042,7 +250108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -250061,7 +250127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -250079,7 +250145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -250170,7 +250236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -250254,7 +250320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -250343,7 +250409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -250374,7 +250440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -250398,7 +250464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -250576,7 +250642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -250665,7 +250731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -250696,7 +250762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -250720,7 +250786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -250804,7 +250870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -250839,7 +250905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -250923,7 +250989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -251012,7 +251078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -251043,7 +251109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -251067,7 +251133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -251151,7 +251217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -251250,7 +251316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -251339,7 +251405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -251370,7 +251436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -251394,7 +251460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -251493,7 +251559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -251577,7 +251643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -251666,7 +251732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -251697,7 +251763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -251721,7 +251787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -251884,7 +251950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -251973,7 +252039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -252004,7 +252070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -252028,7 +252094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -252157,7 +252223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -252246,7 +252312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -252277,7 +252343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -252301,7 +252367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -252388,7 +252454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -252481,7 +252547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -252541,7 +252607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -252569,7 +252635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -252693,7 +252759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -252739,7 +252805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -252849,7 +252915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -252946,7 +253012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -252992,7 +253058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -253166,7 +253232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -253212,7 +253278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -253386,7 +253452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -253432,7 +253498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -253549,7 +253615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -253634,7 +253700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -254049,7 +254115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -254710,7 +254776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -254884,7 +254950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -254941,7 +255007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -254951,7 +255017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -255169,7 +255235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -255262,7 +255328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -255278,7 +255344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -255380,7 +255446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDefault": "System.Boolean", "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -255473,7 +255539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -255547,7 +255613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -255687,7 +255753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -255771,7 +255837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -255850,7 +255916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -255979,7 +256045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -256089,7 +256155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -256176,7 +256242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -256287,7 +256353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -256402,7 +256468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": true @@ -256412,7 +256478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -256590,7 +256656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -256902,7 +256968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -257029,7 +257095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": true @@ -257155,7 +257221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -257252,7 +257318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -257467,7 +257533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -257564,7 +257630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -257594,7 +257660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": true @@ -257720,7 +257786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -258017,7 +258083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -258129,7 +258195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": true @@ -258255,7 +258321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -258359,7 +258425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -258922,7 +258988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UsePolicyBasedTrafficSelectors": "System.Boolean", @@ -259001,7 +259067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -259048,7 +259114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -259107,7 +259173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -259117,7 +259183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -259127,7 +259193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -259202,7 +259268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -259273,7 +259339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -259362,7 +259428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -259378,7 +259444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -259394,7 +259460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -259690,7 +259756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -259812,7 +259878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -259945,7 +260011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -260087,7 +260153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -260200,7 +260266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -260327,7 +260393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -260484,7 +260550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -260554,7 +260620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -260687,7 +260753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -260829,7 +260895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -260951,7 +261017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -261084,7 +261150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -261229,7 +261295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -261351,7 +261417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -261484,7 +261550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -261626,7 +261692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -261679,7 +261745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -261737,7 +261803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -261819,7 +261885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -261899,7 +261965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -261972,7 +262038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -262069,7 +262135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -262124,7 +262190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -262257,7 +262323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -262666,7 +262732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -262894,7 +262960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -263231,7 +263297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -263353,7 +263419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -263486,7 +263552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -263628,7 +263694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -263750,7 +263816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -263883,7 +263949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -264025,7 +264091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -264098,7 +264164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -264231,7 +264297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -264373,7 +264439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -264428,7 +264494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -264512,7 +264578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -264605,7 +264671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -264718,7 +264784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -264836,7 +264902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -264978,7 +265044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -265100,7 +265166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -265233,7 +265299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -265375,7 +265441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -265497,7 +265563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -265630,7 +265696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -265772,7 +265838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -265894,7 +265960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -266027,7 +266093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -266169,7 +266235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -266291,7 +266357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -266424,7 +266490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -266566,7 +266632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -266688,7 +266754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -266821,7 +266887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -266963,7 +267029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -267035,7 +267101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -267168,7 +267234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -267310,7 +267376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -267432,7 +267498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -267565,7 +267631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -267707,7 +267773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -267829,7 +267895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -267962,7 +268028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -268104,7 +268170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -268226,7 +268292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -268359,7 +268425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -268501,7 +268567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -268614,7 +268680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -268741,7 +268807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -268898,7 +268964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -269020,7 +269086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -269153,7 +269219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -269295,7 +269361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -269348,7 +269414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -269406,7 +269472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -269488,7 +269554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -269610,7 +269676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -269743,7 +269809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -269885,7 +269951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -270007,7 +270073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -270140,7 +270206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -270282,7 +270348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -270404,7 +270470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -270537,7 +270603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -270951,7 +271017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -271169,7 +271235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -271514,7 +271580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -271897,7 +271963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -272210,7 +272276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -272548,7 +272614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -272971,7 +273037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -273085,7 +273151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -273182,7 +273248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -273521,7 +273587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -273606,7 +273672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -273702,7 +273768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -273807,7 +273873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -273892,7 +273958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -274002,7 +274068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -274127,7 +274193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -274203,7 +274269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -274324,7 +274390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -274493,7 +274559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -274578,7 +274644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -274688,7 +274754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -274872,7 +274938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -275178,7 +275244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -275371,7 +275437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -275436,7 +275502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -275538,7 +275604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -275720,7 +275786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -275932,7 +275998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -276241,7 +276307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -276371,7 +276437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -276865,7 +276931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -276980,7 +277046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -277122,7 +277188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -277190,7 +277256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -277263,7 +277329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -277663,7 +277729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -278067,7 +278133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -278241,7 +278307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -278286,7 +278352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -278499,7 +278565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -278744,7 +278810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -279003,7 +279069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -279048,7 +279114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -279295,7 +279361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -279431,7 +279497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -279785,7 +279851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -279830,7 +279896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft", "Name": "System.String" @@ -280071,7 +280137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -280207,7 +280273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft", "Name": "System.String" @@ -280564,7 +280630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -280785,7 +280851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -281149,7 +281215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -281373,7 +281439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -281939,7 +282005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -282048,7 +282114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -282087,7 +282153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -282296,7 +282362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -282499,7 +282565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -282714,7 +282780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -282786,7 +282852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -282872,7 +282938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -282988,7 +283054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -283060,7 +283126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -283146,7 +283212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -283262,7 +283328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -283334,7 +283400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -283420,7 +283486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -283536,7 +283602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -283608,7 +283674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -283694,7 +283760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -283810,7 +283876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -283882,7 +283948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -283968,7 +284034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -284084,7 +284150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -284156,7 +284222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -284242,7 +284308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -284358,7 +284424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -284430,7 +284496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -284516,7 +284582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -284899,7 +284965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "SourceVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -285138,7 +285204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "SourceVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -285719,7 +285785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -285818,7 +285884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -285916,7 +285982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -286023,7 +286089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -286149,7 +286215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -286441,7 +286507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -287492,7 +287558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPoolProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -287732,7 +287798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPoolProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -288118,7 +288184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidrProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -288369,7 +288435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidrProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -288975,7 +289041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -289237,7 +289303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -289678,7 +289744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination", "NextHop": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop", @@ -289976,7 +290042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination", "NextHop": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop", @@ -290411,7 +290477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesTo": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem]", @@ -290694,7 +290760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesTo": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem]", @@ -292301,7 +292367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -292562,7 +292628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -293002,7 +293068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Sources": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem]", @@ -293308,7 +293374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Sources": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem]", @@ -293751,7 +293817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem]", @@ -294033,7 +294099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem]", @@ -294945,7 +295011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspaceProperties", @@ -295185,7 +295251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspaceProperties", @@ -295571,7 +295637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntentProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -295822,7 +295888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntentProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -296204,7 +296270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRun, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRun, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRunProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -296455,7 +296521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRun, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRun, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRunProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -296828,7 +296894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -297154,7 +297220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -297613,7 +297679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -297702,7 +297768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -297786,7 +297852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -297922,7 +297988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Delegation": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties", @@ -298263,7 +298329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Delegation": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties", @@ -298517,7 +298583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -298624,7 +298690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -299035,7 +299101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -299092,7 +299158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -299181,7 +299247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -299638,7 +299704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -299843,7 +299909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -299900,7 +299966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -300003,7 +300069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -300460,7 +300526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -300679,7 +300745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -300795,7 +300861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -301291,7 +301357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -301507,7 +301573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -303447,7 +303513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -303783,7 +303849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -304019,7 +304085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -304086,7 +304152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -304159,7 +304225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -304471,7 +304537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -304530,7 +304596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -304617,7 +304683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -304771,7 +304837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -304816,7 +304882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRule]", "AssociatedInboundConnections": "System.Collections.Generic.List`1[System.String]", @@ -305084,7 +305150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -305229,7 +305295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRule]", "AssociatedInboundConnections": "System.Collections.Generic.List`1[System.String]", @@ -305597,7 +305663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualRouterAutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", "AllowBranchToBranchTraffic": "System.Boolean", @@ -305828,7 +305894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualRouterAutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", "AllowBranchToBranchTraffic": "System.Boolean", @@ -306168,7 +306234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualRouterAutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", "AllowBranchToBranchTraffic": "System.Boolean", @@ -306270,7 +306336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -306479,7 +306545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -307046,7 +307112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -307091,7 +307157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -307355,7 +307421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -307500,7 +307566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -307830,7 +307896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -307880,7 +307946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -307944,7 +308010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -308072,7 +308138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -308297,7 +308363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -308671,7 +308737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -308955,7 +309021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309151,7 +309217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309235,7 +309301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -309253,7 +309319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309331,7 +309397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309426,7 +309492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309506,7 +309572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -309530,7 +309596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309610,7 +309676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309750,7 +309816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -309796,7 +309862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -310068,7 +310134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -310214,7 +310280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -310602,7 +310668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -310935,7 +311001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -311203,7 +311269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -311553,7 +311619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -311848,7 +311914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -311893,7 +311959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -312158,7 +312224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -312303,7 +312369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -312687,7 +312753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -312732,7 +312798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -312997,7 +313063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -313142,7 +313208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -313523,7 +313589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -313769,7 +313835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -314377,7 +314443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "IPConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration]", @@ -314704,7 +314770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "IPConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration]", @@ -315373,7 +315439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -315465,7 +315531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -315562,7 +315628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -315683,7 +315749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -315775,7 +315841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -315881,7 +315947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -316080,7 +316146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -316390,7 +316456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -316834,7 +316900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -316922,7 +316988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -317021,7 +317087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -317169,7 +317235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -317494,7 +317560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -317756,7 +317822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -317984,7 +318050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -318321,7 +318387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -318420,7 +318486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -318629,7 +318695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -318949,7 +319015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -319157,7 +319223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -319480,7 +319546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -319665,7 +319731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -320380,7 +320446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -320699,7 +320765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -320939,7 +321005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -321152,7 +321218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -321512,7 +321578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -321826,7 +321892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -322061,7 +322127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -322288,7 +322354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -322664,7 +322730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -322997,7 +323063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -323249,7 +323315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -323462,7 +323528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -323759,7 +323825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -323872,7 +323938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -324145,7 +324211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -324328,7 +324394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -324419,7 +324485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -324609,7 +324675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -324861,7 +324927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -324953,7 +325019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -325068,7 +325134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -325254,7 +325320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -325465,7 +325531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -325951,7 +326017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -326039,7 +326105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -326250,7 +326316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -326606,7 +326672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UsePolicyBasedTrafficSelectors": "System.Boolean", @@ -326833,7 +326899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UsePolicyBasedTrafficSelectors": "System.Boolean", @@ -327087,7 +327153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -327179,7 +327245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -327300,7 +327366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -327451,7 +327517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceRestartOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceRestartOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceRestartOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Error": "Microsoft.Azure.Commands.Network.Models.ApiError", "InstancesRestarted": "System.Collections.Generic.IList`1[System.String]", @@ -327888,7 +327954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -328001,7 +328067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -328128,7 +328194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -328285,7 +328351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -328398,7 +328464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -328534,7 +328600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -328706,7 +328772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -328819,7 +328885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -328958,7 +329024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -329133,7 +329199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -329246,7 +329312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -329393,7 +329459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -329582,7 +329648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -329695,7 +329761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -329828,7 +329894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -329850,7 +329916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -329878,7 +329944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": true @@ -329888,7 +329954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -330017,7 +330083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -330186,7 +330252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -330220,7 +330286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -330254,7 +330320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" }, "ValidateNotNullOrEmpty": true @@ -330270,7 +330336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -330474,7 +330540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -330587,7 +330653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -330716,7 +330782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -330744,7 +330810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -330822,7 +330888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -330987,7 +331053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -331021,7 +331087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" }, "ValidateNotNullOrEmpty": true @@ -331141,7 +331207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -331194,7 +331260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -331274,7 +331340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -331390,7 +331456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -331470,7 +331536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -331561,7 +331627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -331688,7 +331754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -331734,7 +331800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -331870,7 +331936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -332042,7 +332108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -332120,7 +332186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -332156,7 +332222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -332166,7 +332232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogScrubbing": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration", "RequestBodyCheck": "System.Boolean", @@ -332189,7 +332255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exceptions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException]", "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", @@ -332280,7 +332346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -332296,7 +332362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogScrubbing": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration", "RequestBodyCheck": "System.Boolean", @@ -332325,7 +332391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exceptions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException]", "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", @@ -332409,7 +332475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -332442,7 +332508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -332458,7 +332524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogScrubbing": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration", "RequestBodyCheck": "System.Boolean", @@ -332487,7 +332553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exceptions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException]", "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", @@ -332586,7 +332652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -332602,7 +332668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogScrubbing": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration", "RequestBodyCheck": "System.Boolean", @@ -332631,7 +332697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exceptions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException]", "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", @@ -332715,7 +332781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" }, "ValidateNotNullOrEmpty": false @@ -332731,7 +332797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogScrubbing": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration", "RequestBodyCheck": "System.Boolean", @@ -332760,7 +332826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exceptions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException]", "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", @@ -332851,7 +332917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -332964,7 +333030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -333071,7 +333137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -333124,7 +333190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -333164,7 +333230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -333229,7 +333295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -333454,7 +333520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -333619,7 +333685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -333669,7 +333735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -333715,7 +333781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -333739,7 +333805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -333896,7 +333962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -334009,7 +334075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -334145,7 +334211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -334317,7 +334383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -334430,7 +334496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -334528,7 +334594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -334561,7 +334627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -334596,7 +334662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -334623,7 +334689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -334652,7 +334718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -334717,7 +334783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -334765,7 +334831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -334935,7 +335001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -335075,7 +335141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -335245,7 +335311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -335310,7 +335376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -335340,7 +335406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -335363,7 +335429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -335396,7 +335462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -335422,7 +335488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -335448,7 +335514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -335618,7 +335684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" }, "ValidateNotNullOrEmpty": true @@ -335690,7 +335756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -335736,7 +335802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -335823,7 +335889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -335946,7 +336012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -336059,7 +336125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -336189,7 +336255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -336349,7 +336415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -336462,7 +336528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -336560,7 +336626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -336642,7 +336708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -336807,7 +336873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -336957,7 +337023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -337007,7 +337073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -337164,7 +337230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -337277,7 +337343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -337375,7 +337441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -337408,7 +337474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -337434,7 +337500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -337463,7 +337529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -337544,7 +337610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -337789,7 +337855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -337974,7 +338040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -338004,7 +338070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -338027,7 +338093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -338053,7 +338119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -338079,7 +338145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -338271,7 +338337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -338384,7 +338450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -338473,7 +338539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -338521,7 +338587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -338622,7 +338688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" }, "ValidateNotNullOrEmpty": true @@ -338694,7 +338760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -338807,7 +338873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -338999,7 +339065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -339051,7 +339117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -339315,7 +339381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -339391,7 +339457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -339504,7 +339570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -339617,7 +339683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -339719,7 +339785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -339941,7 +340007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -340148,7 +340214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -340185,7 +340251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -340407,7 +340473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -340621,7 +340687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -340734,7 +340800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -340859,7 +340925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -340903,7 +340969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -340943,7 +341009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -340972,7 +341038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -341006,7 +341072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -341033,7 +341099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -341098,7 +341164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -341377,7 +341443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -341566,7 +341632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -341607,7 +341673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -341644,7 +341710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -341670,7 +341736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -341701,7 +341767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -341725,7 +341791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -341758,7 +341824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -341954,7 +342020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -342067,7 +342133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -342156,7 +342222,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -342206,7 +342272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -342307,7 +342373,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -342381,7 +342447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -342494,7 +342560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -342619,7 +342685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -342653,7 +342719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -342688,7 +342754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -342746,7 +342812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -342980,7 +343046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -343169,7 +343235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -343200,7 +343266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -343232,7 +343298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -343258,7 +343324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -343454,7 +343520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -343567,7 +343633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -343732,7 +343798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -343939,7 +344005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -344052,7 +344118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -344206,7 +344272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -344408,7 +344474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -344521,7 +344587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -344703,7 +344769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -344939,7 +345005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -345052,7 +345118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -345141,7 +345207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -345159,7 +345225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -345172,7 +345238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": true @@ -345220,7 +345286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -345321,7 +345387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -345345,7 +345411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -345364,7 +345430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" }, "ValidateNotNullOrEmpty": true @@ -345436,7 +345502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -345489,7 +345555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -345611,7 +345677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -345787,7 +345853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -345900,7 +345966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -346036,7 +346102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -346208,7 +346274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -346321,7 +346387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -346457,7 +346523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -346629,7 +346695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -346742,7 +346808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -346831,7 +346897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -346850,7 +346916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -346879,7 +346945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -346914,7 +346980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -346950,7 +347016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -347015,7 +347081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -347116,7 +347182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -347226,7 +347292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -347327,7 +347393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -347392,7 +347458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -347418,7 +347484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -347459,7 +347525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -347483,7 +347549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -347584,7 +347650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -347649,7 +347715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -347673,7 +347739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -347706,7 +347772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -347807,7 +347873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -347902,7 +347968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -348003,7 +348069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" }, "ValidateNotNullOrEmpty": true @@ -348075,7 +348141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -348188,7 +348254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -348314,7 +348380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup" }, "ValidateNotNullOrEmpty": true @@ -348351,7 +348417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion" }, "ValidateNotNullOrEmpty": true @@ -348399,7 +348465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -348555,7 +348621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup" }, "ValidateNotNullOrEmpty": true @@ -348616,7 +348682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion" }, "ValidateNotNullOrEmpty": true @@ -348688,7 +348754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -348793,7 +348859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -348989,7 +349055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -349275,7 +349341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -349351,7 +349417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -349441,7 +349507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -349561,7 +349627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -349646,7 +349712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -349782,7 +349848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -349959,7 +350025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -350113,7 +350179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -350189,7 +350255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -350310,7 +350376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -350479,7 +350545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -350564,7 +350630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -350703,7 +350769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -350803,7 +350869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -351106,7 +351172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -351379,7 +351445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -351425,7 +351491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -351705,7 +351771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -351806,7 +351872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -351858,7 +351924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -352020,7 +352086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -352174,7 +352240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -352265,7 +352331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -352341,7 +352407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -352477,7 +352543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -352572,7 +352638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -352637,7 +352703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -352705,7 +352771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering" }, "ValidateNotNullOrEmpty": false @@ -352771,7 +352837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -352948,7 +353014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering" }, "ValidateNotNullOrEmpty": false @@ -353129,7 +353195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -353216,7 +353282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -353512,7 +353578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -353961,7 +354027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -354032,7 +354098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -354117,7 +354183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -354229,7 +354295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -354297,7 +354363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -354382,7 +354448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -354497,7 +354563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration", "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", @@ -354505,6 +354571,7 @@ "LearnedIPPrefixes": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", @@ -354514,28 +354581,29 @@ "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "NetworkRuleCollectionsText": "System.String", + "ThreatIntelWhitelistText": "System.String", + "PrivateRangeText": "System.String", + "DNSServersText": "System.String", "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "PrivateRangeText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "Name": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "NatRuleCollectionsText": "System.String", - "EnableFatFlowLogging": "System.String", - "ManagementIpConfigurationText": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "EnableDnstapLogging": "System.String", "IpConfigurationsText": "System.String", + "ExtendedLocationText": "System.String", "RouteServerId": "System.String", "EnableUDPLogOptimization": "System.String", - "EnableDnstapLogging": "System.String", "Etag": "System.String", + "EnableFatFlowLogging": "System.String", "AllowActiveFTP": "System.String", "ProvisioningState": "System.String", "DNSEnableProxy": "System.String", "ThreatIntelMode": "System.String", - "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", "Id": "System.String", "DNSServer": "System.String[]", "PrivateRange": "System.String[]" @@ -354829,7 +354897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration", "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", @@ -354837,6 +354905,7 @@ "LearnedIPPrefixes": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", @@ -354846,28 +354915,29 @@ "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "NetworkRuleCollectionsText": "System.String", + "ThreatIntelWhitelistText": "System.String", + "PrivateRangeText": "System.String", + "DNSServersText": "System.String", "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "PrivateRangeText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "Name": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "NatRuleCollectionsText": "System.String", - "EnableFatFlowLogging": "System.String", - "ManagementIpConfigurationText": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "EnableDnstapLogging": "System.String", "IpConfigurationsText": "System.String", + "ExtendedLocationText": "System.String", "RouteServerId": "System.String", "EnableUDPLogOptimization": "System.String", - "EnableDnstapLogging": "System.String", "Etag": "System.String", + "EnableFatFlowLogging": "System.String", "AllowActiveFTP": "System.String", "ProvisioningState": "System.String", "DNSEnableProxy": "System.String", "ThreatIntelMode": "System.String", - "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", "Id": "System.String", "DNSServer": "System.String[]", "PrivateRange": "System.String[]" @@ -354927,7 +354997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration", "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", @@ -354935,6 +355005,7 @@ "LearnedIPPrefixes": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", @@ -354944,28 +355015,29 @@ "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "NetworkRuleCollectionsText": "System.String", + "ThreatIntelWhitelistText": "System.String", + "PrivateRangeText": "System.String", + "DNSServersText": "System.String", "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "PrivateRangeText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "Name": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "NatRuleCollectionsText": "System.String", - "EnableFatFlowLogging": "System.String", - "ManagementIpConfigurationText": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "EnableDnstapLogging": "System.String", "IpConfigurationsText": "System.String", + "ExtendedLocationText": "System.String", "RouteServerId": "System.String", "EnableUDPLogOptimization": "System.String", - "EnableDnstapLogging": "System.String", "Etag": "System.String", + "EnableFatFlowLogging": "System.String", "AllowActiveFTP": "System.String", "ProvisioningState": "System.String", "DNSEnableProxy": "System.String", "ThreatIntelMode": "System.String", - "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", "Id": "System.String", "DNSServer": "System.String[]", "PrivateRange": "System.String[]" @@ -355055,7 +355127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -355145,7 +355217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -355213,7 +355285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -355235,7 +355307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -355248,7 +355320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -355278,7 +355350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -355336,7 +355408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -355361,7 +355433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -355378,7 +355450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -355512,7 +355584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -355546,7 +355618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -355565,7 +355637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -355598,7 +355670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -355686,7 +355758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -355723,7 +355795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -355746,7 +355818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -355832,7 +355904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -355924,7 +355996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -355958,7 +356030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -355977,7 +356049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -356010,7 +356082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -356098,7 +356170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -356135,7 +356207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -356158,7 +356230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -356261,7 +356333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -356295,7 +356367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -356314,7 +356386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -356347,7 +356419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -356435,7 +356507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -356472,7 +356544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -356495,7 +356567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -356628,7 +356700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -356662,7 +356734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -356681,7 +356753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -356714,7 +356786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -356802,7 +356874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -356839,7 +356911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -356862,7 +356934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -356937,7 +357009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -357012,7 +357084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -357036,7 +357108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -357104,7 +357176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -357126,7 +357198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -357139,7 +357211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -357160,7 +357232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -357184,7 +357256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -357201,7 +357273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -357317,7 +357389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -357351,7 +357423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -357370,7 +357442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -357403,7 +357475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -357439,7 +357511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -357462,7 +357534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -357530,7 +357602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -357595,7 +357667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -357629,7 +357701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -357648,7 +357720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -357681,7 +357753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -357717,7 +357789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -357740,7 +357812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -357808,7 +357880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -357885,7 +357957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -357919,7 +357991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -357938,7 +358010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -357971,7 +358043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -358007,7 +358079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -358030,7 +358102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -358133,7 +358205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -358167,7 +358239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -358186,7 +358258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -358219,7 +358291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -358255,7 +358327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -358278,7 +358350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -358396,7 +358468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -358430,7 +358502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -358449,7 +358521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" } @@ -358482,7 +358554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -358518,7 +358590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -358541,7 +358613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -358616,7 +358688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Size": "System.String", @@ -358688,7 +358760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -358701,7 +358773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -358775,7 +358847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -358888,7 +358960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -358971,7 +359043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -359030,7 +359102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -359095,7 +359167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -359131,7 +359203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -359228,7 +359300,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -359310,7 +359382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -359382,7 +359454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Size": "System.String", @@ -359451,7 +359523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft", "Name": "System.String" @@ -359464,7 +359536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -359538,7 +359610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -359648,7 +359720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -359728,7 +359800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", "ExplicitProxy": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", @@ -359787,7 +359859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -359852,7 +359924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft", "Name": "System.String" @@ -359888,7 +359960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -359985,7 +360057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -360067,7 +360139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" }, "ValidateNotNullOrEmpty": true @@ -360139,7 +360211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -360235,7 +360307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -360569,7 +360641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -360800,7 +360872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -360856,7 +360928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -360926,7 +360998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -361026,7 +361098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -361098,7 +361170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -361184,7 +361256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -361300,7 +361372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -361409,7 +361481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -361448,7 +361520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -361477,7 +361549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -361496,7 +361568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -361607,7 +361679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -361623,7 +361695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -361733,7 +361805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -361778,7 +361850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -361794,7 +361866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -361889,7 +361961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -361924,7 +361996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -362019,7 +362091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" }, "ValidateNotNullOrEmpty": true @@ -362050,7 +362122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -362145,7 +362217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" }, "ValidateNotNullOrEmpty": false @@ -362247,7 +362319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -362319,7 +362391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -362408,7 +362480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -362461,7 +362533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -362510,7 +362582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -362592,7 +362664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -362766,7 +362838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -362816,7 +362888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -363005,7 +363077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -363160,7 +363232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -363300,7 +363372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -363346,7 +363418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -363501,7 +363573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -363641,7 +363713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -363682,7 +363754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -363829,7 +363901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -363901,7 +363973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -364021,7 +364093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -364095,7 +364167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -364324,7 +364396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -364538,7 +364610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -364580,7 +364652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -364801,7 +364873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -364873,7 +364945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -364984,7 +365056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -365053,7 +365125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -365120,7 +365192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -365385,7 +365457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -365620,7 +365692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -365662,7 +365734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -365697,7 +365769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -365939,7 +366011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -366011,7 +366083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -366095,7 +366167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -366114,7 +366186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -366181,7 +366253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -366301,7 +366373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -366381,7 +366453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -366501,7 +366573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -366566,7 +366638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -366601,7 +366673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -366721,7 +366793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -366793,7 +366865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -366865,7 +366937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -367017,7 +367089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -367241,7 +367313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -367313,7 +367385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -367451,7 +367523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -367497,7 +367569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -367516,7 +367588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -367578,7 +367650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -367868,7 +367940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -368112,7 +368184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -368154,7 +368226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -368170,7 +368242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -368200,7 +368272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", @@ -368451,7 +368523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -368511,7 +368583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -368622,7 +368694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -368787,7 +368859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "SourceVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -368888,7 +368960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "SourceVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -368923,7 +368995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -368933,7 +369005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -368943,7 +369015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -368953,7 +369025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -368963,7 +369035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -369061,7 +369133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369077,7 +369149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369093,7 +369165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369109,7 +369181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369125,7 +369197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -369240,7 +369312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369256,7 +369328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369272,7 +369344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369288,7 +369360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369304,7 +369376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -369404,7 +369476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "SourceVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -369445,7 +369517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369461,7 +369533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369477,7 +369549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369493,7 +369565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369509,7 +369581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -369606,7 +369678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369622,7 +369694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369638,7 +369710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369654,7 +369726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -369670,7 +369742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -369774,7 +369846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -369864,7 +369936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -369956,7 +370028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -370078,7 +370150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -370177,7 +370249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -370262,7 +370334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -370315,7 +370387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -370365,7 +370437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -370385,7 +370457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -370405,7 +370477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -370425,7 +370497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -370497,7 +370569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -370755,7 +370827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -370904,7 +370976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -370954,7 +371026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -371000,7 +371072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -371016,7 +371088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" }, "ValidateNotNullOrEmpty": false @@ -371032,7 +371104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" }, "ValidateNotNullOrEmpty": false @@ -371048,7 +371120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -371094,7 +371166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -371250,7 +371322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -371340,7 +371412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -371414,7 +371486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -371524,7 +371596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkManagerScopes": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -371584,7 +371656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkManagerScopes": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -371658,7 +371730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManager, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkManagerScopes": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -371762,7 +371834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectivityCapability": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -371824,7 +371896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectivityCapability": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -371900,7 +371972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectivityCapability": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -372006,7 +372078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -372061,7 +372133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -372130,7 +372202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -372229,7 +372301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPoolProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -372286,7 +372358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPoolProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -372357,7 +372429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPoolProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -372458,7 +372530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidrProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -372511,7 +372583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidrProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -372578,7 +372650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidr, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidrProperties", "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", @@ -372675,7 +372747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -372731,7 +372803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -372801,7 +372873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -372901,7 +372973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -372968,7 +373040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -373227,7 +373299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -373517,7 +373589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination", "NextHop": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop", @@ -373587,7 +373659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination", "NextHop": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop", @@ -373975,7 +374047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination", "NextHop": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop", @@ -374298,7 +374370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesTo": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem]", @@ -374368,7 +374440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesTo": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem]", @@ -374636,7 +374708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesTo": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem]", @@ -374899,7 +374971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -374956,7 +375028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -375027,7 +375099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopeConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -375128,7 +375200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ApplyOnNetworkIntentPolicyBasedServices": "System.Collections.Generic.List`1[System.String]", @@ -375187,7 +375259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ApplyOnNetworkIntentPolicyBasedServices": "System.Collections.Generic.List`1[System.String]", @@ -375260,7 +375332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ApplyOnNetworkIntentPolicyBasedServices": "System.Collections.Generic.List`1[System.String]", @@ -375363,7 +375435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -375419,7 +375491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -375489,7 +375561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityBaseAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -375589,7 +375661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -375646,7 +375718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -375717,7 +375789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityAdminRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -375818,7 +375890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -375884,7 +375956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -376118,7 +376190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "NetworkManagerName": "System.String", @@ -376377,7 +376449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Sources": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem]", @@ -376455,7 +376527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Sources": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem]", @@ -376578,7 +376650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -376588,7 +376660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -376803,7 +376875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -376819,7 +376891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -376931,7 +377003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Sources": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem]", @@ -377109,7 +377181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -377125,7 +377197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" }, "ValidateNotNullOrEmpty": false @@ -377308,7 +377380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem]", @@ -377377,7 +377449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem]", @@ -377644,7 +377716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem]", @@ -377906,7 +377978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -377962,7 +378034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -378032,7 +378104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "ScopeId": "System.String", @@ -378132,7 +378204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspaceProperties", @@ -378201,7 +378273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspaceProperties", @@ -378438,7 +378510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", "Properties": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspaceProperties", @@ -378700,7 +378772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -378758,7 +378830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -378830,7 +378902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -378932,7 +379004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -379012,7 +379084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -379090,7 +379162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -379198,7 +379270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -379287,7 +379359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -379384,7 +379456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -379394,7 +379466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -379512,7 +379584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -379753,7 +379825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -379769,7 +379841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" }, "ValidateNotNullOrEmpty": false @@ -379800,7 +379872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -380088,7 +380160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -380336,7 +380408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLog", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -380389,7 +380461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -380621,7 +380693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -380879,7 +380951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -381162,7 +381234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -383018,7 +383090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -383076,7 +383148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -383135,7 +383207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -383192,7 +383264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -383286,7 +383358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -383296,7 +383368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -383380,7 +383452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -383616,7 +383688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -383661,7 +383733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -383677,7 +383749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -384074,7 +384146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -384090,7 +384162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -384457,7 +384529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -384473,7 +384545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -384804,7 +384876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" }, "ValidateNotNullOrEmpty": true @@ -384820,7 +384892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" }, "ValidateNotNullOrEmpty": false @@ -384930,7 +385002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -385092,7 +385164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -385160,7 +385232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -385217,7 +385289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -385454,7 +385526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -385740,7 +385812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -387864,7 +387936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", @@ -388055,7 +388127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", "ProvisioningState": "System.String", @@ -388135,7 +388207,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig" ] @@ -388242,7 +388314,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig" ] @@ -388331,7 +388403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -388415,7 +388487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -388501,7 +388573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -388617,7 +388689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -389097,7 +389169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -389169,7 +389241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -389255,7 +389327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -389371,7 +389443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -389444,7 +389516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -389531,7 +389603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -389648,7 +389720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -389716,7 +389788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -389798,7 +389870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", @@ -389910,7 +389982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -389977,7 +390049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -390077,7 +390149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -390225,7 +390297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -390291,7 +390363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -390372,7 +390444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -390489,7 +390561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -390555,7 +390627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -390671,7 +390743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -390841,7 +390913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -390908,7 +390980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -390981,7 +391053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -391084,7 +391156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -391174,7 +391246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -391219,7 +391291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -391248,7 +391320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -391359,7 +391431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -391463,7 +391535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -391511,7 +391583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -391594,7 +391666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -391617,7 +391689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -391715,7 +391787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -391795,7 +391867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" }, "ValidateNotNullOrEmpty": false @@ -391882,7 +391954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -391932,7 +392004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -392015,7 +392087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingIntent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", "ProvisioningState": "System.String", @@ -392140,7 +392212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -392197,7 +392269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -392268,7 +392340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "Tag": "System.Collections.Hashtable", @@ -392369,7 +392441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -392435,7 +392507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -392498,7 +392570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -392585,7 +392657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -392660,7 +392732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -392766,7 +392838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -392899,7 +392971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -393012,7 +393084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -393054,7 +393126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" }, "ValidateNotNullOrEmpty": false @@ -393155,7 +393227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" }, "ValidateNotNullOrEmpty": false @@ -393268,7 +393340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" }, "ValidateNotNullOrEmpty": false @@ -393366,7 +393438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -393414,7 +393486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" }, "ValidateNotNullOrEmpty": false @@ -393509,7 +393581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" }, "ValidateNotNullOrEmpty": false @@ -393611,7 +393683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -393690,7 +393762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -393783,7 +393855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -393906,7 +393978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -393998,7 +394070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -394086,7 +394158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -394153,7 +394225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -394163,7 +394235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" }, "ValidateNotNullOrEmpty": false @@ -394173,7 +394245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -394201,7 +394273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": true @@ -394259,7 +394331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -394315,7 +394387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -394355,7 +394427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -394365,7 +394437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -394429,7 +394501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -394500,7 +394572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -394600,7 +394672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -394691,7 +394763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -394707,7 +394779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" }, "ValidateNotNullOrEmpty": false @@ -394723,7 +394795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -394769,7 +394841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": true @@ -394863,7 +394935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -394955,7 +395027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -395019,7 +395091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -395035,7 +395107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -395135,7 +395207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -395235,7 +395307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -395335,7 +395407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -395426,7 +395498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" }, "ValidateNotNullOrEmpty": false @@ -395442,7 +395514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" }, "ValidateNotNullOrEmpty": false @@ -395458,7 +395530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -395504,7 +395576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": true @@ -395598,7 +395670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -395690,7 +395762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -395754,7 +395826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -395770,7 +395842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -395870,7 +395942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -395962,7 +396034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -396052,7 +396124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -396166,7 +396238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -396176,7 +396248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -396186,7 +396258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -396196,7 +396268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -396206,7 +396278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration" }, "ValidateNotNullOrEmpty": false @@ -396256,7 +396328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InboundAuthCertificateChain": "System.Collections.Generic.List`1[System.String]", "InboundAuthCertificateSubjectName": "System.String", @@ -396308,7 +396380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -396458,7 +396530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -396474,7 +396546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -396490,7 +396562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -396506,7 +396578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -396522,7 +396594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration" }, "ValidateNotNullOrEmpty": false @@ -396587,7 +396659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InboundAuthCertificateChain": "System.Collections.Generic.List`1[System.String]", "InboundAuthCertificateSubjectName": "System.String", @@ -396671,7 +396743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -396821,7 +396893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -396837,7 +396909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -396853,7 +396925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -396869,7 +396941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId" }, "ValidateNotNullOrEmpty": false @@ -396885,7 +396957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration" }, "ValidateNotNullOrEmpty": false @@ -396950,7 +397022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InboundAuthCertificateChain": "System.Collections.Generic.List`1[System.String]", "InboundAuthCertificateSubjectName": "System.String", @@ -397235,7 +397307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -397327,7 +397399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -397386,7 +397458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -397451,7 +397523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -397565,7 +397637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -397598,7 +397670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -397719,7 +397791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -397793,7 +397865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -397881,7 +397953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -397999,7 +398071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -398087,7 +398159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -398143,7 +398215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": false @@ -398162,7 +398234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -398202,7 +398274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -398243,7 +398315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "SourceVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -398288,7 +398360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -398300,7 +398372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" }, "ValidateNotNullOrEmpty": false @@ -398310,7 +398382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -398320,7 +398392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -398348,7 +398420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -398423,7 +398495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -398491,7 +398563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": false @@ -398523,7 +398595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -398541,7 +398613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" }, "ValidateNotNullOrEmpty": false @@ -398557,7 +398629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -398573,7 +398645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -398619,7 +398691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -398765,7 +398837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -398833,7 +398905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": false @@ -398865,7 +398937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -398883,7 +398955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" }, "ValidateNotNullOrEmpty": false @@ -398899,7 +398971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -398915,7 +398987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -398961,7 +399033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -399044,7 +399116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -399081,7 +399153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -399116,7 +399188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "SourceVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -399172,7 +399244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -399240,7 +399312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" }, "ValidateNotNullOrEmpty": false @@ -399272,7 +399344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -399290,7 +399362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" }, "ValidateNotNullOrEmpty": false @@ -399306,7 +399378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" }, "ValidateNotNullOrEmpty": false @@ -399322,7 +399394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation" }, "ValidateNotNullOrEmpty": false @@ -399368,7 +399440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation" }, "ValidateNotNullOrEmpty": false @@ -399458,7 +399530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -399518,7 +399590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -399592,7 +399664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -399696,7 +399768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -399766,7 +399838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -399785,7 +399857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -399921,7 +399993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -399995,7 +400067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -400090,7 +400162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -400209,7 +400281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -400290,7 +400362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -400403,7 +400475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -400521,7 +400593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -400663,7 +400735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", "Tag": "System.Collections.Hashtable", @@ -400725,7 +400797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -400841,7 +400913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -401299,7 +401371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -401382,7 +401454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -401621,7 +401693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -401943,7 +402015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -402026,7 +402098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -402267,7 +402339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -402591,7 +402663,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails" ] @@ -402854,7 +402926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Cortex", "Name": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -402951,7 +403023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -403207,7 +403279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -403548,7 +403620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Cortex", "Name": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -403631,7 +403703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -403842,7 +403914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -404136,7 +404208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -404249,7 +404321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -404376,7 +404448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "GlobalConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", @@ -404546,7 +404618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -404603,7 +404675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -404692,7 +404764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -405149,7 +405221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -405354,7 +405426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -405470,7 +405542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -405928,7 +406000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -406010,7 +406082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -406248,7 +406320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthentication": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", @@ -406570,7 +406642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -406653,7 +406725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -406894,7 +406966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -407218,7 +407290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Circuits": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverCircuitResourceDetails]", "Connections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverConnectionResourceDetails]", @@ -407546,7 +407618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Cortex", "Name": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -407642,7 +407714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -407897,7 +407969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -408238,7 +408310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Cortex", "Name": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -408321,7 +408393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -408532,7 +408604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -408826,7 +408898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -408927,7 +408999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -409100,7 +409172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -409413,7 +409485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Hops": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", "AvgLatencyInMs": "System.Nullable`1[System.Int32]", @@ -409465,7 +409537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -409565,7 +409637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -409627,7 +409699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -409733,7 +409805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -409930,7 +410002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -410109,7 +410181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -410273,7 +410345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -410365,7 +410437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Access": "System.String", "RuleName": "System.String" @@ -410411,7 +410483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -410589,7 +410661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -411439,7 +411511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Available": "System.Boolean", "AvailableIPAddresses": "System.Collections.Generic.List`1[System.String]", @@ -411486,7 +411558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -411597,7 +411669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -412057,7 +412129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -412145,7 +412217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -412506,7 +412578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -413072,7 +413144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Delegation": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties", @@ -413166,7 +413238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -413287,7 +413359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -413423,7 +413495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", "PropagateStaticRoutes": "System.Boolean", @@ -413504,7 +413576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Delegation": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties", @@ -413570,7 +413642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -413688,7 +413760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -413780,7 +413852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Delegation": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties", @@ -413845,7 +413917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -413971,7 +414043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -414078,7 +414150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -414173,7 +414245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -414264,7 +414336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -414315,7 +414387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -414325,7 +414397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -414396,7 +414468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -414539,7 +414611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -414586,7 +414658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -414754,7 +414826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -414819,7 +414891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -414866,7 +414938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -415065,7 +415137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -415112,7 +415184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -415248,7 +415320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -415302,7 +415374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -415349,7 +415421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -415485,7 +415557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -415523,7 +415595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -415588,7 +415660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -415635,7 +415707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -415771,7 +415843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -415840,7 +415912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -415887,7 +415959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -416051,7 +416123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -416098,7 +416170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -416246,7 +416318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -416311,7 +416383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -416358,7 +416430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -416537,7 +416609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -416584,7 +416656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -416733,7 +416805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" }, "ValidateNotNullOrEmpty": false @@ -416780,7 +416852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -416920,7 +416992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRule]", "AssociatedInboundConnections": "System.Collections.Generic.List`1[System.String]", @@ -417013,7 +417085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -417058,7 +417130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRule]", "AssociatedInboundConnections": "System.Collections.Generic.List`1[System.String]", @@ -417091,7 +417163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule" }, "ValidateNotNullOrEmpty": false @@ -417201,7 +417273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule" }, "ValidateNotNullOrEmpty": false @@ -417304,7 +417376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -417352,7 +417424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule" }, "ValidateNotNullOrEmpty": false @@ -417435,7 +417507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRule]", "AssociatedInboundConnections": "System.Collections.Generic.List`1[System.String]", @@ -417462,7 +417534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule" }, "ValidateNotNullOrEmpty": false @@ -417560,7 +417632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule" }, "ValidateNotNullOrEmpty": false @@ -417640,7 +417712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule" }, "ValidateNotNullOrEmpty": false @@ -417727,7 +417799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualRouterAutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", "AllowBranchToBranchTraffic": "System.Boolean", @@ -417855,7 +417927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -417976,7 +418048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -418096,7 +418168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -418163,7 +418235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -418237,7 +418309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualRouterAutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", "AllowBranchToBranchTraffic": "System.Boolean", @@ -418357,7 +418429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -418705,7 +418777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -418968,7 +419040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -419063,7 +419135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -419109,7 +419181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -419144,7 +419216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -419265,7 +419337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -419385,7 +419457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -419433,7 +419505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -419533,7 +419605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", "Labels": "System.Collections.Generic.List`1[System.String]", @@ -419561,7 +419633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -419676,7 +419748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -419772,7 +419844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" }, "ValidateNotNullOrEmpty": false @@ -419875,7 +419947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty]", "RuleType": "System.String", @@ -419952,7 +420024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Delegation": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties", @@ -420027,7 +420099,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty" ] @@ -420154,7 +420226,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty" ] @@ -420240,7 +420312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Delegation": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties", @@ -420320,7 +420392,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty" ] @@ -420455,7 +420527,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty" ] @@ -420571,7 +420643,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty" ] @@ -420660,7 +420732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", "AddressPrefix": "System.String", @@ -420749,7 +420821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -420889,7 +420961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -421031,7 +421103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" } @@ -421150,7 +421222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -421262,7 +421334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -421313,7 +421385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -421323,7 +421395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -421394,7 +421466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -421502,7 +421574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -421518,7 +421590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -421625,7 +421697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -421740,7 +421812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -421756,7 +421828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -421863,7 +421935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -421948,7 +422020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -422011,7 +422083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -422027,7 +422099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -422134,7 +422206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -422231,7 +422303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" }, "ValidateNotNullOrEmpty": false @@ -422247,7 +422319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -422354,7 +422426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" } @@ -422443,7 +422515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -422547,7 +422619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -422579,7 +422651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -422624,7 +422696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -422784,7 +422856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -423084,7 +423156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -423113,7 +423185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -423293,7 +423365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -423435,7 +423507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -423699,7 +423771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -423727,7 +423799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -423863,7 +423935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -423981,7 +424053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -424024,7 +424096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -424183,7 +424255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -424273,7 +424345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -424316,7 +424388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -424452,7 +424524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -424543,7 +424615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -424586,7 +424658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -424710,7 +424782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -424816,7 +424888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -424911,7 +424983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "IPConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration]", @@ -425000,7 +425072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "IPConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration]", @@ -425288,7 +425360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "IPConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration]", @@ -425485,7 +425557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -425590,7 +425662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -426068,7 +426140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -426389,7 +426461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -426767,7 +426839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowBranchToBranchTraffic": "System.Boolean", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -426884,7 +426956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -427232,7 +427304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -427495,7 +427567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -427577,7 +427649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -427893,7 +427965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -428383,7 +428455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -428497,7 +428569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -428546,7 +428618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -428601,7 +428673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -428623,7 +428695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -428650,7 +428722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -428790,7 +428862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -428869,7 +428941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -428903,7 +428975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -428942,7 +429014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -429070,7 +429142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -429149,7 +429221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -429183,7 +429255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -429222,7 +429294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -429305,7 +429377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -429372,7 +429444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -429451,7 +429523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -429485,7 +429557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -429524,7 +429596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -429634,7 +429706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -429713,7 +429785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" }, "ValidateNotNullOrEmpty": false @@ -429747,7 +429819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -429786,7 +429858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" }, "ValidateNotNullOrEmpty": false @@ -429873,7 +429945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -429961,7 +430033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -429999,7 +430071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -430009,7 +430081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -430028,7 +430100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": false @@ -430150,7 +430222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -430166,7 +430238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -430197,7 +430269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": false @@ -430328,7 +430400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -430363,7 +430435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -430379,7 +430451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -430410,7 +430482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": false @@ -430553,7 +430625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -430569,7 +430641,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -430600,7 +430672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": false @@ -430728,7 +430800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" }, "ValidateNotNullOrEmpty": false @@ -430744,7 +430816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" }, "ValidateNotNullOrEmpty": false @@ -430775,7 +430847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" }, "ValidateNotNullOrEmpty": false @@ -430910,7 +430982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -431019,7 +431091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -431603,7 +431675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -432004,7 +432076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -432105,7 +432177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -432227,7 +432299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -432284,7 +432356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -432294,7 +432366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -432456,7 +432528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -432590,7 +432662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -432606,7 +432678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -432704,7 +432776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -432815,7 +432887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -432949,7 +433021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -432965,7 +433037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -433140,7 +433212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" }, "ValidateNotNullOrEmpty": false @@ -433274,7 +433346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -433290,7 +433362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -433426,7 +433498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" }, "ValidateNotNullOrEmpty": false @@ -433442,7 +433514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" }, "ValidateNotNullOrEmpty": false @@ -433544,7 +433616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDefault": "System.Boolean", "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -433637,7 +433709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -433714,7 +433786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -433857,7 +433929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -433941,7 +434013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -434023,7 +434095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -434155,7 +434227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -434268,7 +434340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" }, "ValidateNotNullOrEmpty": false @@ -434355,7 +434427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -434442,7 +434514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -434501,7 +434573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -434607,7 +434679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -434617,7 +434689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -434870,7 +434942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -434886,7 +434958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -435153,7 +435225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -435169,7 +435241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -435300,7 +435372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -435451,7 +435523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -435467,7 +435539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -435719,7 +435791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -435735,7 +435807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -435835,7 +435907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -436021,7 +436093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -436037,7 +436109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -436137,7 +436209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -436308,7 +436380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -436324,7 +436396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -436424,7 +436496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -436459,7 +436531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -436610,7 +436682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -436626,7 +436698,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -436726,7 +436798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -436882,7 +436954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -436898,7 +436970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -437164,7 +437236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -437180,7 +437252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -437431,7 +437503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -437447,7 +437519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -437562,7 +437634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -437713,7 +437785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -437729,7 +437801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -437965,7 +438037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -437981,7 +438053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -438199,7 +438271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" }, "ValidateNotNullOrEmpty": false @@ -438215,7 +438287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" } @@ -471628,7 +471700,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -471679,7 +471751,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayGlobalConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableRequestBuffering": "System.Nullable`1[System.Boolean]", "EnableResponseBuffering": "System.Nullable`1[System.Boolean]" @@ -471725,7 +471797,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Name": "System.String", @@ -471765,7 +471837,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -471816,7 +471888,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -471863,7 +471935,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup" ] @@ -471871,7 +471943,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[System.Int32]", "RuleGroupName": "System.String", @@ -471918,7 +471990,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion" ] @@ -471926,7 +471998,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExclusionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]", "MatchVariable": "System.String", @@ -471966,7 +472038,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet" ] @@ -471974,7 +472046,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup]", "RuleSetVersion": "System.String", @@ -472013,7 +472085,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup" ] @@ -472021,7 +472093,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule]", "RuleGroupName": "System.String" @@ -472059,7 +472131,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule" ] @@ -472067,7 +472139,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleId": "System.String" }, @@ -472104,7 +472176,7 @@ "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -472144,7 +472216,7 @@ "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue" @@ -472153,7 +472225,7 @@ "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -472291,7 +472363,7 @@ "Microsoft.Azure.Commands.Network.Models.PSResourceId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -472328,7 +472400,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate" ] @@ -472336,7 +472408,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -472378,7 +472450,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" ] @@ -472386,7 +472458,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -472439,7 +472511,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress" ] @@ -472447,7 +472519,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Fqdn": "System.String", "IpAddress": "System.String" @@ -472485,7 +472557,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration" ] @@ -472493,7 +472565,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -472576,7 +472648,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Fqdns": "System.Collections.Generic.List`1[System.String]", "RequiredMemberName": "System.String", @@ -472615,7 +472687,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosSettings": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", @@ -472680,7 +472752,7 @@ "Microsoft.Azure.Commands.Network.Models.PSDdosSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DdosProtectionPlan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProtectionMode": "System.String" @@ -472718,7 +472790,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String", "Name": "System.String", @@ -472767,7 +472839,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -472813,7 +472885,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSubnet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -472910,7 +472982,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -472982,7 +473054,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface" ] @@ -472990,7 +473062,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", @@ -473072,7 +473144,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsServers": "System.Collections.Generic.List`1[System.String]", "AppliedDnsServers": "System.Collections.Generic.List`1[System.String]", @@ -473115,7 +473187,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration" ] @@ -473123,7 +473195,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -473166,7 +473238,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -473218,7 +473290,7 @@ "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -473303,7 +473375,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSResourceId" ] @@ -473316,7 +473388,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSSecurityRule" ] @@ -473324,7 +473396,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSecurityRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -473385,7 +473457,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup" ] @@ -473393,7 +473465,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -473439,7 +473511,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSSubnet" ] @@ -473447,7 +473519,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteTable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -473506,7 +473578,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRoute" ] @@ -473514,7 +473586,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -473557,7 +473629,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSDelegation" ] @@ -473565,7 +473637,7 @@ "Microsoft.Azure.Commands.Network.Models.PSDelegation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -473607,7 +473679,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation" ] @@ -473615,7 +473687,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllocatedAddressPrefixes": "System.Collections.Generic.IList`1[System.String]", "Id": "System.String", @@ -473655,7 +473727,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration" ] @@ -473663,7 +473735,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint" ] @@ -473671,7 +473743,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -473747,7 +473819,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig" ] @@ -473755,7 +473827,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpAddresses": "System.Collections.Generic.List`1[System.String]", "Fqdn": "System.String" @@ -473793,7 +473865,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration" ] @@ -473801,7 +473873,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "GroupId": "System.String", @@ -473843,7 +473915,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection" ] @@ -473851,7 +473923,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", "GroupIds": "System.Collections.Generic.List`1[System.String]", @@ -473897,7 +473969,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.String", "Description": "System.String", @@ -473936,7 +474008,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink" ] @@ -473944,7 +474016,7 @@ "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkedResourceType": "System.String", "Link": "System.String", @@ -473986,7 +474058,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink" ] @@ -473994,7 +474066,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkedResourceType": "System.String", "Link": "System.String", @@ -474036,7 +474108,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint" ] @@ -474044,7 +474116,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkIdentifier": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Locations": "System.Collections.Generic.List`1[System.String]", @@ -474084,7 +474156,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy" ] @@ -474092,7 +474164,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -474150,7 +474222,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition" ] @@ -474158,7 +474230,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -474201,7 +474273,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DomainNameLabelScope": "System.Nullable`1[Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType]", "DomainNameLabel": "System.String", @@ -474241,7 +474313,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType" ] @@ -474249,7 +474321,7 @@ "Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDomainNameLabelScopeType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -474336,7 +474408,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -474374,7 +474446,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag" ] @@ -474382,7 +474454,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -474420,7 +474492,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" ] @@ -474428,7 +474500,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Management.Network.Models.SubResource", @@ -474548,7 +474620,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress" ] @@ -474556,7 +474628,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -474607,7 +474679,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping" ] @@ -474615,7 +474687,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendPort": "System.Nullable`1[System.Int32]", "BackendPort": "System.Nullable`1[System.Int32]", @@ -474654,7 +474726,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface" ] @@ -474662,7 +474734,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "Identifier": "System.Int32", @@ -474702,7 +474774,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" ] @@ -474710,7 +474782,7 @@ "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -474772,7 +474844,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap" ] @@ -474780,7 +474852,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings" ] @@ -474788,7 +474860,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -474860,7 +474932,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -474898,7 +474970,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings" ] @@ -474906,7 +474978,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -474968,7 +475040,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError" ] @@ -474976,7 +475048,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -475014,7 +475086,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration" ] @@ -475022,7 +475094,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -475071,7 +475143,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort" ] @@ -475079,7 +475151,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -475121,7 +475193,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener" ] @@ -475129,7 +475201,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -475185,7 +475257,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration" ] @@ -475193,7 +475265,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -475236,7 +475308,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener" ] @@ -475244,7 +475316,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -475295,7 +475367,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection" ] @@ -475303,7 +475375,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -475348,7 +475420,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration" ] @@ -475356,7 +475428,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", "ProvisioningState": "System.String", @@ -475399,7 +475471,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration" ] @@ -475407,7 +475479,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Primary": "System.Nullable`1[System.Boolean]", @@ -475453,7 +475525,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe" ] @@ -475461,7 +475533,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -475514,7 +475586,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -475553,7 +475625,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration" ] @@ -475561,7 +475633,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -475613,7 +475685,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule" ] @@ -475621,7 +475693,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -475676,7 +475748,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet" ] @@ -475684,7 +475756,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -475731,7 +475803,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule" ] @@ -475739,7 +475811,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionSet": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", "Conditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", @@ -475782,7 +475854,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -475824,7 +475896,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -475863,7 +475935,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration" ] @@ -475871,7 +475943,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HeaderValueMatcher": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher", "HeaderValue": "System.String", @@ -475910,7 +475982,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderValueMatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -475949,7 +476021,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition" ] @@ -475957,7 +476029,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -475997,7 +476069,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule" ] @@ -476005,7 +476077,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -476054,7 +476126,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate" ] @@ -476062,7 +476134,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -476112,7 +476184,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile" ] @@ -476120,7 +476192,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", @@ -476165,7 +476237,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]", "VerifyClientRevocation": "System.String" @@ -476203,7 +476275,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate" ] @@ -476211,7 +476283,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ValidatedCertData": "System.String", @@ -476255,7 +476327,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate" ] @@ -476263,7 +476335,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -476305,7 +476377,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap" ] @@ -476313,7 +476385,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -476363,7 +476435,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule" ] @@ -476371,7 +476443,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -476553,7 +476625,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exceptions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException]", "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", @@ -476592,7 +476664,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException" ] @@ -476600,7 +476672,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyException, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExceptionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]", "Values": "System.Collections.Generic.List`1[System.String]", @@ -476642,7 +476714,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion" ] @@ -476650,7 +476722,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExclusionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]", "MatchVariable": "System.String", @@ -476690,7 +476762,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet" ] @@ -476698,7 +476770,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", "ComputedDisabledRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSetRuleGroup]", @@ -476738,7 +476810,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride" ] @@ -476746,7 +476818,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", "RuleGroupName": "System.String" @@ -476784,7 +476856,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride" ] @@ -476792,7 +476864,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleId": "System.String", "State": "System.String", @@ -476832,7 +476904,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSetRuleGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSetRuleGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSetRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSetRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSetRuleGroup" ] @@ -476840,7 +476912,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSetRuleGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSetRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSetRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSetRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[System.String]", "RuleGroupName": "System.String" @@ -476878,7 +476950,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LogScrubbing": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration", "RequestBodyCheck": "System.Boolean", @@ -476926,7 +476998,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScrubbingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule]", "State": "System.String" @@ -476964,7 +477036,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule" ] @@ -476972,7 +477044,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyLogScrubbingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "System.String", "MatchVariable": "System.String", @@ -485832,7 +485904,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule" ] @@ -485840,7 +485912,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", "GroupByUserSession": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession]", @@ -485886,7 +485958,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition" ] @@ -485894,7 +485966,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", "MatchValues": "System.Collections.Generic.List`1[System.String]", @@ -485938,7 +486010,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable" ] @@ -485946,7 +486018,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VariableName": "System.String", "Selector": "System.String" @@ -485984,7 +486056,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession" ] @@ -485992,7 +486064,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByUserSession, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupByVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable]" }, @@ -486029,7 +486101,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable" ] @@ -486037,7 +486109,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRuleGroupByVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VariableName": "System.String" }, @@ -486074,7 +486146,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String", @@ -486113,7 +486185,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BandwidthInMbps": "System.Int32", "PeeringLocation": "System.String", @@ -486152,7 +486224,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization" ] @@ -486160,7 +486232,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -486202,7 +486274,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPeering" ] @@ -486210,7 +486282,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeering": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -486272,7 +486344,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", "RouteFilter": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", @@ -486318,7 +486390,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdvertisedPublicPrefixInfo": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeeringPrefixConfig]", "AdvertisedPublicPrefixes": "System.Collections.Generic.List`1[System.String]", @@ -486364,7 +486436,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeeringPrefixConfig]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeeringPrefixConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeeringPrefixConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeeringPrefixConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPeeringPrefixConfig" ] @@ -486372,7 +486444,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeeringPrefixConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeeringPrefixConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringPrefixConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringPrefixConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Prefix": "System.String", "ValidationId": "System.String", @@ -486412,7 +486484,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteFilter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -486470,7 +486542,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule" ] @@ -486478,7 +486550,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -486520,7 +486592,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection" ] @@ -486528,7 +486600,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -486577,7 +486649,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "CircuitConnectionStatus": "System.String" @@ -486615,7 +486687,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection" ] @@ -486623,7 +486695,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -486679,7 +486751,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -486716,7 +486788,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering" ] @@ -486724,7 +486796,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -486788,7 +486860,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink" ] @@ -486796,7 +486868,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", "RouterName": "System.String", @@ -486844,7 +486916,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CknSecretIdentifier": "System.String", "CakSecretIdentifier": "System.String", @@ -486884,7 +486956,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -486922,7 +486994,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration" ] @@ -486930,7 +487002,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool" ] @@ -486938,7 +487010,7 @@ "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -486999,7 +487071,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule" ] @@ -487007,7 +487079,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -487072,7 +487144,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSOutboundRule" ] @@ -487080,7 +487152,7 @@ "Microsoft.Azure.Commands.Network.Models.PSOutboundRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -487132,7 +487204,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSProbe" ] @@ -487140,7 +487212,7 @@ "Microsoft.Azure.Commands.Network.Models.PSProbe": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -487209,7 +487281,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -487247,7 +487319,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress" ] @@ -487255,7 +487327,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag" ] @@ -487263,7 +487335,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -487301,7 +487373,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterAutoScaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Int32" }, @@ -487338,7 +487410,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer" ] @@ -487346,7 +487418,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -487388,7 +487460,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy" ] @@ -487396,7 +487468,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destinations": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -487437,7 +487509,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" ] @@ -487445,7 +487517,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -487487,7 +487559,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAddressSpace": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpamPoolPrefixAllocations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpamPoolPrefixAllocation]", "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", @@ -487526,7 +487598,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBgpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpPeeringAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]", "PeerWeight": "System.Nullable`1[System.Int32]", @@ -487566,7 +487638,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" ] @@ -487574,7 +487646,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Etag": "System.String", @@ -487613,7 +487685,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayAutoscaleConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Bounds": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPropertiesAutoScaleConfigurationBounds", "ScaleUnit": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPropertiesAutoScaleConfigurationBounds", @@ -487652,7 +487724,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPropertiesAutoScaleConfigurationBounds": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPropertiesAutoScaleConfigurationBounds", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Min": "System.Int32", "Max": "System.Int32" @@ -487690,7 +487762,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationStatus": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "State": "System.String", "Phase": "System.String", @@ -487729,7 +487801,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Int32", "Name": "System.String", @@ -487768,7 +487840,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "ClientConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration]", @@ -487824,7 +487896,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration" ] @@ -487832,7 +487904,7 @@ "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "VirtualNetworkGatewayPolicyGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -487872,7 +487944,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" ] @@ -487880,7 +487952,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -487924,7 +487996,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRadiusServer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRadiusServer" ] @@ -487932,7 +488004,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRadiusServer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RadiusServerScore": "System.Int32", "RadiusServerSecret": "System.String", @@ -487971,7 +488043,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate" ] @@ -487979,7 +488051,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -488020,7 +488092,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate" ] @@ -488028,7 +488100,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -488069,7 +488141,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration" ] @@ -488077,7 +488149,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -488122,7 +488194,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule" ] @@ -488130,7 +488202,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", "ExternalMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", @@ -488177,7 +488249,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping" ] @@ -488185,7 +488257,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "System.String", "PortRange": "System.String" @@ -488223,7 +488295,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup" ] @@ -488231,7 +488303,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDefault": "System.Boolean", "ClientConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -488277,7 +488349,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember" ] @@ -488285,7 +488357,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPolicyGroupMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "AttributeType": "System.String", @@ -488324,7 +488396,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualNetworkCommunity": "System.String", "RegionalCommunity": "System.String" @@ -488366,7 +488438,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkEncryption": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkEncryption, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkEncryption, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.String", "Enforcement": "System.String" @@ -488410,7 +488482,7 @@ "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsServers": "System.Collections.Generic.List`1[System.String]", "DnsServersText": "System.String" @@ -488448,7 +488520,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering" ] @@ -488456,7 +488528,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", @@ -488522,7 +488594,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -488559,7 +488631,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpAllocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", @@ -488614,7 +488686,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -488685,7 +488757,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer" ] @@ -488693,7 +488765,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -488735,7 +488807,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Int32", "Address": "System.String", @@ -488774,7 +488846,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Port": "System.Nullable`1[System.Int32]", "ResourceId": "System.String" @@ -488834,7 +488906,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject" ] @@ -488842,7 +488914,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", "Type": "System.String", @@ -488881,7 +488953,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WorkspaceResourceId": "System.String" }, @@ -488918,7 +488990,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject" ] @@ -488926,7 +488998,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", "Destinations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", @@ -488970,7 +489042,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject" ] @@ -488978,7 +489050,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scope": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope", "Name": "System.String", @@ -489021,7 +489093,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem]", "Exclude": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem]", @@ -489061,7 +489133,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem" ] @@ -489069,7 +489141,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Address": "System.String" }, @@ -489106,7 +489178,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject" ] @@ -489114,7 +489186,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", "SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", @@ -489157,7 +489229,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -489191,7 +489263,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoundTripTimeMs": "System.Nullable`1[System.Double]", "ChecksFailedPercent": "System.Nullable`1[System.Int32]" @@ -489229,7 +489301,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Servers": "System.Collections.Generic.IList`1[System.String]", "EnableProxy": "System.Nullable`1[System.Boolean]" @@ -489267,7 +489339,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyExplicitProxy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableExplicitProxy": "System.Nullable`1[System.Boolean]", "EnablePacFile": "System.Nullable`1[System.Boolean]", @@ -489309,7 +489381,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", "Profile": "System.String", @@ -489348,7 +489420,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BypassTrafficSettings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting]", "SignatureOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride]", @@ -489387,7 +489459,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting" ] @@ -489395,7 +489467,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceAddresses": "System.Collections.Generic.List`1[System.String]", "DestinationAddresses": "System.Collections.Generic.List`1[System.String]", @@ -489439,7 +489511,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride" ] @@ -489447,7 +489519,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Mode": "System.String" @@ -489485,7 +489557,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tier": "System.String" }, @@ -489522,7 +489594,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateRanges": "System.Collections.Generic.IList`1[System.String]", "AutoLearnPrivateRanges": "System.String" @@ -489564,7 +489636,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllowSqlRedirect": "System.Nullable`1[System.Boolean]" }, @@ -489601,7 +489673,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -489639,7 +489711,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateAuthority": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority" }, @@ -489676,7 +489748,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "KeyVaultSecretId": "System.String" @@ -489722,7 +489794,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllocatedIpAddresses": "System.Collections.Generic.List`1[System.String]", "VpnClientConnectionsCount": "System.Int32", @@ -489763,7 +489835,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" ] @@ -489771,7 +489843,7 @@ "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -489820,7 +489892,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", "AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -489863,7 +489935,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ids": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Labels": "System.Collections.Generic.List`1[System.String]" @@ -489901,7 +489973,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVnetRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StaticRoutesConfig": "Microsoft.Azure.Commands.Network.Models.PSStaticRoutesConfig", "StaticRoutes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSStaticRoute]" @@ -489939,7 +490011,7 @@ "Microsoft.Azure.Commands.Network.Models.PSStaticRoutesConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoutesConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoutesConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoutesConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PropagateStaticRoutes": "System.Boolean", "VnetLocalRouteOverrideCriteria": "System.String" @@ -489977,7 +490049,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSStaticRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSStaticRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSStaticRoute" ] @@ -489985,7 +490057,7 @@ "Microsoft.Azure.Commands.Network.Models.PSStaticRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -490024,7 +490096,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup" ] @@ -490032,7 +490104,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsDefault": "System.Boolean", "P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -490078,7 +490150,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember" ] @@ -490086,7 +490158,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "AttributeType": "System.String", @@ -490125,7 +490197,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AadTenant": "System.String", "AadAudience": "System.String", @@ -490164,7 +490236,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSClientCertificate" ] @@ -490172,7 +490244,7 @@ "Microsoft.Azure.Commands.Network.Models.PSClientCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Thumbprint": "System.String" @@ -490210,7 +490282,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate" ] @@ -490218,7 +490290,7 @@ "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "PublicCertData": "System.String" @@ -490256,7 +490328,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway" ] @@ -490264,7 +490336,7 @@ "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -490321,7 +490393,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet" ] @@ -490329,7 +490401,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]", "Tag": "System.Collections.Hashtable", @@ -490379,7 +490451,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup" ] @@ -490387,7 +490459,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]", "RuleGroupName": "System.String", @@ -490427,7 +490499,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule" ] @@ -490435,7 +490507,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleId": "System.Int32", "Description": "System.String", @@ -490476,7 +490548,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool" ] @@ -490484,7 +490556,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]", @@ -490524,7 +490596,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings" ] @@ -490532,7 +490604,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "Servers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]", @@ -490572,7 +490644,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer" ] @@ -490580,7 +490652,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "Address": "System.String", @@ -490620,7 +490692,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallManifestRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallManifestRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallManifestRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallManifestRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallManifestRuleSet" ] @@ -490628,7 +490700,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallManifestRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallManifestRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallManifestRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallManifestRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]", "Tiers": "System.Collections.Generic.IList`1[System.String]", @@ -490668,7 +490740,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup" ] @@ -490676,7 +490748,7 @@ "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Bastion", "Name": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -490745,7 +490817,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration" ] @@ -490753,7 +490825,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -490796,7 +490868,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBastion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", @@ -490893,7 +490965,7 @@ "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Bastion", "Name": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmId": "System.String", "Bsl": "System.String", @@ -491107,7 +491179,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity" ] @@ -491115,7 +491187,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsAuthorizedToUse": "System.Boolean", "CommunityPrefixes": "System.Collections.Generic.List`1[System.String]", @@ -491158,7 +491230,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterface": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -491207,7 +491279,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule" ] @@ -491215,7 +491287,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -491262,7 +491334,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -491299,7 +491371,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Bounds": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", "BoundsText": "System.String" @@ -491337,7 +491409,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Min": "System.Int32", "Max": "System.Int32" @@ -491375,7 +491447,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -491412,7 +491484,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection" ] @@ -491420,7 +491492,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -491467,7 +491539,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths" ] @@ -491475,7 +491547,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ValueInGbps": "System.Nullable`1[System.Int32]", "OfferName": "System.String" @@ -491513,7 +491585,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered" ] @@ -491521,7 +491593,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ValueInMbps": "System.Int32", "OfferName": "System.String" @@ -491559,7 +491631,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MinCapacity": "System.Nullable`1[System.Int32]", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -491597,7 +491669,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", "PrivateIPAddress": "System.String" @@ -491635,7 +491707,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", "Count": "System.Int32" @@ -491673,13 +491745,13 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress" }, "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Address": "System.String" }, @@ -491716,7 +491788,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -491760,7 +491832,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpPrefixes": "System.Collections.Generic.IList`1[System.String]" }, @@ -491797,7 +491869,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -491835,7 +491907,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -491873,7 +491945,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection" ] @@ -491881,7 +491953,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", @@ -491955,7 +492027,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" }, @@ -491992,7 +492064,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule" ] @@ -492000,7 +492072,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -492062,7 +492134,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol" ] @@ -492070,7 +492142,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolType": "System.String", "Port": "System.UInt32" @@ -492122,7 +492194,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration" ] @@ -492130,7 +492202,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection" ] @@ -492138,7 +492210,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", @@ -492212,7 +492284,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" }, @@ -492249,7 +492321,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule" ] @@ -492257,7 +492329,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -492318,7 +492390,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection" ] @@ -492326,7 +492398,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -492400,7 +492472,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule" ] @@ -492408,7 +492480,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -492470,7 +492542,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallAutoscaleConfiguration", "HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses", @@ -492478,6 +492550,7 @@ "LearnedIPPrefixes": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpPrefix", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", "ThreatIntelWhitelist": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", + "ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation", "VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource", "FirewallPolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "ApplicationRuleCollections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", @@ -492487,28 +492560,29 @@ "Zones": "System.Collections.Generic.List`1[System.String]", "Tag": "System.Collections.Hashtable", "NetworkRuleCollectionsText": "System.String", + "ThreatIntelWhitelistText": "System.String", + "PrivateRangeText": "System.String", + "DNSServersText": "System.String", "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "DNSServersText": "System.String", - "PrivateRangeText": "System.String", - "ThreatIntelWhitelistText": "System.String", - "Name": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "NatRuleCollectionsText": "System.String", - "EnableFatFlowLogging": "System.String", - "ManagementIpConfigurationText": "System.String", + "Name": "System.String", + "ResourceGroupName": "System.String", + "ApplicationRuleCollectionsText": "System.String", + "EnableDnstapLogging": "System.String", "IpConfigurationsText": "System.String", + "ExtendedLocationText": "System.String", "RouteServerId": "System.String", "EnableUDPLogOptimization": "System.String", - "EnableDnstapLogging": "System.String", "Etag": "System.String", + "EnableFatFlowLogging": "System.String", "AllowActiveFTP": "System.String", "ProvisioningState": "System.String", "DNSEnableProxy": "System.String", "ThreatIntelMode": "System.String", - "ApplicationRuleCollectionsText": "System.String", + "ManagementIpConfigurationText": "System.String", "Id": "System.String", "DNSServer": "System.String[]", "PrivateRange": "System.String[]" @@ -492794,7 +492868,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tag": "System.Collections.Hashtable", "FqdnTagName": "System.String", @@ -492840,7 +492914,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Size": "System.String", @@ -492892,7 +492966,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection" ] @@ -492900,7 +492974,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "RuleCollectionType": "System.String", @@ -492939,7 +493013,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraft, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Size": "System.String", @@ -492991,7 +493065,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -493039,7 +493113,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerHealthPerRulePerBackendAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerHealthPerRulePerBackendAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerHealthPerRulePerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerHealthPerRulePerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerHealthPerRulePerBackendAddress" ] @@ -493047,7 +493121,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerHealthPerRulePerBackendAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerHealthPerRulePerBackendAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerHealthPerRulePerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerHealthPerRulePerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpAddress": "System.String", "NetworkInterfaceIPConfigurationId": "System.String", @@ -493090,7 +493164,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossTenantScopes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes]", "ManagementGroups": "System.Collections.Generic.List`1[System.String]", @@ -493132,7 +493206,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes" ] @@ -493140,7 +493214,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerCrossTenantScopes, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagementGroups": "System.Collections.Generic.List`1[System.String]", "Subscriptions": "System.Collections.Generic.List`1[System.String]", @@ -493181,7 +493255,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSSystemData, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "LastModifiedAt": "System.Nullable`1[System.DateTime]", @@ -493223,7 +493297,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration" ] @@ -493231,7 +493305,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup]", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem]", @@ -493282,7 +493356,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup" ] @@ -493290,7 +493364,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "MemberType": "System.String" @@ -493328,7 +493402,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem" ] @@ -493336,7 +493410,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkGroupId": "System.String", "UseHubGateway": "System.String", @@ -493376,7 +493450,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub" ] @@ -493384,7 +493458,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceId": "System.String", "ResourceType": "System.String" @@ -493422,7 +493496,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule" ] @@ -493430,7 +493504,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerActiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup]", "RuleCollectionAppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -493480,7 +493554,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem" ] @@ -493488,7 +493562,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkGroupId": "System.String" }, @@ -493525,7 +493599,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSPoolAssociation": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSPoolAssociation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSPoolAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSPoolAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "ReservedAddressPrefixes": "System.Collections.Generic.List`1[System.String]", @@ -493572,7 +493646,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityCapabilities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectedGroupPrivateEndpointsScale": "System.String", "ConnectedGroupAddressOverlap": "System.String", @@ -493611,7 +493685,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus" ] @@ -493619,7 +493693,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationIds": "System.Collections.Generic.IList`1[System.String]", "CommitTime": "System.Nullable`1[System.DateTime]", @@ -493662,7 +493736,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration" ] @@ -493670,7 +493744,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveConnectivityConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConfigurationGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup]", "AppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConnectivityGroupItem]", @@ -493719,7 +493793,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule" ] @@ -493727,7 +493801,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerEffectiveBaseSecurityAdminRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerConfigurationGroup]", "RuleCollectionAppliesToGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityGroupItem]", @@ -493775,7 +493849,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPoolProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPoolProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIpamPoolProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPAddressType": "System.Collections.Generic.IList`1[System.String]", "AddressPrefixes": "System.Collections.Generic.IList`1[System.String]", @@ -493819,7 +493893,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidrProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidrProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidrProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSStaticCidrProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.IList`1[System.String]", "ProvisioningState": "System.String", @@ -493861,7 +493935,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationAddress": "System.String", "Type": "System.String" @@ -493899,7 +493973,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingRuleNextHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NextHopAddress": "System.String", "NextHopType": "System.String" @@ -493937,7 +494011,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem" ] @@ -493945,7 +494019,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerRoutingGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkGroupId": "System.String" }, @@ -493982,7 +494056,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem" ] @@ -493990,7 +494064,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerAddressPrefixItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "AddressPrefixType": "System.String" @@ -494028,7 +494102,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem" ] @@ -494036,7 +494110,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerSecurityUserGroupItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkGroupId": "System.String" }, @@ -494073,7 +494147,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspaceProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspaceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspaceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSVerifierWorkspaceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.String", "Description": "System.String", @@ -494112,7 +494186,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntentProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntentProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntentProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisIntentProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTraffic": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic", "Description": "System.String", @@ -494153,7 +494227,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceIps": "System.Collections.Generic.List`1[System.String]", "DestinationIps": "System.Collections.Generic.List`1[System.String]", @@ -494195,7 +494269,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRunProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRunProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRunProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSReachabilityAnalysisRunProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IntentContent": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIntentContent", "Description": "System.String", @@ -494236,7 +494310,7 @@ "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIntentContent": { "Namespace": "Microsoft.Azure.Commands.Network.Models.NetworkManager", "Name": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIntentContent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIntentContent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIntentContent, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTraffic": "Microsoft.Azure.Commands.Network.Models.NetworkManager.PSIPTraffic", "SourceResourceId": "System.String", @@ -494276,7 +494350,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface" ] @@ -494284,7 +494358,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Container": "Microsoft.Azure.Commands.Network.Models.PSContainer", "ContainerNetworkInterfaceConfiguration": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", @@ -494330,7 +494404,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -494367,7 +494441,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -494411,7 +494485,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile" ] @@ -494419,7 +494493,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "ProvisioningState": "System.String", @@ -494461,7 +494535,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration" ] @@ -494469,7 +494543,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -494515,7 +494589,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration" ] @@ -494523,7 +494597,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation" ] @@ -494531,7 +494605,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties", "Id": "System.String", @@ -494570,7 +494644,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Region": "System.String", @@ -494610,7 +494684,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceDelegationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceName": "System.String", "ProvisioningState": "System.String" @@ -494657,7 +494731,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliancePartnerManagedResourceProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliancePartnerManagedResourceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliancePartnerManagedResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliancePartnerManagedResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "InternalLoadBalancerId": "System.String", @@ -494696,7 +494770,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration]" }, @@ -494733,7 +494807,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration" ] @@ -494741,7 +494815,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfigurationProperties", "NicType": "System.String" @@ -494779,7 +494853,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfigurationProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfigurationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNetworkInterfaceConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration]" }, @@ -494816,7 +494890,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration" ] @@ -494824,7 +494898,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfigurationProperties", "Name": "System.String" @@ -494862,7 +494936,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfigurationProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfigurationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceIpConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Primary": "System.Boolean" }, @@ -494899,7 +494973,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Vendor": "System.String", "BundledScaleUnit": "System.String", @@ -494938,7 +495012,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties" ] @@ -494946,7 +495020,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceInterfaceConfigProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "NicType": "System.Collections.Generic.List`1[System.String]", @@ -494985,7 +495059,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSResourceId" ] @@ -494993,7 +495067,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties" ] @@ -495001,7 +495075,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceAdditionalNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HasPublicIP": "System.Boolean", "Name": "System.String", @@ -495040,7 +495114,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties" ] @@ -495048,7 +495122,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceInternetIngressIpsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -495085,7 +495159,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties" ] @@ -495093,7 +495167,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "PublicIpAddress": "System.String", @@ -495133,7 +495207,7 @@ "Microsoft.Azure.Commands.Network.Models.ApiErrorCode": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.ApiErrorCode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.ApiErrorCode, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.ApiErrorCode, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Message": "System.String", @@ -495173,7 +495247,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances" ] @@ -495181,7 +495255,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceCount": "System.Nullable`1[System.Int32]", "ScaleUnit": "System.String" @@ -495219,7 +495293,7 @@ "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Version": "System.Nullable`1[System.Int32]", "Type": "System.String" @@ -495257,7 +495331,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -495295,7 +495369,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkWatcherFlowAnalyticsConfiguration": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties" }, @@ -495336,7 +495410,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "TrafficAnalyticsInterval": "System.Nullable`1[System.Int32]", @@ -495381,7 +495455,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureMachineScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Include": "System.Collections.Generic.List`1[System.String]", "Exclude": "System.Collections.Generic.List`1[System.String]" @@ -495419,7 +495493,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FileCount": "System.Nullable`1[System.Int32]", "SessionTimeLimitInSeconds": "System.Nullable`1[System.Int32]", @@ -495458,7 +495532,7 @@ "Microsoft.Azure.Commands.Network.Models.PSStorageLocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StorageId": "System.String", "StoragePath": "System.String", @@ -495498,7 +495572,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter" ] @@ -495506,7 +495580,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocol": "System.String", "RemoteIPAddress": "System.String", @@ -495547,7 +495621,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType" ] @@ -495555,7 +495629,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureTargetType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -495650,7 +495724,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry" ] @@ -495658,7 +495732,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "States": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]", @@ -495698,7 +495772,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState" ] @@ -495706,7 +495780,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "Cities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]", @@ -495746,7 +495820,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity" ] @@ -495754,7 +495828,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "CityName": "System.String" @@ -495792,7 +495866,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Country": "System.String", "State": "System.String", @@ -495831,7 +495905,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem" ] @@ -495839,7 +495913,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Latencies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]", "Provider": "System.String", @@ -495879,7 +495953,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo" ] @@ -495887,7 +495961,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TimeStamp": "System.Nullable`1[System.DateTime]", "Score": "System.Nullable`1[System.Int32]" @@ -495925,7 +495999,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView" ] @@ -495933,7 +496007,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EffectiveSecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]", "NetworkInterfaceSecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -495978,7 +496052,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTopologyResource" ] @@ -495986,7 +496060,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTopologyResource": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Associations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]", "Name": "System.String", @@ -496027,7 +496101,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation" ] @@ -496035,7 +496109,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AssociationType": "System.String", "Name": "System.String", @@ -496074,7 +496148,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails" ] @@ -496082,7 +496156,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendedActions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]", "Id": "System.String", @@ -496124,7 +496198,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions" ] @@ -496132,7 +496206,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionId": "System.String", "ActionText": "System.String", @@ -496172,7 +496246,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig" ] @@ -496180,7 +496254,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecordSets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]", "Name": "System.String", @@ -496221,7 +496295,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet" ] @@ -496229,7 +496303,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpAddresses": "System.Collections.Generic.IList`1[System.String]", "Ttl": "System.Int32", @@ -496272,7 +496346,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subscriptions": "System.Collections.Generic.List`1[System.String]", "SubscriptionsText": "System.String" @@ -496310,7 +496384,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection" ] @@ -496318,7 +496392,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -496364,7 +496438,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration" ] @@ -496372,7 +496446,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -496420,7 +496494,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteMapRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteMapRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule" ] @@ -496428,7 +496502,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Actions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction]", "MatchCriteria": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion]", @@ -496472,7 +496546,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction" ] @@ -496480,7 +496554,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter]", "Type": "System.String", @@ -496522,7 +496596,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter" ] @@ -496530,7 +496604,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleActionParameter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutePrefix": "System.Collections.Generic.List`1[System.String]", "Community": "System.Collections.Generic.List`1[System.String]", @@ -496572,7 +496646,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion" ] @@ -496580,7 +496654,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMapRuleCriterion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RoutePrefix": "System.Collections.Generic.List`1[System.String]", "Community": "System.Collections.Generic.List`1[System.String]", @@ -496623,7 +496697,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -496665,7 +496739,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSBgpConnection" ] @@ -496673,7 +496747,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBgpConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerIp": "System.String", @@ -496716,7 +496790,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration" ] @@ -496724,7 +496798,7 @@ "Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -496766,7 +496840,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" ] @@ -496774,7 +496848,7 @@ "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -496818,7 +496892,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMap]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMap]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRouteMap" ] @@ -496826,7 +496900,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteMap": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteMapRule]", "AssociatedInboundConnections": "System.Collections.Generic.List`1[System.String]", @@ -496872,7 +496946,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" ] @@ -496885,7 +496959,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRoute" ] @@ -496893,7 +496967,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "NextHops": "System.Collections.Generic.List`1[System.String]", @@ -496934,7 +497008,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRoute" ] @@ -496942,7 +497016,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubEffectiveRouteMapRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Prefix": "System.String", "BgpCommunities": "System.String", @@ -496981,7 +497055,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVHubRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVHubRoute" ] @@ -496989,7 +497063,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVHubRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Destinations": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -497030,7 +497104,7 @@ "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies" }, @@ -497067,7 +497141,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Allow": "System.Nullable`1[System.Boolean]", "Optimize": "System.Nullable`1[System.Boolean]", @@ -497106,7 +497180,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration" ] @@ -497114,7 +497188,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkApplianceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Primary": "System.Nullable`1[System.Boolean]", "ProvisioningState": "System.String", @@ -497158,7 +497232,7 @@ "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCertificateAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InboundAuthCertificateChain": "System.Collections.Generic.List`1[System.String]", "InboundAuthCertificateSubjectName": "System.String", @@ -497197,7 +497271,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -497249,7 +497323,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -497333,7 +497407,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration" ] @@ -497341,7 +497415,7 @@ "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayCustomBgpIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Etag": "System.String", @@ -497380,7 +497454,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy" ] @@ -497388,7 +497462,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LocalAddressRanges": "System.String[]", "RemoteAddressRanges": "System.String[]" @@ -497426,7 +497500,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth" ] @@ -497434,7 +497508,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", @@ -497475,7 +497549,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "isSaInitiator": "System.Boolean", "quickModeSa": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa]", @@ -497524,7 +497598,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa" ] @@ -497532,7 +497606,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "isSaInitiator": "System.Boolean", "localTrafficSelectors": "System.Collections.Generic.List`1[System.String]", @@ -497581,7 +497655,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverTestDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Circuits": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverCircuitResourceDetails]", "Connections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverConnectionResourceDetails]", @@ -497632,7 +497706,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverCircuitResourceDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverCircuitResourceDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverCircuitResourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverCircuitResourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverCircuitResourceDetails" ] @@ -497640,7 +497714,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverCircuitResourceDetails": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverCircuitResourceDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverCircuitResourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverCircuitResourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NrpResourceUri": "System.String", "Name": "System.String", @@ -497681,7 +497755,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverConnectionResourceDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverConnectionResourceDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverConnectionResourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverConnectionResourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverConnectionResourceDetails" ] @@ -497689,7 +497763,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverConnectionResourceDetails": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverConnectionResourceDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverConnectionResourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverConnectionResourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NrpResourceUri": "System.String", "Name": "System.String", @@ -497731,7 +497805,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverSingleTestDetails": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverSingleTestDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverSingleTestDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverSingleTestDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WasSimulationSuccessful": "System.Boolean", "RedundantRoutes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverRedundantRoute]", @@ -497781,7 +497855,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverRedundantRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverRedundantRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverRedundantRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverRedundantRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverRedundantRoute" ] @@ -497789,7 +497863,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverRedundantRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverRedundantRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverRedundantRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteFailoverRedundantRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PeeringLocations": "System.Collections.Generic.List`1[System.String]", "Routes": "System.Collections.Generic.List`1[System.String]" @@ -497827,7 +497901,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFailoverConnectionDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFailoverConnectionDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSFailoverConnectionDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSFailoverConnectionDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSFailoverConnectionDetails" ] @@ -497835,7 +497909,7 @@ "Microsoft.Azure.Commands.Network.Models.PSFailoverConnectionDetails": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFailoverConnectionDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFailoverConnectionDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFailoverConnectionDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsVerified": "System.Boolean", "FailoverLocation": "System.String", @@ -497874,7 +497948,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResiliencyRecommendationComponents]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResiliencyRecommendationComponents]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResiliencyRecommendationComponents, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResiliencyRecommendationComponents, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSResiliencyRecommendationComponents" ] @@ -497882,7 +497956,7 @@ "Microsoft.Azure.Commands.Network.Models.PSResiliencyRecommendationComponents": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResiliencyRecommendationComponents", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResiliencyRecommendationComponents, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResiliencyRecommendationComponents, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Recommendations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSGatewayResiliencyRecommendation]", "Name": "System.String", @@ -497924,7 +497998,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSGatewayResiliencyRecommendation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSGatewayResiliencyRecommendation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSGatewayResiliencyRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSGatewayResiliencyRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSGatewayResiliencyRecommendation" ] @@ -497932,7 +498006,7 @@ "Microsoft.Azure.Commands.Network.Models.PSGatewayResiliencyRecommendation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayResiliencyRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayResiliencyRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayResiliencyRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecommendationTitle": "System.String", "RecommendationId": "System.String", @@ -497977,7 +498051,7 @@ "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSCircuitMetadataMap]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSCircuitMetadataMap]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSCircuitMetadataMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSCircuitMetadataMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Commands.Network.Models.PSCircuitMetadataMap" @@ -497986,7 +498060,7 @@ "Microsoft.Azure.Commands.Network.Models.PSCircuitMetadataMap": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSCircuitMetadataMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCircuitMetadataMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCircuitMetadataMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Link": "System.String", @@ -498027,7 +498101,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSGatewayRouteSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSGatewayRouteSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSGatewayRouteSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSGatewayRouteSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSGatewayRouteSet" ] @@ -498035,7 +498109,7 @@ "Microsoft.Azure.Commands.Network.Models.PSGatewayRouteSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayRouteSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRouteSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRouteSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Detail": "System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails]]", "Locations": "System.Collections.Generic.List`1[System.String]", @@ -498078,7 +498152,7 @@ "System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails]]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails]]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails]" @@ -498087,7 +498161,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails" ] @@ -498095,7 +498169,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteSourceDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Circuit": "System.String", "Pri": "System.String", @@ -498137,7 +498211,7 @@ "Microsoft.Azure.Commands.Network.Models.PSUsageName": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSUsageName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsageName, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsageName, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.String", "LocalizedValue": "System.String" @@ -498175,7 +498249,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSite": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -498229,7 +498303,7 @@ "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies" }, @@ -498266,7 +498340,7 @@ "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Allow": "System.Nullable`1[System.Boolean]", "Optimize": "System.Nullable`1[System.Boolean]", @@ -498305,7 +498379,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkSpeedInMbps": "System.Int32", "DeviceVendor": "System.String", @@ -498344,7 +498418,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink" ] @@ -498352,7 +498426,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", @@ -498397,7 +498471,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Asn": "System.Nullable`1[System.Int64]", "BgpPeeringAddress": "System.String" @@ -498435,7 +498509,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkSpeedInMbps": "System.Int32", "LinkProviderName": "System.String" @@ -498473,7 +498547,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection" ] @@ -498481,7 +498555,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "UsePolicyBasedTrafficSelectors": "System.Boolean", @@ -498540,7 +498614,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnConnection" ] @@ -498548,7 +498622,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration", @@ -498604,7 +498678,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration" ] @@ -498612,7 +498686,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "PublicIpAddress": "System.String", @@ -498651,7 +498725,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule" ] @@ -498659,7 +498733,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IngressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "EgressVpnSiteLinkConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -498710,7 +498784,7 @@ "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Cortex", "Name": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "isSaInitiator": "System.Boolean", "quickModeSa": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa]", @@ -498759,7 +498833,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa" ] @@ -498767,7 +498841,7 @@ "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa": { "Namespace": "Microsoft.Azure.Commands.Network.Models.Cortex", "Name": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "isSaInitiator": "System.Boolean", "localTrafficSelectors": "System.Collections.Generic.List`1[System.String]", @@ -498816,7 +498890,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags" ] @@ -498824,7 +498898,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureFlags, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" }, @@ -498875,7 +498949,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule" ] @@ -498883,7 +498957,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPacketCaptureRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Sources": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -498925,7 +498999,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult" ] @@ -498933,7 +499007,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Profile": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", "NetworkSecurityGroupResult": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult" @@ -498971,7 +499045,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Direction": "System.String", "Protocol": "System.String", @@ -499012,7 +499086,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EvaluatedNetworkSecurityGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]", "SecurityRuleAccessResult": "System.String", @@ -499051,7 +499125,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup" ] @@ -499059,7 +499133,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MatchedRule": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule", "RulesEvaluationResult": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]", @@ -499100,7 +499174,7 @@ "Microsoft.Azure.Commands.Network.Models.PSMatchedRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RuleName": "System.String", "Action": "System.String" @@ -499138,7 +499212,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult" ] @@ -499146,7 +499220,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolMatched": "System.Boolean", "SourceMatched": "System.Boolean", @@ -499188,7 +499262,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleCustomHttpHeader]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleCustomHttpHeader]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleCustomHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleCustomHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleCustomHttpHeader" ] @@ -499196,7 +499270,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleCustomHttpHeader": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleCustomHttpHeader", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleCustomHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleCustomHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HeaderName": "System.String", "HeaderValue": "System.String" @@ -499234,7 +499308,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol" ] @@ -499242,7 +499316,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtocolType": "System.String", "Port": "System.UInt32" @@ -499290,7 +499364,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "RuleType": "System.String" @@ -499328,7 +499402,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -499390,7 +499464,7 @@ "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerCommand+NetworkManagerScopeAccessType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -499477,7 +499551,7 @@ "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.NewAzNetworkManagerSecurityAdminConfigurationCommand+NetworkIntentPolicyBasedServiceType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -499564,7 +499638,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader" ] @@ -499572,7 +499646,7 @@ "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -499621,7 +499695,7 @@ "Microsoft.Azure.Commands.Network.Models.ApiError": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.ApiError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.ApiError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.ApiError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Message": "System.String", @@ -499730,7 +499804,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop" ] @@ -499738,7 +499812,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Issues": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]", "NextHopIds": "System.Collections.Generic.List`1[System.String]", @@ -499781,7 +499855,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue" ] @@ -499789,7 +499863,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Context": "System.Collections.Generic.List`1[System.Collections.Generic.Dictionary`2[System.String,System.String]]", "Origin": "System.String", @@ -499837,7 +499911,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty" ] @@ -499845,7 +499919,7 @@ "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundSecurityRulesProperty, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=7.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DestinationPortRanges": "System.Collections.Generic.List`1[System.String]", "AppliesOn": "System.Collections.Generic.List`1[System.String]", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Quota.json b/tools/Tools.Common/SerializedCmdlets/Az.Quota.json index 36ea1ff9aea5..d44389ddeb13 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Quota.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Quota.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Quota", - "ModuleVersion": "0.1.3", + "ModuleVersion": "0.2.0", "Cmdlets": [ { "VerbName": "Get", @@ -16,19 +16,16 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AnyProperty": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAny", "Limit": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", "IsQuotaApplicable": "System.Nullable`1[System.Boolean]", "ETag": "System.String", - "Id": "System.String", - "Name": "System.String", "NameLocalizedValue": "System.String", "NameValue": "System.String", "QuotaPeriod": "System.String", "ResourceType": "System.String", - "Type": "System.String", "Unit": "System.String" } }, @@ -43,7 +40,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -52,7 +49,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -61,12 +58,19 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", "Id": "System.String", "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", "ResourceName": "System.String", - "Scope": "System.String" + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" } }, "ValidateNotNullOrEmpty": false @@ -80,7 +84,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -89,7 +93,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -98,7 +102,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -108,7 +112,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -118,7 +122,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -127,7 +131,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -136,7 +140,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -151,7 +167,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -166,7 +182,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -185,7 +201,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -200,7 +216,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -215,7 +231,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -231,7 +247,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -247,7 +263,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -262,7 +278,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -277,7 +293,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -297,7 +331,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -316,7 +350,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -331,7 +365,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -346,7 +380,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -362,7 +396,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -378,7 +412,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -393,7 +427,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -408,7 +442,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -428,12 +480,19 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", "Id": "System.String", "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", "ResourceName": "System.String", - "Scope": "System.String" + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" } }, "ValidateNotNullOrEmpty": false @@ -453,7 +512,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -468,7 +527,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -483,7 +542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -499,7 +558,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -515,7 +574,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -530,7 +589,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -545,7 +604,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -569,7 +646,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -584,7 +661,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -599,7 +676,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -615,7 +692,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -631,7 +708,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -646,7 +723,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -661,7 +738,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -676,9 +771,9 @@ }, { "VerbName": "Get", - "NounName": "AzQuotaOperation", - "Name": "Get-AzQuotaOperation", - "ClassName": "Get-AzQuotaOperation", + "NounName": "AzQuotaGroupQuota", + "Name": "Get-AzQuotaGroupQuota", + "ClassName": "Get-AzQuotaGroupQuota", "SupportsShouldProcess": false, "ConfirmImpact": 0, "SupportsPaging": false, @@ -687,15 +782,12 @@ { "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IOperationResponse, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEntity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEntity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DisplayDescription": "System.String", - "DisplayOperation": "System.String", - "DisplayProvider": "System.String", - "DisplayResource": "System.String", - "Name": "System.String", - "Origin": "System.String" + "DisplayName": "System.String", + "GroupType": "System.String", + "ProvisioningState": "System.String" } }, "ParameterSets": [ @@ -704,6 +796,71 @@ } ], "Parameters": [ + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -713,7 +870,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -722,7 +879,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -731,7 +888,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -741,7 +898,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -751,7 +908,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -760,7 +917,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -769,15 +926,42 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "List", "Parameters": [ + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -788,7 +972,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -803,7 +987,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -818,7 +1002,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -834,7 +1018,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -850,7 +1034,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -865,7 +1049,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -880,7 +1064,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -890,168 +1092,35 @@ "ValueFromPipelineByPropertyName": false } ] - } - ] - }, - { - "VerbName": "Get", - "NounName": "AzQuotaRequestStatus", - "Name": "Get-AzQuotaRequestStatus", - "ClassName": "Get-AzQuotaRequestStatus", - "SupportsShouldProcess": false, - "ConfirmImpact": 0, - "SupportsPaging": false, - "DefaultParameterSetName": "List", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestDetails, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest]", - "RequestSubmitTime": "System.Nullable`1[System.DateTime]", - "Code": "System.String", - "ErrorMessage": "System.String", - "Id": "System.String", - "Message": "System.String", - "Name": "System.String", - "ProvisioningState": "System.String", - "Type": "System.String" - } - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Scope", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Id", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Filter", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Skiptoken", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Top", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.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.2.21.500, 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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false }, { - "Name": "HttpPipelineAppend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelinePrepend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Proxy", - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.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.2.21.500, 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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "Get", "Parameters": [ { "ParameterMetadata": { - "Name": "Scope", + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1070,7 +1139,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1085,7 +1154,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1100,7 +1169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1116,7 +1185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1132,7 +1201,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1147,7 +1216,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1162,7 +1231,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1174,15 +1261,18 @@ ] }, { - "Name": "Get", + "Name": "GetViaIdentityManagementGroup", "Parameters": [ { "ParameterMetadata": { - "Name": "Id", + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1193,17 +1283,30 @@ }, { "ParameterMetadata": { - "Name": "Scope", + "Name": "ManagementGroupInputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -1216,7 +1319,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1231,7 +1334,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1246,7 +1349,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1262,7 +1365,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1278,7 +1381,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1293,7 +1396,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1308,7 +1411,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1320,15 +1441,47 @@ ] }, { - "Name": "List", + "Name": "GetViaIdentity", "Parameters": [ { "ParameterMetadata": { - "Name": "Filter", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1339,11 +1492,11 @@ }, { "ParameterMetadata": { - "Name": "Skiptoken", + "Name": "Break", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1354,11 +1507,12 @@ }, { "ParameterMetadata": { - "Name": "Top", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -1369,19 +1523,88 @@ }, { "ParameterMetadata": { - "Name": "Scope", + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -1392,7 +1615,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1407,7 +1630,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1422,7 +1645,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1438,7 +1661,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1454,7 +1677,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1469,7 +1692,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1484,7 +1707,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1499,9 +1740,9 @@ }, { "VerbName": "Get", - "NounName": "AzQuotaUsage", - "Name": "Get-AzQuotaUsage", - "ClassName": "Get-AzQuotaUsage", + "NounName": "AzQuotaGroupQuotaLimit", + "Name": "Get-AzQuotaGroupQuotaLimit", + "ClassName": "Get-AzQuotaGroupQuotaLimit", "SupportsShouldProcess": false, "ConfirmImpact": 0, "SupportsPaging": false, @@ -1510,22 +1751,12 @@ { "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentUsagesBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentUsagesBase, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimitList", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimitList, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AnyProperty": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAny", - "IsQuotaApplicable": "System.Nullable`1[System.Boolean]", - "UsageValue": "System.Nullable`1[System.Int32]", - "ETag": "System.String", - "Id": "System.String", - "Name": "System.String", - "NameLocalizedValue": "System.String", - "NameValue": "System.String", - "QuotaPeriod": "System.String", - "ResourceType": "System.String", - "Type": "System.String", - "Unit": "System.String", - "UsageUsagesType": "System.String" + "Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit]", + "ProvisioningState": "System.String", + "NextLink": "System.String" } }, "ParameterSets": [ @@ -1535,34 +1766,52 @@ ], "Parameters": [ { - "Name": "Scope", + "Name": "GroupQuotaName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "Name", + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "ManagementGroupId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, "ValidateNotNullOrEmpty": false }, { @@ -1570,7 +1819,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1579,7 +1828,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1589,7 +1838,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1599,7 +1848,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1608,7 +1857,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1617,7 +1866,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -1628,11 +1889,11 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Scope", + "Name": "GroupQuotaName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1643,127 +1904,26 @@ }, { "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.2.21.500, 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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HttpPipelineAppend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HttpPipelinePrepend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Proxy", + "Name": "Location", "Type": { "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "Get", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", + "Name": "ManagementGroupId", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1774,11 +1934,11 @@ }, { "ParameterMetadata": { - "Name": "Scope", + "Name": "ResourceProviderName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1797,7 +1957,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1812,7 +1972,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1827,7 +1987,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1843,7 +2003,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1859,7 +2019,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1874,7 +2034,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1889,7 +2049,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1903,33 +2081,29 @@ ] }, { - "VerbName": "New", - "NounName": "AzQuota", - "Name": "New-AzQuota", - "ClassName": "New-AzQuota", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, + "VerbName": "Get", + "NounName": "AzQuotaGroupQuotaLimitsRequest", + "Name": "Get-AzQuotaGroupQuotaLimitsRequest", + "ClassName": "Get-AzQuotaGroupQuotaLimitsRequest", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, "SupportsPaging": false, - "DefaultParameterSetName": "CreateExpanded", + "DefaultParameterSetName": "Get", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubmittedResourceRequestStatus", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubmittedResourceRequestStatus, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AnyProperty": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAny", - "Limit": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", - "IsQuotaApplicable": "System.Nullable`1[System.Boolean]", - "ETag": "System.String", - "Id": "System.String", - "Name": "System.String", + "RequestSubmitTime": "System.Nullable`1[System.DateTime]", + "Limit": "System.Nullable`1[System.Int64]", + "Comment": "System.String", + "FaultCode": "System.String", "NameLocalizedValue": "System.String", "NameValue": "System.String", - "QuotaPeriod": "System.String", - "ResourceType": "System.String", - "Type": "System.String", - "Unit": "System.String" + "ProvisioningState": "System.String", + "Region": "System.String" } }, "ParameterSets": [ @@ -1939,20 +2113,29 @@ ], "Parameters": [ { - "Name": "ResourceName", + "Name": "GroupQuotaName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "Scope", + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RequestId", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1961,61 +2144,82 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", "Id": "System.String", "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", "ResourceName": "System.String", - "Scope": "System.String" + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" } }, "ValidateNotNullOrEmpty": false }, { - "Name": "Limit", + "Name": "GroupQuotaInputObject", "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Type": "System.String" + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" } }, "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceType", + "Name": "ManagementGroupInputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } }, "ValidateNotNullOrEmpty": false }, { - "Name": "JsonFilePath", + "Name": "ResourceProviderName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "JsonString", + "Name": "Filter", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2028,16 +2232,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, 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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2046,7 +2241,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2055,7 +2250,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2065,26 +2260,17 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "Proxy", "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2093,7 +2279,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2102,22 +2288,34 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } ], "ParameterSets": [ { - "Name": "CreateViaJsonString", + "Name": "List", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceName", + "Name": "GroupQuotaName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2128,11 +2326,11 @@ }, { "ParameterMetadata": { - "Name": "Scope", + "Name": "ManagementGroupId", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2143,11 +2341,11 @@ }, { "ParameterMetadata": { - "Name": "JsonString", + "Name": "ResourceProviderName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2158,30 +2356,30 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "Filter", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2196,7 +2394,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2211,7 +2409,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2227,7 +2425,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2239,11 +2437,11 @@ }, { "ParameterMetadata": { - "Name": "NoWait", + "Name": "Proxy", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2254,11 +2452,11 @@ }, { "ParameterMetadata": { - "Name": "Proxy", + "Name": "ProxyCredential", "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2269,11 +2467,11 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", + "Name": "ProxyUseDefaultCredentials", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2284,11 +2482,14 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2300,15 +2501,15 @@ ] }, { - "Name": "CreateViaJsonFilePath", + "Name": "GetViaIdentityManagementGroup", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceName", + "Name": "GroupQuotaName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2319,11 +2520,11 @@ }, { "ParameterMetadata": { - "Name": "Scope", + "Name": "RequestId", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2334,17 +2535,30 @@ }, { "ParameterMetadata": { - "Name": "JsonFilePath", + "Name": "ManagementGroupInputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -2357,22 +2571,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, 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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2387,7 +2586,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2402,7 +2601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2418,7 +2617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2430,11 +2629,11 @@ }, { "ParameterMetadata": { - "Name": "NoWait", + "Name": "Proxy", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2445,11 +2644,11 @@ }, { "ParameterMetadata": { - "Name": "Proxy", + "Name": "ProxyCredential", "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2460,11 +2659,11 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", + "Name": "ProxyUseDefaultCredentials", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2475,11 +2674,14 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2491,15 +2693,15 @@ ] }, { - "Name": "CreateExpanded", + "Name": "Get", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceName", + "Name": "GroupQuotaName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2510,11 +2712,11 @@ }, { "ParameterMetadata": { - "Name": "Scope", + "Name": "ManagementGroupId", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2525,48 +2727,15 @@ }, { "ParameterMetadata": { - "Name": "Limit", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Type": "System.String" - } - }, - "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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceType", + "Name": "RequestId", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -2581,22 +2750,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, 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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2611,7 +2765,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2626,7 +2780,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2642,7 +2796,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2652,28 +2806,13 @@ "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.2.21.500, 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=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2688,7 +2827,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2703,7 +2842,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2711,43 +2850,17 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "CreateViaIdentityExpanded", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Id1": "System.String", - "ResourceName": "System.String", - "Scope": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Limit", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Type": "System.String" - } + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2755,35 +2868,53 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "GetViaIdentityGroupQuota", + "Parameters": [ { "ParameterMetadata": { - "Name": "Name", + "Name": "RequestId", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceType", + "Name": "GroupQuotaInputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -2796,22 +2927,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, 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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2826,7 +2942,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2841,7 +2957,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2857,7 +2973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2869,11 +2985,11 @@ }, { "ParameterMetadata": { - "Name": "NoWait", + "Name": "Proxy", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2884,11 +3000,11 @@ }, { "ParameterMetadata": { - "Name": "Proxy", + "Name": "ProxyCredential", "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2899,11 +3015,11 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", + "Name": "ProxyUseDefaultCredentials", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2914,11 +3030,14 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2930,34 +3049,47 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "GetViaIdentity", "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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AsJob", + "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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2972,7 +3104,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2987,7 +3119,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3003,7 +3135,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3015,11 +3147,130 @@ }, { "ParameterMetadata": { - "Name": "NoWait", + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -3034,7 +3285,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3049,7 +3300,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3064,7 +3315,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3078,122 +3347,26 @@ ] }, { - "VerbName": "New", - "NounName": "AzQuotaLimitObject", - "Name": "New-AzQuotaLimitObject", - "ClassName": "New-AzQuotaLimitObject", + "VerbName": "Get", + "NounName": "AzQuotaGroupQuotaLocationSetting", + "Name": "Get-AzQuotaGroupQuotaLocationSetting", + "ClassName": "Get-AzQuotaGroupQuotaLocationSetting", "SupportsShouldProcess": false, "ConfirmImpact": 0, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "Get", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.LimitObject", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.LimitObject, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEnforcementStatus", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEnforcementStatus, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Value": "System.Int32", - "Type": "System.String", - "LimitType": "System.String" - }, - "Methods": [ - { - "Name": "Validate", - "Parameters": [ - { - "Name": "eventListener", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IEventListener" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FromJson", - "Parameters": [ - { - "Name": "node", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Json.JsonNode" - } - ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitObject" - }, - { - "Name": "ToJson", - "Parameters": [ - { - "Name": "container", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Json.JsonObject" - }, - { - "Name": "serializationMode", - "Type": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SerializationMode" - } - ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Json.JsonNode" - }, - { - "Name": "DeserializeFromDictionary", - "Parameters": [ - { - "Name": "content", - "Type": "System.Collections.IDictionary" - } - ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitObject" - }, - { - "Name": "DeserializeFromPSObject", - "Parameters": [ - { - "Name": "content", - "Type": "System.Management.Automation.PSObject" - } - ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitObject" - }, - { - "Name": "FromJsonString", - "Parameters": [ - { - "Name": "jsonText", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitObject" - }, - { - "Name": "ToJsonString", - "ReturnType": "System.String" - }, - { - "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": "" - } - ] + "EnforcedGroupName": "System.String", + "EnforcementEnabled": "System.String", + "FaultCode": "System.String", + "ProvisioningState": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -3202,113 +3375,38 @@ ], "Parameters": [ { - "Name": "Value", + "Name": "GroupQuotaName", "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "LimitType", + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ + }, { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Value", - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "LimitType", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ] - }, - { - "VerbName": "Update", - "NounName": "AzQuota", - "Name": "Update-AzQuota", - "ClassName": "Update-AzQuota", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "UpdateExpanded", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AnyProperty": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAny", - "Limit": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", - "IsQuotaApplicable": "System.Nullable`1[System.Boolean]", - "ETag": "System.String", - "Id": "System.String", - "Name": "System.String", - "NameLocalizedValue": "System.String", - "NameValue": "System.String", - "QuotaPeriod": "System.String", - "ResourceType": "System.String", - "Type": "System.String", - "Unit": "System.String" - } - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceName", + "Name": "ManagementGroupId", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "Scope", + "Name": "ResourceProviderName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3317,61 +3415,86 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", "Id": "System.String", "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", "ResourceName": "System.String", - "Scope": "System.String" + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" } }, "ValidateNotNullOrEmpty": false }, { - "Name": "Limit", + "Name": "GroupQuotaInputObject", "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Type": "System.String" + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" } }, "ValidateNotNullOrEmpty": false }, { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceType", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "JsonFilePath", + "Name": "ManagementGroupInputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } }, "ValidateNotNullOrEmpty": false }, { - "Name": "JsonString", + "Name": "ResourceProviderInputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } }, "ValidateNotNullOrEmpty": false }, @@ -3384,16 +3507,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, 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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3402,7 +3516,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3411,7 +3525,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3421,26 +3535,17 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "Proxy", "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3449,7 +3554,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3458,22 +3563,23202 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } ], "ParameterSets": [ { - "Name": "UpdateViaJsonString", + "Name": "GetViaIdentityManagementGroup", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityResourceProvider", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityGroupQuota", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzQuotaGroupQuotaSubscription", + "Name": "Get-AzQuotaGroupQuotaSubscription", + "ClassName": "Get-AzQuotaGroupQuotaSubscription", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "Get", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaSubscriptionId", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaSubscriptionId, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ProvisioningState": "System.String", + "SubscriptionId": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityManagementGroup", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityGroupQuota", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzQuotaGroupQuotaSubscriptionAllocation", + "Name": "Get-AzQuotaGroupQuotaSubscriptionAllocation", + "ClassName": "Get-AzQuotaGroupQuotaSubscriptionAllocation", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocationsList", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocationsList, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations]", + "ProvisioningState": "System.String", + "NextLink": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzQuotaGroupQuotaSubscriptionAllocationRequest", + "Name": "Get-AzQuotaGroupQuotaSubscriptionAllocationRequest", + "ClassName": "Get-AzQuotaGroupQuotaSubscriptionAllocationRequest", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "Get", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaAllocationRequestStatus", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaAllocationRequestStatus, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "RequestSubmitTime": "System.Nullable`1[System.DateTime]", + "Limit": "System.Nullable`1[System.Int64]", + "FaultCode": "System.String", + "NameLocalizedValue": "System.String", + "NameValue": "System.String", + "ProvisioningState": "System.String", + "Region": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "AllocationId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceProviderInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Filter", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetViaIdentityResourceProvider", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AllocationId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityManagementGroup", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AllocationId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GetViaIdentityGroupQuota", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AllocationId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AllocationId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Filter", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzQuotaGroupQuotaUsage", + "Name": "Get-AzQuotaGroupQuotaUsage", + "ClassName": "Get-AzQuotaGroupQuotaUsage", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IResourceUsages", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IResourceUsages, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Limit": "System.Nullable`1[System.Int64]", + "Usage": "System.Nullable`1[System.Int64]", + "NameLocalizedValue": "System.String", + "NameValue": "System.String", + "Unit": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzQuotaOperation", + "Name": "Get-AzQuotaOperation", + "ClassName": "Get-AzQuotaOperation", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IOperationResponse", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IOperationResponse, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DisplayDescription": "System.String", + "DisplayOperation": "System.String", + "DisplayProvider": "System.String", + "DisplayResource": "System.String", + "Name": "System.String", + "Origin": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzQuotaRequestStatus", + "Name": "Get-AzQuotaRequestStatus", + "ClassName": "Get-AzQuotaRequestStatus", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestDetails", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestDetails, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest]", + "RequestSubmitTime": "System.Nullable`1[System.DateTime]", + "Code": "System.String", + "ErrorMessage": "System.String", + "Message": "System.String", + "ProvisioningState": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Id", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Filter", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Skiptoken", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Top", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Id", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "List", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Filter", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Skiptoken", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Top", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzQuotaUsage", + "Name": "Get-AzQuotaUsage", + "ClassName": "Get-AzQuotaUsage", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "List", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentUsagesBase", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentUsagesBase, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AnyProperty": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAny", + "IsQuotaApplicable": "System.Nullable`1[System.Boolean]", + "UsageValue": "System.Nullable`1[System.Int32]", + "ETag": "System.String", + "NameLocalizedValue": "System.String", + "NameValue": "System.String", + "QuotaPeriod": "System.String", + "ResourceType": "System.String", + "Unit": "System.String", + "UsageUsagesType": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Get", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzQuota", + "Name": "New-AzQuota", + "ClassName": "New-AzQuota", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AnyProperty": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAny", + "Limit": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", + "IsQuotaApplicable": "System.Nullable`1[System.Boolean]", + "ETag": "System.String", + "NameLocalizedValue": "System.String", + "NameValue": "System.String", + "QuotaPeriod": "System.String", + "ResourceType": "System.String", + "Unit": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Limit", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Limit", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Type": "System.String" + } + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Limit", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Type": "System.String" + } + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzQuotaGroupQuota", + "Name": "New-AzQuotaGroupQuota", + "ClassName": "New-AzQuotaGroupQuota", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEntity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEntity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DisplayName": "System.String", + "GroupType": "System.String", + "ProvisioningState": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisplayName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisplayName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityManagementGroupExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisplayName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisplayName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzQuotaGroupQuotaLocationSetting", + "Name": "New-AzQuotaGroupQuotaLocationSetting", + "ClassName": "New-AzQuotaGroupQuotaLocationSetting", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEnforcementStatus", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEnforcementStatus, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "EnforcedGroupName": "System.String", + "EnforcementEnabled": "System.String", + "FaultCode": "System.String", + "ProvisioningState": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceProviderInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnforcementEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "CreateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityManagementGroupExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnforcementEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnforcementEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityResourceProviderExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnforcementEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityGroupQuotaExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnforcementEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentityExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnforcementEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzQuotaGroupQuotaSubscription", + "Name": "New-AzQuotaGroupQuotaSubscription", + "ClassName": "New-AzQuotaGroupQuotaSubscription", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Create", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaSubscriptionId", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaSubscriptionId, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ProvisioningState": "System.String", + "SubscriptionId": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "CreateViaIdentityManagementGroup", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Create", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CreateViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzQuotaLimitObject", + "Name": "New-AzQuotaLimitObject", + "ClassName": "New-AzQuotaLimitObject", + "SupportsShouldProcess": false, + "ConfirmImpact": 0, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.LimitObject", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.LimitObject, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Value": "System.Int32", + "Type": "System.String", + "LimitType": "System.String" + }, + "Methods": [ + { + "Name": "Validate", + "Parameters": [ + { + "Name": "eventListener", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IEventListener" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FromJson", + "Parameters": [ + { + "Name": "node", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Json.JsonNode" + } + ], + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitObject" + }, + { + "Name": "ToJson", + "Parameters": [ + { + "Name": "container", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Json.JsonObject" + }, + { + "Name": "serializationMode", + "Type": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SerializationMode" + } + ], + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Json.JsonNode" + }, + { + "Name": "DeserializeFromDictionary", + "Parameters": [ + { + "Name": "content", + "Type": "System.Collections.IDictionary" + } + ], + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitObject" + }, + { + "Name": "DeserializeFromPSObject", + "Parameters": [ + { + "Name": "content", + "Type": "System.Management.Automation.PSObject" + } + ], + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitObject" + }, + { + "Name": "FromJsonString", + "Parameters": [ + { + "Name": "jsonText", + "Type": "System.String" + } + ], + "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitObject" + }, + { + "Name": "ToJsonString", + "ReturnType": "System.String" + }, + { + "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": "" + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Value", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LimitType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LimitType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzQuotaGroupQuota", + "Name": "Remove-AzQuotaGroupQuota", + "ClassName": "Remove-AzQuotaGroupQuota", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentityManagementGroup", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzQuotaGroupQuotaSubscription", + "Name": "Remove-AzQuotaGroupQuotaSubscription", + "ClassName": "Remove-AzQuotaGroupQuotaSubscription", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DeleteViaIdentityManagementGroup", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentityGroupQuota", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzQuota", + "Name": "Update-AzQuota", + "ClassName": "Update-AzQuota", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AnyProperty": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAny", + "Limit": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", + "IsQuotaApplicable": "System.Nullable`1[System.Boolean]", + "ETag": "System.String", + "NameLocalizedValue": "System.String", + "NameValue": "System.String", + "QuotaPeriod": "System.String", + "ResourceType": "System.String", + "Unit": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Limit", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Type": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Limit", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Type": "System.String" + } + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Limit", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Type": "System.String" + } + }, + "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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzQuotaGroupQuota", + "Name": "Update-AzQuotaGroupQuota", + "ClassName": "Update-AzQuotaGroupQuota", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEntity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEntity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DisplayName": "System.String", + "GroupType": "System.String", + "ProvisioningState": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DisplayName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisplayName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityManagementGroupExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "GroupQuotaName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisplayName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisplayName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzQuotaGroupQuotaLimitsRequest", + "Name": "Update-AzQuotaGroupQuotaLimitsRequest", + "ClassName": "Update-AzQuotaGroupQuotaLimitsRequest", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimitList", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimitList, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit]", + "ProvisioningState": "System.String", + "NextLink": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceProviderInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityManagementGroupExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit" + }, + "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit" + }, + "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityResourceProviderExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit" + }, + "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityGroupQuotaExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit" + }, + "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit" + }, + "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzQuotaGroupQuotaLocationSetting", + "Name": "Update-AzQuotaGroupQuotaLocationSetting", + "ClassName": "Update-AzQuotaGroupQuotaLocationSetting", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEnforcementStatus", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEnforcementStatus, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "EnforcedGroupName": "System.String", + "EnforcementEnabled": "System.String", + "FaultCode": "System.String", + "ProvisioningState": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceProviderInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnforcementEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityManagementGroupExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnforcementEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnforcementEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityResourceProviderExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnforcementEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityGroupQuotaExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnforcementEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnforcementEnabled", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzQuotaGroupQuotaSubscription", + "Name": "Update-AzQuotaGroupQuotaSubscription", + "ClassName": "Update-AzQuotaGroupQuotaSubscription", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Update", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaSubscriptionId", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaSubscriptionId, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ProvisioningState": "System.String", + "SubscriptionId": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateViaIdentityManagementGroup", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Update", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Update", + "NounName": "AzQuotaGroupQuotaSubscriptionAllocationRequest", + "Name": "Update-AzQuotaGroupQuotaSubscriptionAllocationRequest", + "ClassName": "Update-AzQuotaGroupQuotaSubscriptionAllocationRequest", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocationsList", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocationsList, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations]", + "ProvisioningState": "System.String", + "NextLink": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "GroupQuotaInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceProviderInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateViaJsonString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonString", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaJsonFilePath", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "JsonFilePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateViaIdentityManagementGroupExpanded", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupQuotaName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.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=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagementGroupInputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations" + }, + "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.4.6.500, 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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.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.4.6.500, 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=8.0.0.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.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateExpanded", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceName", + "Name": "GroupQuotaName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3484,11 +26769,11 @@ }, { "ParameterMetadata": { - "Name": "Scope", + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3499,11 +26784,26 @@ }, { "ParameterMetadata": { - "Name": "JsonString", + "Name": "ManagementGroupId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceProviderName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3512,6 +26812,37 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Value", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -3522,7 +26853,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3537,7 +26868,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3552,7 +26883,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3567,7 +26898,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3583,7 +26914,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3599,7 +26930,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3614,7 +26945,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3629,7 +26960,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3644,7 +26975,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3656,15 +27005,15 @@ ] }, { - "Name": "UpdateViaJsonFilePath", + "Name": "UpdateViaIdentityResourceProviderExpanded", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceName", + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3675,30 +27024,44 @@ }, { "ParameterMetadata": { - "Name": "Scope", + "Name": "ResourceProviderInputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" + } }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "JsonFilePath", + "Name": "Value", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -3713,7 +27076,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3728,7 +27091,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3743,7 +27106,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3758,7 +27121,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3774,7 +27137,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3790,7 +27153,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3805,7 +27168,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3820,7 +27183,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3835,7 +27198,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3847,15 +27228,15 @@ ] }, { - "Name": "UpdateExpanded", + "Name": "UpdateViaIdentityGroupQuotaExpanded", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceName", + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3866,11 +27247,11 @@ }, { "ParameterMetadata": { - "Name": "Scope", + "Name": "ResourceProviderName", "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3881,44 +27262,40 @@ }, { "ParameterMetadata": { - "Name": "Limit", + "Name": "GroupQuotaInputObject", "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Type": "System.String" + "AllocationId": "System.String", + "GroupQuotaName": "System.String", + "Id": "System.String", + "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", + "ResourceName": "System.String", + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" } }, "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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceType", + "Name": "Value", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations" }, "ValidateNotNullOrEmpty": false }, @@ -3937,7 +27314,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3952,7 +27329,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3967,7 +27344,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3982,7 +27359,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3998,7 +27375,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4014,7 +27391,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4029,7 +27406,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4044,7 +27421,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4059,7 +27436,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4079,12 +27474,19 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "AllocationId": "System.String", + "GroupQuotaName": "System.String", "Id": "System.String", "Id1": "System.String", + "Location": "System.String", + "ManagementGroupId": "System.String", + "RequestId": "System.String", "ResourceName": "System.String", - "Scope": "System.String" + "ResourceProviderName": "System.String", + "Scope": "System.String", + "SubscriptionId": "System.String" } }, "ValidateNotNullOrEmpty": false @@ -4096,44 +27498,12 @@ }, { "ParameterMetadata": { - "Name": "Limit", + "Name": "Value", "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Type": "System.String" - } - }, - "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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceType", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations" }, "ValidateNotNullOrEmpty": false }, @@ -4152,7 +27522,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4167,7 +27537,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4182,7 +27552,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4197,7 +27567,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4213,7 +27583,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4229,7 +27599,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4244,7 +27614,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4259,7 +27629,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4274,7 +27644,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4298,7 +27686,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4313,7 +27701,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4328,7 +27716,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4343,7 +27731,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4359,7 +27747,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep[], Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4375,7 +27763,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4390,7 +27778,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4405,7 +27793,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4420,7 +27808,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4480,12 +27886,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAny": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAny", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAny, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAny, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" } @@ -4493,7 +27899,7 @@ "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" ] @@ -4501,7 +27907,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.SendAsyncStep, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -4635,17 +28041,17 @@ "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=8.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=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Net.Http.HttpResponseMessage" ] @@ -4653,61 +28059,86 @@ "System.Net.Http.HttpResponseMessage": { "Namespace": "System.Net.Http", "Name": "System.Net.Http.HttpResponseMessage", - "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "System.IAsyncResult": { "Namespace": "System", "Name": "System.IAsyncResult", - "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Delegate[]": { "Namespace": "System", "Name": "System.Delegate[]", - "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Delegate" }, "System.Delegate": { "Namespace": "System", "Name": "System.Delegate", - "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest]": { + "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ - "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest" + "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit" ] }, - "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest": { + "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimit, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Limit": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", - "Id": "System.String", - "Message": "System.String", + "AllocatedToSubscriptionValue": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAllocatedToSubscription]", + "AvailableLimit": "System.Nullable`1[System.Int64]", + "Limit": "System.Nullable`1[System.Int64]", + "Comment": "System.String", "NameLocalizedValue": "System.String", "NameValue": "System.String", - "ProvisioningState": "System.String", - "ResourceType": "System.String", + "ResourceName": "System.String", "Unit": "System.String" } }, + "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAllocatedToSubscription]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAllocatedToSubscription]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAllocatedToSubscription, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAllocatedToSubscription" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAllocatedToSubscription": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAllocatedToSubscription", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IAllocatedToSubscription, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "QuotaAllocated": "System.Nullable`1[System.Int64]", + "SubscriptionId": "System.String" + } + }, + "System.Nullable`1[System.Int64]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Int64" + ] + }, "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" ] @@ -4715,12 +28146,55 @@ "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocations, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Limit": "System.Nullable`1[System.Int64]", + "ShareableQuota": "System.Nullable`1[System.Int64]", + "NameLocalizedValue": "System.String", + "NameValue": "System.String", + "ResourceName": "System.String" + } + }, + "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest" + ] + }, + "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubRequest, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Limit": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject", + "Id": "System.String", + "Message": "System.String", + "NameLocalizedValue": "System.String", + "NameValue": "System.String", + "ProvisioningState": "System.String", + "ResourceType": "System.String", + "Unit": "System.String" + } }, "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" ] @@ -4728,12 +28202,12 @@ "System.Threading.Tasks.Task": { "Namespace": "System.Threading.Tasks", "Name": "System.Threading.Tasks.Task", - "AssemblyQualifiedName": "System.Threading.Tasks.Task, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Threading.Tasks.Task, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitObject": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitObject", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitObject, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitObject, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.Int32", "LimitType": "System.String" @@ -4742,7 +28216,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Json.JsonNode, Az.Quota.private, Version=0.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Json.JsonNode, Az.Quota.private, Version=0.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Json.JsonNode" }, diff --git a/tools/Tools.Common/SerializedCmdlets/Az.RecoveryServices.json b/tools/Tools.Common/SerializedCmdlets/Az.RecoveryServices.json index 7b820811da45..57fe7ad8dd12 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": "7.11.1", + "ModuleVersion": "7.11.2", "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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -196,7 +196,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -250,7 +250,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -340,7 +340,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -397,7 +397,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -428,7 +428,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -493,7 +493,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -536,7 +536,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -688,7 +688,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -707,7 +707,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -768,7 +768,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -793,7 +793,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -912,7 +912,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -937,7 +937,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -1080,7 +1080,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1097,7 +1097,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1106,7 +1106,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1171,7 +1171,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1194,7 +1194,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1209,7 +1209,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1310,7 +1310,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -1367,7 +1367,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1478,7 +1478,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1649,7 +1649,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1704,7 +1704,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1778,7 +1778,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -1888,7 +1888,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -1961,7 +1961,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -1990,7 +1990,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -2006,7 +2006,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -2025,7 +2025,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": false @@ -2038,7 +2038,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": false @@ -2089,7 +2089,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -2182,7 +2182,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -2257,7 +2257,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -2282,7 +2282,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -2357,7 +2357,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -2382,7 +2382,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": false @@ -2401,7 +2401,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -2476,7 +2476,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -2501,7 +2501,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": false @@ -2520,7 +2520,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -2619,7 +2619,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -2636,7 +2636,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2645,7 +2645,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2654,7 +2654,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -2725,7 +2725,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -2748,7 +2748,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2763,7 +2763,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2778,7 +2778,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -2885,7 +2885,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -2942,7 +2942,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -2966,7 +2966,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -3010,7 +3010,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -3132,7 +3132,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -3294,7 +3294,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -3456,7 +3456,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -3571,7 +3571,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -3656,7 +3656,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -3679,7 +3679,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -3764,7 +3764,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -3881,7 +3881,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -3973,7 +3973,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomEmailAddress": "System.Collections.Generic.IList`1[System.String]", "EmailSubscriptionOwner": "System.String", @@ -4128,7 +4128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Nodes": "System.Collections.Generic.IList`1[System.String]", "RecoveryPointTime": "System.Nullable`1[System.DateTime]", @@ -4197,7 +4197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -4295,7 +4295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -4395,7 +4395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -4554,7 +4554,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificEventDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails", "EventSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails", @@ -4655,7 +4655,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -5051,7 +5051,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -5254,7 +5254,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -5557,7 +5557,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -5635,7 +5635,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -5815,7 +5815,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -6080,7 +6080,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -6139,7 +6139,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -6213,7 +6213,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -6286,7 +6286,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -6374,7 +6374,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -6521,7 +6521,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -6594,7 +6594,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -6611,7 +6611,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -6682,7 +6682,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -6769,7 +6769,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -6901,7 +6901,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -7203,7 +7203,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -7315,7 +7315,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -7388,7 +7388,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -7478,7 +7478,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -7583,7 +7583,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -7673,7 +7673,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -7748,7 +7748,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -7882,7 +7882,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -7970,7 +7970,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8041,7 +8041,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8129,7 +8129,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8202,7 +8202,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -8334,7 +8334,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -8409,7 +8409,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -8482,7 +8482,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -8557,7 +8557,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -8691,7 +8691,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -9044,7 +9044,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -9111,7 +9111,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -9212,7 +9212,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -9315,7 +9315,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -9477,7 +9477,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -9585,7 +9585,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -9605,7 +9605,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -9684,7 +9684,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -9774,7 +9774,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -9849,7 +9849,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -9924,7 +9924,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -10064,7 +10064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -10160,7 +10160,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -10233,7 +10233,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -10308,7 +10308,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -10442,7 +10442,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -10522,7 +10522,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -10593,7 +10593,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -10681,7 +10681,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -10754,7 +10754,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -10886,7 +10886,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -10951,7 +10951,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -11022,7 +11022,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -11110,7 +11110,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -11183,7 +11183,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -11315,7 +11315,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -11372,7 +11372,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -11439,7 +11439,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -11508,7 +11508,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -11636,7 +11636,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -11790,7 +11790,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -11862,7 +11862,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -11991,7 +11991,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -12079,7 +12079,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -12211,7 +12211,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -12268,7 +12268,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12357,7 +12357,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12494,7 +12494,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -12581,7 +12581,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -12595,7 +12595,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -12611,7 +12611,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -12635,7 +12635,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12644,7 +12644,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12653,7 +12653,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -12670,7 +12670,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12744,7 +12744,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -12764,7 +12764,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -12802,7 +12802,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12817,7 +12817,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12832,7 +12832,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -12941,7 +12941,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -12963,7 +12963,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -13001,7 +13001,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13016,7 +13016,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13031,7 +13031,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13140,7 +13140,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -13176,7 +13176,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13191,7 +13191,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13206,7 +13206,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13330,7 +13330,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13345,7 +13345,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13360,7 +13360,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13476,7 +13476,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -13533,7 +13533,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus" ] @@ -13545,7 +13545,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation" ] @@ -13590,7 +13590,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -13610,7 +13610,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -13694,7 +13694,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus" ] @@ -13712,7 +13712,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation" ] @@ -13781,7 +13781,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -13807,7 +13807,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -13933,7 +13933,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -13990,7 +13990,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -14084,7 +14084,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -14414,7 +14414,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -14613,7 +14613,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ASRVaultBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossRegionRestore": "System.Boolean", "BackupStorageRedundancy": "System.String" @@ -14659,7 +14659,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -14716,7 +14716,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -14800,7 +14800,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -14868,7 +14868,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -14891,7 +14891,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -14900,7 +14900,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14974,7 +14974,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -14994,7 +14994,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -15073,7 +15073,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -15093,7 +15093,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -15108,7 +15108,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15232,7 +15232,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15412,7 +15412,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -15473,7 +15473,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType" ] @@ -15485,7 +15485,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -15538,7 +15538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15639,7 +15639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15677,7 +15677,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType" ] @@ -15754,7 +15754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15792,7 +15792,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType" ] @@ -15810,7 +15810,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -15887,7 +15887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15984,7 +15984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16029,7 +16029,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -16084,7 +16084,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -16150,7 +16150,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -16246,7 +16246,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PointInTimeBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "EndTime": "System.Nullable`1[System.DateTime]", @@ -16317,7 +16317,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -16428,7 +16428,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -16532,7 +16532,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -16722,7 +16722,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -16801,7 +16801,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -16847,7 +16847,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -16865,7 +16865,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -16960,7 +16960,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -16985,7 +16985,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17015,7 +17015,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -17112,7 +17112,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17246,7 +17246,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17271,7 +17271,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17301,7 +17301,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -17484,7 +17484,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Validate", @@ -17530,7 +17530,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17539,7 +17539,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -17571,7 +17571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Daily", @@ -17585,7 +17585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupTierType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupTierType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupTierType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Snapshot", @@ -17616,7 +17616,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17631,7 +17631,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -17675,7 +17675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Daily", @@ -17695,7 +17695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupTierType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupTierType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupTierType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Snapshot", @@ -17744,7 +17744,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RPMountScriptDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Validate", @@ -17790,7 +17790,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17864,7 +17864,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -17974,7 +17974,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Validate", @@ -18020,7 +18020,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -18029,7 +18029,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -18041,7 +18041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18070,7 +18070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Daily", @@ -18102,7 +18102,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -18117,7 +18117,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -18135,7 +18135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18176,7 +18176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "Daily", @@ -18226,7 +18226,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ResourceBackupStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackedUp": "System.Boolean", "VaultId": "System.String" @@ -18685,7 +18685,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", "PointInTime": "System.DateTime", @@ -18749,7 +18749,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -18776,7 +18776,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -18793,7 +18793,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -18830,7 +18830,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -18853,7 +18853,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -18936,7 +18936,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -18960,7 +18960,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -18983,7 +18983,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -19038,7 +19038,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -19073,7 +19073,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -19206,7 +19206,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -19229,7 +19229,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -19284,7 +19284,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -19319,7 +19319,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -19437,7 +19437,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -19460,7 +19460,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -19515,7 +19515,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -19550,7 +19550,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -19675,7 +19675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Backup.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBase", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19881,7 +19881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSSoftDeletedVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSSoftDeletedVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSSoftDeletedVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSSoftDeletedVaultProperties", "Name": "System.String", @@ -20286,7 +20286,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -20719,7 +20719,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.VaultProperty, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "encryptionProperties": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig", "SoftDeleteRetentionPeriodInDays": "System.Nullable`1[System.Int32]", @@ -20898,7 +20898,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultSettingsFilePath, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FilePath": "System.String" }, @@ -20943,7 +20943,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -21054,7 +21054,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -21203,7 +21203,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -21322,7 +21322,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -21441,7 +21441,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -21537,7 +21537,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -21712,7 +21712,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -21769,7 +21769,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -21783,7 +21783,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -21848,7 +21848,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -21868,7 +21868,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -22002,7 +22002,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -22021,7 +22021,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -22093,7 +22093,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -22118,7 +22118,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -22188,7 +22188,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -22243,7 +22243,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -22261,7 +22261,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultStandard" @@ -22273,7 +22273,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -22332,7 +22332,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -22356,7 +22356,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultStandard" @@ -22374,7 +22374,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "VaultArchive" @@ -22463,7 +22463,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsManagedDisk": "System.Boolean", "VhdUri": "System.String", @@ -23120,7 +23120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureToAzureDiskReplicationConfiguration": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", "RecoveryResourceGroupId": "System.String", @@ -23204,7 +23204,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -23387,7 +23387,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -23830,7 +23830,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -24226,7 +24226,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -24516,7 +24516,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -24767,7 +24767,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -24854,7 +24854,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -24871,7 +24871,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -24888,7 +24888,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -24915,7 +24915,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -24995,7 +24995,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -25034,7 +25034,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -25201,7 +25201,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -25224,7 +25224,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -25311,7 +25311,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -25423,7 +25423,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -26832,7 +26832,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -26901,7 +26901,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -26990,7 +26990,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -27173,7 +27173,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -27254,7 +27254,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -27328,7 +27328,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -27457,7 +27457,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -27535,7 +27535,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -27552,7 +27552,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -27572,7 +27572,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -27645,7 +27645,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -27668,7 +27668,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -27694,7 +27694,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -27784,7 +27784,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -27807,7 +27807,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -27941,7 +27941,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -28019,7 +28019,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -28037,7 +28037,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -28149,7 +28149,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -28221,7 +28221,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -28245,7 +28245,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -28269,7 +28269,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -28349,7 +28349,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -28407,7 +28407,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -28487,7 +28487,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -28586,7 +28586,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -28666,7 +28666,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -28720,7 +28720,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -28800,7 +28800,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -28854,7 +28854,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -28934,7 +28934,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -29003,7 +29003,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -29192,7 +29192,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -29306,7 +29306,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -29332,7 +29332,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -29342,7 +29342,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput" }, "ValidateNotNullOrEmpty": true @@ -29410,7 +29410,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -29465,7 +29465,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -29506,7 +29506,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput" }, "ValidateNotNullOrEmpty": false @@ -29516,7 +29516,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -29566,7 +29566,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -29843,7 +29843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -29953,7 +29953,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -30000,7 +30000,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -30034,7 +30034,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -30323,7 +30323,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -30470,7 +30470,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -30517,7 +30517,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -30551,7 +30551,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput" }, "ValidateNotNullOrEmpty": false @@ -30567,7 +30567,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -30841,7 +30841,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -30988,7 +30988,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -31080,7 +31080,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -31227,7 +31227,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -31589,7 +31589,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -31698,7 +31698,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -31745,7 +31745,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -31892,7 +31892,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -32163,7 +32163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -32247,7 +32247,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -32649,7 +32649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -32733,7 +32733,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -32880,7 +32880,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -33021,7 +33021,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -33225,7 +33225,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -33372,7 +33372,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails", "ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]", @@ -33404,7 +33404,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput" }, "ValidateNotNullOrEmpty": true @@ -33514,7 +33514,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -33688,7 +33688,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -33835,7 +33835,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -33977,7 +33977,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -34064,7 +34064,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -34156,7 +34156,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -34294,7 +34294,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -34372,7 +34372,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -34386,7 +34386,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -34453,7 +34453,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -34473,7 +34473,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FriendlyName": "System.String", "Id": "System.String", @@ -34601,7 +34601,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -34670,7 +34670,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -34697,7 +34697,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -34766,7 +34766,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -34805,7 +34805,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -34913,7 +34913,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReuseExistingNic": "System.Boolean", "EnableAcceleratedNetworkingOnRecovery": "System.Boolean", @@ -34980,7 +34980,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -35136,7 +35136,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails" }, "ValidateNotNullOrEmpty": false @@ -35199,7 +35199,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -35433,7 +35433,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails" }, "ValidateNotNullOrEmpty": false @@ -35557,7 +35557,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimary": "System.Boolean", "IsSeletedForFailover": "System.Boolean", @@ -35999,7 +35999,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -36060,7 +36060,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -36069,7 +36069,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -36081,7 +36081,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -36090,7 +36090,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -36111,7 +36111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "TierRecommended", @@ -36167,7 +36167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -36238,7 +36238,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -36253,7 +36253,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType" ] @@ -36271,7 +36271,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -36286,7 +36286,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -36319,7 +36319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "TierRecommended", @@ -36405,7 +36405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -36491,7 +36491,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -36648,7 +36648,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess" ] @@ -36660,7 +36660,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState" ] @@ -36864,7 +36864,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess" ] @@ -36882,7 +36882,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState" ] @@ -36960,7 +36960,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -37017,7 +37017,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -37045,7 +37045,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -37134,7 +37134,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -37174,7 +37174,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -37311,7 +37311,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -37377,7 +37377,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -37391,7 +37391,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureWorkload" @@ -37403,7 +37403,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -37483,7 +37483,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureWorkload" @@ -37501,7 +37501,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -37595,7 +37595,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -37615,7 +37615,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureWorkload" @@ -37633,7 +37633,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -37727,7 +37727,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureWorkload" @@ -37745,7 +37745,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -37846,7 +37846,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -37918,7 +37918,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -37986,7 +37986,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -38133,7 +38133,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -38205,7 +38205,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -38268,7 +38268,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -38355,7 +38355,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -38427,7 +38427,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -38485,7 +38485,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -38567,7 +38567,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -38639,7 +38639,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -38700,7 +38700,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -38831,7 +38831,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -38903,7 +38903,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -38977,7 +38977,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -39145,7 +39145,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -39226,7 +39226,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -39351,7 +39351,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -39486,7 +39486,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -39558,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -39665,7 +39665,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -39887,7 +39887,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -39959,7 +39959,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40068,7 +40068,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40190,7 +40190,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40312,7 +40312,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -40425,7 +40425,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -40497,7 +40497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -40583,7 +40583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -40742,7 +40742,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -40814,7 +40814,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -40884,7 +40884,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -41048,7 +41048,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -41120,7 +41120,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -41176,7 +41176,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "Name": "System.String", @@ -41305,7 +41305,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -41386,7 +41386,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -41407,7 +41407,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -41539,7 +41539,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -41615,7 +41615,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -41762,7 +41762,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -41823,7 +41823,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -42012,7 +42012,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -42471,7 +42471,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultOperationOutput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Response": "System.String" }, @@ -42516,7 +42516,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -42573,7 +42573,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -42654,7 +42654,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -42735,7 +42735,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -42867,7 +42867,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -43008,7 +43008,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -43074,7 +43074,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -43092,7 +43092,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", "PointInTime": "System.DateTime", @@ -43136,7 +43136,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -43154,7 +43154,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType" ] @@ -43364,7 +43364,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption" ] @@ -43592,7 +43592,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -43759,7 +43759,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption" ] @@ -43946,7 +43946,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -43970,7 +43970,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -44000,7 +44000,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType" ] @@ -44203,7 +44203,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -44461,7 +44461,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -44733,7 +44733,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption" ] @@ -44920,7 +44920,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -45178,7 +45178,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -45466,7 +45466,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase", "PointInTime": "System.DateTime", @@ -45654,7 +45654,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -45735,7 +45735,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -45897,7 +45897,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -46074,7 +46074,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomEmailAddress": "System.Collections.Generic.IList`1[System.String]", "EmailSubscriptionOwner": "System.String", @@ -46609,7 +46609,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -46681,7 +46681,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -46970,7 +46970,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -47079,7 +47079,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig" }, "ValidateNotNullOrEmpty": false @@ -47151,7 +47151,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -47590,7 +47590,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -47765,7 +47765,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig" }, "ValidateNotNullOrEmpty": false @@ -47873,7 +47873,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceName": "System.String", "ResourceGroupName": "System.String", @@ -47930,7 +47930,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -47987,7 +47987,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -48135,7 +48135,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -48154,7 +48154,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType" ] @@ -48213,7 +48213,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -48238,7 +48238,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType" ] @@ -48327,7 +48327,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -48384,7 +48384,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -48399,7 +48399,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -48408,7 +48408,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -48438,7 +48438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "TierRecommended", @@ -48494,7 +48494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -48568,7 +48568,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -48619,7 +48619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -48698,7 +48698,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -48713,7 +48713,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -48746,7 +48746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.TieringMode, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "TierRecommended", @@ -48832,7 +48832,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -48883,7 +48883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -48977,7 +48977,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType", @@ -49028,7 +49028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models", "Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SnapshotConsistencyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -49114,7 +49114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Backup.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBase", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -49469,7 +49469,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -49526,7 +49526,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -49607,7 +49607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Backup.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfigResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfigResource, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfigResource, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfig", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -50229,7 +50229,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -50298,7 +50298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Nodes": "System.Collections.Generic.IList`1[System.String]", "RecoveryPointTime": "System.Nullable`1[System.DateTime]", @@ -50316,7 +50316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -50423,7 +50423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Nodes": "System.Collections.Generic.IList`1[System.String]", "RecoveryPointTime": "System.Nullable`1[System.DateTime]", @@ -50447,7 +50447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -50660,7 +50660,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -50729,7 +50729,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -50745,7 +50745,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -50849,7 +50849,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -50871,7 +50871,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -51093,7 +51093,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -51162,7 +51162,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -51182,7 +51182,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -51268,7 +51268,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -51343,7 +51343,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -51506,7 +51506,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -51575,7 +51575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -51658,7 +51658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -51818,7 +51818,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -51896,7 +51896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -52043,7 +52043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -52203,7 +52203,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -52272,7 +52272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -52364,7 +52364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -52538,7 +52538,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -52607,7 +52607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -52665,7 +52665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Nodes": "System.Collections.Generic.IList`1[System.String]", "RecoveryPointTime": "System.Nullable`1[System.DateTime]", @@ -52754,7 +52754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -52805,7 +52805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Nodes": "System.Collections.Generic.IList`1[System.String]", "RecoveryPointTime": "System.Nullable`1[System.DateTime]", @@ -53044,7 +53044,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -53113,7 +53113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -53195,7 +53195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Nodes": "System.Collections.Generic.IList`1[System.String]", "RecoveryPointTime": "System.Nullable`1[System.DateTime]", @@ -53263,7 +53263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -53314,7 +53314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRClusterRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Nodes": "System.Collections.Generic.IList`1[System.String]", "RecoveryPointTime": "System.Nullable`1[System.DateTime]", @@ -53574,7 +53574,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -53643,7 +53643,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -53663,7 +53663,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -53749,7 +53749,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -53824,7 +53824,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -53987,7 +53987,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -54056,7 +54056,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -54076,7 +54076,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -54163,7 +54163,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -54265,7 +54265,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -54446,7 +54446,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -54500,7 +54500,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -54662,7 +54662,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -55018,7 +55018,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -55096,7 +55096,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -55246,7 +55246,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -55409,7 +55409,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -55478,7 +55478,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -55499,7 +55499,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -55603,7 +55603,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -55630,7 +55630,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -55822,7 +55822,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -55894,7 +55894,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -55912,7 +55912,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -55953,7 +55953,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -55997,7 +55997,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -56048,7 +56048,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -56072,7 +56072,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -56119,7 +56119,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -56169,7 +56169,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" }, "ValidateNotNullOrEmpty": true @@ -56293,7 +56293,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -56371,7 +56371,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -56391,7 +56391,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -56565,7 +56565,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -56655,7 +56655,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -56832,7 +56832,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -56901,7 +56901,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -56921,7 +56921,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -56982,7 +56982,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -57039,7 +57039,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -57120,7 +57120,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -57302,7 +57302,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -57328,7 +57328,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -57469,7 +57469,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -57647,7 +57647,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -57720,7 +57720,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -57840,7 +57840,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -57894,7 +57894,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -57917,7 +57917,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -58037,7 +58037,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -58125,7 +58125,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -58354,7 +58354,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -58423,7 +58423,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -58443,7 +58443,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -58534,7 +58534,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -58616,7 +58616,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -58798,7 +58798,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -58852,7 +58852,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryPointTime": "System.Nullable`1[System.DateTime]", "ID": "System.String", @@ -58990,7 +58990,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -59308,7 +59308,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -59389,7 +59389,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -59521,7 +59521,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -59662,7 +59662,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -59719,7 +59719,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -59795,7 +59795,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -60077,7 +60077,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -60096,7 +60096,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -60174,7 +60174,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -60199,7 +60199,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -60254,7 +60254,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -60311,7 +60311,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -60325,7 +60325,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -60339,7 +60339,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -60410,7 +60410,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -60430,7 +60430,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -60450,7 +60450,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -60550,7 +60550,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -60570,7 +60570,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "AzureVM", @@ -60677,7 +60677,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -60734,7 +60734,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -60809,7 +60809,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -61123,7 +61123,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -61177,7 +61177,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -61234,7 +61234,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -61313,7 +61313,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -61434,7 +61434,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -61491,7 +61491,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -61561,7 +61561,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "BackupEngineType": "System.String", @@ -61667,7 +61667,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -61745,7 +61745,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -61769,7 +61769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig" }, "ValidateNotNullOrEmpty": true @@ -61779,7 +61779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -61985,7 +61985,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -62015,7 +62015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig" }, "ValidateNotNullOrEmpty": true @@ -62031,7 +62031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -62176,7 +62176,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -62206,7 +62206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectionCluster, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", "SharedDiskProperties": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", @@ -62545,7 +62545,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -62614,7 +62614,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -62627,7 +62627,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -62713,7 +62713,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -62732,7 +62732,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -62894,7 +62894,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -62966,7 +62966,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -62988,7 +62988,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -63055,7 +63055,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -63150,7 +63150,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails", "ID": "System.String", @@ -63178,7 +63178,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", "FriendlyName": "System.String", @@ -63306,7 +63306,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -63432,7 +63432,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -63702,7 +63702,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -63841,7 +63841,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -63995,7 +63995,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -64171,7 +64171,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -64423,7 +64423,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -64562,7 +64562,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -64652,7 +64652,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -64904,7 +64904,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -65001,7 +65001,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -65073,7 +65073,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -65174,7 +65174,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -65301,7 +65301,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -65469,7 +65469,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -65619,7 +65619,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -65632,7 +65632,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -65647,7 +65647,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -65667,7 +65667,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -65708,7 +65708,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -65750,7 +65750,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -65786,7 +65786,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -65796,7 +65796,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -65816,7 +65816,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -65940,7 +65940,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", @@ -66065,7 +66065,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -66084,7 +66084,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -66105,7 +66105,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -66131,7 +66131,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -66178,7 +66178,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -66208,7 +66208,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -66281,7 +66281,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", @@ -66366,7 +66366,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -66385,7 +66385,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -66411,7 +66411,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]", "PSStatsRefreshTime": "System.Nullable`1[System.DateTime]", @@ -66458,7 +66458,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -66518,7 +66518,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -66655,7 +66655,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -66715,7 +66715,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -66754,7 +66754,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -66921,7 +66921,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -66966,7 +66966,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails", "Name": "System.String", @@ -66990,7 +66990,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -67157,7 +67157,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -67294,7 +67294,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -67431,7 +67431,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -67491,7 +67491,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -67807,7 +67807,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -67837,7 +67837,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "ValidateNotNullOrEmpty": true @@ -67853,7 +67853,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -68154,7 +68154,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -68248,7 +68248,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -68497,7 +68497,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -68569,7 +68569,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -68639,7 +68639,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -68837,7 +68837,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -68909,7 +68909,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -68970,7 +68970,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Connected": "System.Boolean", "LastHeartbeat": "System.DateTime", @@ -69104,7 +69104,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -69185,7 +69185,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -69206,7 +69206,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -69336,7 +69336,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastHeartbeat": "System.Nullable`1[System.DateTime]", "FriendlyName": "System.String", @@ -69363,7 +69363,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AccountId": "System.String", "AccountName": "System.String" @@ -69508,7 +69508,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties", "Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", @@ -69587,7 +69587,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "SystemAssigned", @@ -69689,7 +69689,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess" ] @@ -69701,7 +69701,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState" ] @@ -69718,7 +69718,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState" ] @@ -69911,7 +69911,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess" ] @@ -69929,7 +69929,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState" ] @@ -69952,7 +69952,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState" ] @@ -70054,7 +70054,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateSet": [ "SystemAssigned", @@ -70210,7 +70210,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess" ] @@ -70228,7 +70228,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState" ] @@ -70251,7 +70251,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState" ] @@ -70519,7 +70519,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess" ] @@ -70537,7 +70537,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState" ] @@ -70560,7 +70560,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState" ] @@ -70669,7 +70669,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "StartTime": "System.DateTime", @@ -70931,7 +70931,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails" ] @@ -70939,7 +70939,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderErrorDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError", "ServiceErrorDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError", @@ -70978,7 +70978,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTimeUtc": "System.DateTime", "ErrorCode": "System.Int32", @@ -71037,7 +71037,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Message": "System.String", @@ -71087,7 +71087,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask" ] @@ -71095,7 +71095,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupTaskDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails", "EndTime": "System.DateTime", @@ -71147,7 +71147,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String" }, @@ -71209,7 +71209,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -71243,7 +71243,7 @@ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTime": "System.Nullable`1[System.DateTime]", "JobId": "System.String", @@ -71299,7 +71299,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError" ] @@ -71307,7 +71307,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreationTimeUtc": "System.String", "EntityId": "System.String", @@ -71365,7 +71365,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails" ] @@ -71373,7 +71373,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -71436,7 +71436,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails" ] @@ -71444,7 +71444,7 @@ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RecoveryLbBackendAddressPoolIds": "System.Collections.Generic.IList`1[System.String]", "TfoLbBackendAddressPoolIds": "System.Collections.Generic.IList`1[System.String]", @@ -71568,7 +71568,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsManagedDisk": "System.Boolean", "VhdUri": "System.String", @@ -71744,7 +71744,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -71841,7 +71841,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -71928,7 +71928,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -72015,7 +72015,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AlertSettings": "Microsoft.Azure.Commands.RecoveryServices.AlertSettings", "ImmutabilitySettings": "Microsoft.Azure.Commands.RecoveryServices.ImmutabilitySettings", @@ -72067,7 +72067,7 @@ "Microsoft.Azure.Commands.RecoveryServices.AlertSettings": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.AlertSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.AlertSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.AlertSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureMonitorAlertsForAllJobFailure": "System.String", "AzureMonitorAlertsForAllReplicationIssues": "System.String", @@ -72108,7 +72108,7 @@ "Microsoft.Azure.Commands.RecoveryServices.ImmutabilitySettings": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ImmutabilitySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ImmutabilitySettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ImmutabilitySettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImmutabilityState": "Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState" }, @@ -72145,7 +72145,7 @@ "Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ImmutabilityState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -72232,7 +72232,7 @@ "Microsoft.Azure.Management.RecoveryServices.Models.RestoreSettings": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Models.RestoreSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.RestoreSettings, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.RestoreSettings, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossSubscriptionRestoreSettings": "Microsoft.Azure.Management.RecoveryServices.Models.CrossSubscriptionRestoreSettings" }, @@ -72278,7 +72278,7 @@ "Microsoft.Azure.Management.RecoveryServices.Models.CrossSubscriptionRestoreSettings": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Models.CrossSubscriptionRestoreSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.CrossSubscriptionRestoreSettings, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.CrossSubscriptionRestoreSettings, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CrossSubscriptionRestoreState": "System.String" }, @@ -72324,7 +72324,7 @@ "Microsoft.Azure.Management.RecoveryServices.Models.SoftDeleteSettings": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Models.SoftDeleteSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.SoftDeleteSettings, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.SoftDeleteSettings, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SoftDeleteRetentionPeriodInDays": "System.Nullable`1[System.Int32]", "SoftDeleteState": "System.String", @@ -72388,7 +72388,7 @@ "Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesEncryption": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesEncryption, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesEncryption, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KekIdentity": "Microsoft.Azure.Management.RecoveryServices.Models.CmkKekIdentity", "KeyVaultProperties": "Microsoft.Azure.Management.RecoveryServices.Models.CmkKeyVaultProperties", @@ -72444,7 +72444,7 @@ "Microsoft.Azure.Management.RecoveryServices.Models.CmkKekIdentity": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Models.CmkKekIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.CmkKekIdentity, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.CmkKekIdentity, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseSystemAssignedIdentity": "System.Nullable`1[System.Boolean]", "UserAssignedIdentity": "System.String" @@ -72495,7 +72495,7 @@ "Microsoft.Azure.Management.RecoveryServices.Models.CmkKeyVaultProperties": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Models.CmkKeyVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.CmkKeyVaultProperties, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.CmkKeyVaultProperties, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyUri": "System.String" }, @@ -72541,7 +72541,7 @@ "Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesMoveDetails": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesMoveDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesMoveDetails, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesMoveDetails, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartTimeUtc": "System.Nullable`1[System.DateTime]", "CompletionTimeUtc": "System.Nullable`1[System.DateTime]", @@ -72607,7 +72607,7 @@ "Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesRedundancySettings": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesRedundancySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesRedundancySettings, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesRedundancySettings, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StandardTierStorageRedundancy": "System.String", "CrossRegionRestore": "System.String" @@ -72658,7 +72658,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.PrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.PrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.PrivateEndpointConnection" ] @@ -72666,7 +72666,7 @@ "Microsoft.Azure.Commands.RecoveryServices.PrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.PrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GroupID": "System.Collections.Generic.List`1[System.String]", "ID": "System.String", @@ -72711,7 +72711,7 @@ "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.RecoveryServices.Models.UserIdentity]", "PrincipalId": "System.String", @@ -72776,7 +72776,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.RecoveryServices.Models.UserIdentity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.RecoveryServices.Models.UserIdentity]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.RecoveryServices.Models.UserIdentity, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.RecoveryServices.Models.UserIdentity, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.RecoveryServices.Models.UserIdentity" @@ -72785,7 +72785,7 @@ "Microsoft.Azure.Management.RecoveryServices.Models.UserIdentity": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Models.UserIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.UserIdentity, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Models.UserIdentity, Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -72836,7 +72836,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup" ] @@ -72844,7 +72844,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -72915,7 +72915,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction" ] @@ -72923,7 +72923,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails", "FailoverTypes": "System.Collections.Generic.IList`1[System.String]", @@ -72979,7 +72979,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -73013,7 +73013,7 @@ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanAction": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanAction, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanAction, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomDetails": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails", "FailoverTypes": "System.Collections.Generic.IList`1[System.String]", @@ -73078,7 +73078,7 @@ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -73112,7 +73112,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem" ] @@ -73120,7 +73120,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -73202,7 +73202,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails" ] @@ -73210,7 +73210,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryZone": "System.String", "RecoveryZone": "System.String" @@ -73258,7 +73258,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -73320,7 +73320,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationClusterProviderSpecificSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -73354,7 +73354,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationItemProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SharedDiskProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationProviderSpecificSettings", "CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails", @@ -73398,7 +73398,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationProviderSpecificSettings": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationProviderSpecificSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationProviderSpecificSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRSharedDiskReplicationProviderSpecificSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -73432,7 +73432,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RegisteredClusterNodes]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RegisteredClusterNodes]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RegisteredClusterNodes, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RegisteredClusterNodes, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RegisteredClusterNodes" ] @@ -73440,7 +73440,7 @@ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RegisteredClusterNodes": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RegisteredClusterNodes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RegisteredClusterNodes, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RegisteredClusterNodes, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsSharedDiskVirtualNode": "System.Nullable`1[System.Boolean]", "ClusterNodeFqdn": "System.String", @@ -73501,7 +73501,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProviderType": "System.String" }, @@ -73533,7 +73533,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -73573,7 +73573,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -73607,7 +73607,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet" ] @@ -73615,7 +73615,7 @@ "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet, Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressList": "System.Collections.Generic.IList`1[System.String]", "FriendlyName": "System.String", @@ -73671,7 +73671,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Load", @@ -73710,7 +73710,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -73744,7 +73744,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -73778,7 +73778,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk" ] @@ -73786,7 +73786,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Volumes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume]", "Capacity": "System.Int64", @@ -73826,7 +73826,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume" ] @@ -73834,7 +73834,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Label": "System.String", "Name": "System.String" @@ -73872,7 +73872,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy" ] @@ -73880,7 +73880,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails", "FriendlyName": "System.String", @@ -73931,7 +73931,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping" ] @@ -73939,7 +73939,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.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]", @@ -73997,7 +73997,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -74031,7 +74031,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -74118,7 +74118,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -74205,7 +74205,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType", "ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType", @@ -74252,7 +74252,7 @@ "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBase": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Backup.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBase", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBase, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBase, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGuardOperationDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardOperationDetail]", "ResourceGuardResourceId": "System.String", @@ -74317,7 +74317,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardOperationDetail]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardOperationDetail]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardOperationDetail, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardOperationDetail, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardOperationDetail" ] @@ -74325,7 +74325,7 @@ "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardOperationDetail": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Backup.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardOperationDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardOperationDetail, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardOperationDetail, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VaultCriticalOperation": "System.String", "DefaultResourceRequest": "System.String" @@ -74376,7 +74376,7 @@ "Microsoft.Azure.Commands.RecoveryServices.ARSSoftDeletedVaultProperties": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.ARSSoftDeletedVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSSoftDeletedVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSSoftDeletedVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VaultDeletionTime": "System.Nullable`1[System.DateTime]", "PurgeAt": "System.Nullable`1[System.DateTime]", @@ -74415,7 +74415,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UseSystemAssignedIdentity": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -74462,13 +74462,13 @@ "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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig" }, "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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -74508,7 +74508,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskId": "System.String", "LogStorageAccountId": "System.String", @@ -74548,7 +74548,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate" ] @@ -74556,7 +74556,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsType": "System.String", "RebootStatus": "System.String", @@ -74609,7 +74609,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails" ] @@ -74617,7 +74617,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsPrimary": "System.Boolean", "IsSeletedForFailover": "System.Boolean", @@ -74664,7 +74664,7 @@ "Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.PublicNetworkAccess, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -74751,7 +74751,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -74838,7 +74838,7 @@ "Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Backup.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetDiskNetworkAccessOption, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -74925,7 +74925,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ReuseExistingNic": "System.Boolean", "EnableAcceleratedNetworkingOnRecovery": "System.Boolean", @@ -74975,7 +74975,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -75062,7 +75062,7 @@ "Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfig": { "Namespace": "Microsoft.Azure.Management.RecoveryServices.Backup.Models", "Name": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfig, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfig, Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGuardOperationRequests": "System.Collections.Generic.IList`1[System.String]", "IsSoftDeleteFeatureStateEditable": "System.Nullable`1[System.Boolean]", @@ -75143,7 +75143,7 @@ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery", "Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzureToAzureReplicationProtectedItemConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureToAzureDiskReplicationConfiguration": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]", "RecoveryResourceGroupId": "System.String", @@ -75192,7 +75192,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore" ] @@ -75200,7 +75200,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.String", "FreeSpace": "System.String", @@ -75246,7 +75246,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.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=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume" ] @@ -75254,7 +75254,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=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ThresholdPercentage": "System.Nullable`1[System.Int32]", "CapacityInBytes": "System.Nullable`1[System.Int64]", @@ -75300,7 +75300,7 @@ "Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState": { "Namespace": "Microsoft.Azure.Commands.RecoveryServices", "Name": "Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.CrossSubscriptionRestoreState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.RedisEnterpriseCache.json b/tools/Tools.Common/SerializedCmdlets/Az.RedisEnterpriseCache.json index 3e53c5c62b17..55ffc1e4b039 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.RedisEnterpriseCache.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.RedisEnterpriseCache.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.RedisEnterpriseCache", - "ModuleVersion": "1.6.0", + "ModuleVersion": "1.6.1", "Cmdlets": [ { "VerbName": "Export", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ServiceFabric.json b/tools/Tools.Common/SerializedCmdlets/Az.ServiceFabric.json index 4e9c3576cf97..2943e10ac75c 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.ServiceFabric.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.ServiceFabric.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.ServiceFabric", - "ModuleVersion": "5.0.0", + "ModuleVersion": "5.1.0", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -164,7 +164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName" }, "ValidateNotNullOrEmpty": true @@ -520,7 +520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName" }, "ValidateNotNullOrEmpty": true @@ -755,7 +755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -770,42 +770,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" }, "Methods": [ @@ -880,7 +882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -895,42 +897,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" } }, @@ -1295,7 +1299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -1310,42 +1314,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" } }, @@ -1456,7 +1462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -1471,42 +1477,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" } }, @@ -1704,7 +1712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -1719,42 +1727,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" }, "Methods": [ @@ -1826,7 +1836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -1841,42 +1851,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" } }, @@ -1887,7 +1899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityAccess, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityAccess, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1925,7 +1937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityDirection, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityDirection, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1955,7 +1967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityProtocol, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityProtocol, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2061,7 +2073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityAccess, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityAccess, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2123,7 +2135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityDirection, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityDirection, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2171,7 +2183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityProtocol, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityProtocol, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2282,7 +2294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -2297,42 +2309,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" } }, @@ -2349,7 +2363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityAccess, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityAccess, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2411,7 +2425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityDirection, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityDirection, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2459,7 +2473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityProtocol, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityProtocol, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2570,7 +2584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityAccess, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityAccess, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2632,7 +2646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityDirection, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityDirection, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2680,7 +2694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityProtocol, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.NetworkSecurityProtocol, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2798,7 +2812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -2820,43 +2834,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" }, "Methods": [ @@ -2937,7 +2953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -2959,43 +2975,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" } }, @@ -3386,7 +3404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -3408,43 +3426,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" } }, @@ -3874,7 +3894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -3896,43 +3916,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" }, "Methods": [ @@ -4016,7 +4038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -4038,43 +4060,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" } }, @@ -4316,7 +4340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -4338,43 +4362,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" } }, @@ -4616,7 +4642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -4917,7 +4943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -5080,7 +5106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -5303,7 +5329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -5482,7 +5508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity", @@ -5927,7 +5953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -6358,7 +6384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData", "DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -6839,7 +6865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -7195,7 +7221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -7210,42 +7236,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" }, "Methods": [ @@ -7560,7 +7588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity", @@ -7999,7 +8027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -8429,7 +8457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -8908,7 +8936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind", "PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition", @@ -9401,7 +9429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -9423,43 +9451,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" }, "Methods": [ @@ -9813,7 +9843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription", "SystemData": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData", @@ -11165,7 +11195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity", @@ -11858,7 +11888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12088,7 +12118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData", "DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12422,7 +12452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentResult, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentResult, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Cluster": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", "Deployment": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended", @@ -12691,7 +12721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13574,7 +13604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13712,7 +13742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -13727,42 +13757,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" }, "Methods": [ @@ -13849,7 +13881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13873,7 +13905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClusterUpgradeCadence", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClusterUpgradeCadence, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClusterUpgradeCadence, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -13964,7 +13996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusterSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusterSku, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusterSku, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14125,7 +14157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14161,7 +14193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClusterUpgradeCadence", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClusterUpgradeCadence, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClusterUpgradeCadence, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -14281,7 +14313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusterSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusterSku, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusterSku, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14501,7 +14533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14537,7 +14569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClusterUpgradeCadence", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClusterUpgradeCadence, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClusterUpgradeCadence, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -14673,7 +14705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusterSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusterSku, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusterSku, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14913,7 +14945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity", @@ -15585,7 +15617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15838,7 +15870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16194,7 +16226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind", "PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition", @@ -16444,7 +16476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -16462,7 +16494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -16472,7 +16504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -16482,7 +16514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -16773,7 +16805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -16803,7 +16835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -16819,7 +16851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -16835,7 +16867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17106,7 +17138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17136,7 +17168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -17152,7 +17184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -17168,7 +17200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17490,7 +17522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17520,7 +17552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -17536,7 +17568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -17552,7 +17584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17897,7 +17929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -17927,7 +17959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -17943,7 +17975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -17959,7 +17991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -18288,7 +18320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -18318,7 +18350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -18334,7 +18366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -18350,7 +18382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -18730,7 +18762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -18760,7 +18792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -18776,7 +18808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -18792,7 +18824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -19033,7 +19065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -19055,43 +19087,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" }, "Methods": [ @@ -19208,7 +19242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDiskType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDiskType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDiskType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19532,7 +19566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDiskType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDiskType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDiskType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19889,7 +19923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription", "SystemData": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData", @@ -20085,7 +20119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -20272,7 +20306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -20464,7 +20498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -20656,7 +20690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -20910,7 +20944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -21164,7 +21198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -21418,7 +21452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -21605,7 +21639,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity", @@ -21911,7 +21945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity", @@ -22133,7 +22167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -22429,7 +22463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -22653,7 +22687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData", "DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -22969,7 +23003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData", "DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -23131,7 +23165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -23270,7 +23304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName" }, "ValidateNotNullOrEmpty": true @@ -23596,7 +23630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName" }, "ValidateNotNullOrEmpty": true @@ -23874,7 +23908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -23889,42 +23923,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" } }, @@ -24197,7 +24233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -24212,42 +24248,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" } }, @@ -24481,7 +24519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity", @@ -24820,7 +24858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity", @@ -25066,7 +25104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25361,7 +25399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25584,7 +25622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25937,7 +25975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -26127,7 +26165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -26142,42 +26180,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" }, "Methods": [ @@ -26252,7 +26292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -26267,42 +26307,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" } }, @@ -26641,7 +26683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -26656,42 +26698,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" } }, @@ -26802,7 +26846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -26817,42 +26861,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" } }, @@ -27110,7 +27156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind", "PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition", @@ -27469,7 +27515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind", "PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition", @@ -27711,7 +27757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -27733,43 +27779,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" } }, @@ -28141,7 +28189,163 @@ ] }, { - "Name": "RemoveNodeTypeByObj", + "Name": "RemoveNodeTypeByObj", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", + "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", + "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", + "Sku": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeSku", + "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", + "VMImagePlan": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmImagePlan", + "VMManagedIdentity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmManagedIdentity", + "Capacities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "PlacementProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "AdditionalNetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AdditionalNetworkInterfaceConfiguration]", + "FrontendConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.FrontendConfiguration]", + "NetworkSecurityRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule]", + "NatConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeNatConfig]", + "VMSecrets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultSecretGroup]", + "VMApplications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmApplication]", + "AdditionalDataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssDataDisk]", + "VMExtensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssExtension]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", + "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", + "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", + "UseTempDataDisk": "System.Nullable`1[System.Boolean]", + "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", + "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", + "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", + "IsPrimary": "System.Nullable`1[System.Boolean]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", + "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", + "DscpConfigurationId": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", + "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", + "Id": "System.String", + "Name": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", + "VMSharedGalleryImageId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", + "SubnetId": "System.String", + "VMImageResourceId": "System.String", + "EvictionPolicy": "System.String", + "SpotRestoreTimeout": "System.String", + "DataDiskLetter": "System.String", + "HostGroupId": "System.String", + "ProvisioningState": "System.String", + "VMImageSku": "System.String", + "DataDiskType": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "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.4.6.500, 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.4.6.500, 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 + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "RemoveNodeByObj", "Parameters": [ { "ParameterMetadata": { @@ -28149,7 +28353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -28171,197 +28375,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", - "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", - "UseTempDataDisk": "System.Nullable`1[System.Boolean]", - "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", - "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", - "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", - "IsPrimary": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", - "DataDiskSizeGb": "System.Nullable`1[System.Int32]", - "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", - "ServiceArtifactReferenceId": "System.String", - "Id": "System.String", - "SecurityType": "System.String", - "Name": "System.String", - "NatGatewayId": "System.String", - "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", - "SubnetId": "System.String", - "VMImageResourceId": "System.String", - "EvictionPolicy": "System.String", - "SpotRestoreTimeout": "System.String", - "DataDiskLetter": "System.String", - "Type": "System.String", - "ProvisioningState": "System.String", - "VMImageVersion": "System.String", - "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", - "DataDiskType": "System.String" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "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.4.6.500, 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.4.6.500, 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 - }, - { - "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "RemoveNodeByObj", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "InputObject", - "Type": { - "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", - "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", - "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", - "Sku": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeSku", - "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", - "VMImagePlan": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmImagePlan", - "VMManagedIdentity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmManagedIdentity", - "Capacities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "PlacementProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "AdditionalNetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AdditionalNetworkInterfaceConfiguration]", - "FrontendConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.FrontendConfiguration]", - "NetworkSecurityRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule]", - "NatConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeNatConfig]", - "VMSecrets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultSecretGroup]", - "VMApplications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmApplication]", - "AdditionalDataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssDataDisk]", - "VMExtensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssExtension]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", - "IsSpotVM": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" } }, @@ -28793,7 +28845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -28815,43 +28867,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" }, "Methods": [ @@ -28932,7 +28986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -28954,43 +29008,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" } }, @@ -29211,7 +29267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -29233,43 +29289,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" } }, @@ -29487,7 +29545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -29788,7 +29846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -30116,7 +30174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription", "SystemData": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData", @@ -30436,7 +30494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription", "SystemData": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData", @@ -30605,7 +30663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -30739,7 +30797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription" }, "ValidateNotNullOrEmpty": true @@ -30932,7 +30990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription" }, "ValidateNotNullOrEmpty": true @@ -31360,7 +31418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -31375,42 +31433,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" }, "Methods": [ @@ -31494,7 +31554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -31509,42 +31569,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" } }, @@ -31555,7 +31617,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode" ] @@ -31731,7 +31793,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode" ] @@ -31960,7 +32022,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode" ] @@ -32174,7 +32236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", @@ -32189,42 +32251,44 @@ "ServiceEndpoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", "FabricSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", "AuxiliarySubnets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", "ClusterCertificateThumbprints": "System.Collections.Generic.IList`1[System.String]", - "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", - "UseCustomVnet": "System.Nullable`1[System.Boolean]", - "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "AddonFeatures": "System.Collections.Generic.IList`1[System.String]", + "SkipManagedNsgAssignment": "System.Nullable`1[System.Boolean]", "EnableIpv6": "System.Nullable`1[System.Boolean]", + "AllowRdpAccess": "System.Nullable`1[System.Boolean]", "EnableServicePublicIP": "System.Nullable`1[System.Boolean]", + "EnableHttpGatewayExclusiveAuthMode": "System.Nullable`1[System.Boolean]", + "EnableOutboundOnlyNodeTypes": "System.Nullable`1[System.Boolean]", + "UseCustomVnet": "System.Nullable`1[System.Boolean]", "ZonalResiliency": "System.Nullable`1[System.Boolean]", - "AllowRdpAccess": "System.Nullable`1[System.Boolean]", - "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", - "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "EnableAutoOSUpgrade": "System.Nullable`1[System.Boolean]", "ClientConnectionPort": "System.Nullable`1[System.Int32]", + "HttpGatewayConnectionPort": "System.Nullable`1[System.Int32]", + "AllocatedOutboundPorts": "System.Nullable`1[System.Int32]", "HttpGatewayTokenAuthConnectionPort": "System.Nullable`1[System.Int32]", - "ClusterUpgradeCadence": "System.String", - "Name": "System.String", - "Id": "System.String", - "Location": "System.String", - "ClusterState": "System.String", + "DdosProtectionPlanId": "System.String", "VMImage": "System.String", "AutoGeneratedDomainNameLabelScope": "System.String", - "DnsName": "System.String", - "Fqdn": "System.String", - "DdosProtectionPlanId": "System.String", - "PublicIPPrefixId": "System.String", - "ClusterUpgradeMode": "System.String", + "Location": "System.String", + "Id": "System.String", + "Name": "System.String", + "ClusterState": "System.String", + "PublicIPv6PrefixId": "System.String", "Ipv4Address": "System.String", "ZonalUpdateMode": "System.String", - "ClusterId": "System.String", "Ipv6Address": "System.String", - "AdminUserName": "System.String", + "Fqdn": "System.String", "SubnetId": "System.String", - "AdminPassword": "System.String", "Type": "System.String", - "ProvisioningState": "System.String", + "ClusterUpgradeCadence": "System.String", + "ClusterUpgradeMode": "System.String", "ClusterCodeVersion": "System.String", - "PublicIPv6PrefixId": "System.String", + "ProvisioningState": "System.String", + "DnsName": "System.String", + "AdminPassword": "System.String", + "AdminUserName": "System.String", + "ClusterId": "System.String", + "PublicIPPrefixId": "System.String", "Etag": "System.String" } }, @@ -32376,7 +32440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity", @@ -32530,7 +32594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32539,7 +32603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32683,7 +32747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity", @@ -32904,7 +32968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -32919,7 +32983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -33305,7 +33369,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -33320,7 +33384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -33721,7 +33785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -33736,7 +33800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -33934,7 +33998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity", @@ -34168,7 +34232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -34273,7 +34337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -34480,7 +34544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -34718,7 +34782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -34845,7 +34909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -35249,7 +35313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -35439,7 +35503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind", "PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition", @@ -35568,7 +35632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind", "PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition", @@ -35714,7 +35778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -35732,7 +35796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -35742,7 +35806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -35752,7 +35816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -35955,7 +36019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -35985,7 +36049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -36001,7 +36065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -36017,7 +36081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -36313,7 +36377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -36343,7 +36407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -36359,7 +36423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -36375,7 +36439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -36565,7 +36629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -36595,7 +36659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -36611,7 +36675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -36627,7 +36691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -36875,7 +36939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -36905,7 +36969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -36921,7 +36985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -36937,7 +37001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -37046,7 +37110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind", "PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition", @@ -37146,7 +37210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -37176,7 +37240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -37192,7 +37256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -37208,7 +37272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -37317,7 +37381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind", "PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition", @@ -37475,7 +37539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -37505,7 +37569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric" }, "ValidateNotNullOrEmpty": false @@ -37521,7 +37585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation" }, "ValidateNotNullOrEmpty": false @@ -37537,7 +37601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -37757,7 +37821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -37779,43 +37843,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" }, "Methods": [ @@ -37908,7 +37974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -37930,43 +37996,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" } }, @@ -38527,7 +38595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", @@ -38549,43 +38617,45 @@ "Zones": "System.Collections.Generic.IList`1[System.String]", "VMSetupActions": "System.Collections.Generic.IList`1[System.String]", "IsSpotVM": "System.Nullable`1[System.Boolean]", + "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", + "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "IsOutboundOnly": "System.Nullable`1[System.Boolean]", + "EnableResilientEphemeralOSDisk": "System.Nullable`1[System.Boolean]", + "SecureBootEnabled": "System.Nullable`1[System.Boolean]", "EnableOverProvisioning": "System.Nullable`1[System.Boolean]", "UseTempDataDisk": "System.Nullable`1[System.Boolean]", "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIPv6": "System.Nullable`1[System.Boolean]", - "UseEphemeralOSDisk": "System.Nullable`1[System.Boolean]", "UseDefaultPublicLoadBalancer": "System.Nullable`1[System.Boolean]", "EnableEncryptionAtHost": "System.Nullable`1[System.Boolean]", - "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", - "IsStateless": "System.Nullable`1[System.Boolean]", "IsPrimary": "System.Nullable`1[System.Boolean]", - "ZoneBalance": "System.Nullable`1[System.Boolean]", - "SecureBootEnabled": "System.Nullable`1[System.Boolean]", - "EnableNodePublicIP": "System.Nullable`1[System.Boolean]", - "VMInstanceCount": "System.Nullable`1[System.Int32]", + "IsStateless": "System.Nullable`1[System.Boolean]", + "MultiplePlacementGroups": "System.Nullable`1[System.Boolean]", "DataDiskSizeGb": "System.Nullable`1[System.Int32]", + "VMInstanceCount": "System.Nullable`1[System.Int32]", + "Type": "System.String", "DscpConfigurationId": "System.String", - "ComputerNamePrefix": "System.String", + "VMImageOffer": "System.String", + "VMImagePublisher": "System.String", "ServiceArtifactReferenceId": "System.String", + "VMSize": "System.String", "Id": "System.String", - "SecurityType": "System.String", "Name": "System.String", - "NatGatewayId": "System.String", + "ComputerNamePrefix": "System.String", + "SecurityType": "System.String", "VMSharedGalleryImageId": "System.String", - "HostGroupId": "System.String", + "NatGatewayId": "System.String", + "VMImageVersion": "System.String", + "SecurityEncryptionType": "System.String", "SubnetId": "System.String", "VMImageResourceId": "System.String", "EvictionPolicy": "System.String", "SpotRestoreTimeout": "System.String", "DataDiskLetter": "System.String", - "Type": "System.String", + "HostGroupId": "System.String", "ProvisioningState": "System.String", - "VMImageVersion": "System.String", "VMImageSku": "System.String", - "VMImageOffer": "System.String", - "VMImagePublisher": "System.String", - "VMSize": "System.String", - "SecurityEncryptionType": "System.String", "DataDiskType": "System.String" } }, @@ -38737,7 +38807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -38880,7 +38950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription" }, "ValidateNotNullOrEmpty": true @@ -39088,7 +39158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription" }, "ValidateNotNullOrEmpty": true @@ -39209,7 +39279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -39325,7 +39395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39417,7 +39487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39514,7 +39584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -39911,7 +39981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity", @@ -40069,7 +40139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -40204,7 +40274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity", @@ -40411,7 +40481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -40750,7 +40820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -41012,7 +41082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Identity": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity", @@ -41152,7 +41222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -41280,7 +41350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -41387,7 +41457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -41473,7 +41543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -41770,7 +41840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -41889,7 +41959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -41993,7 +42063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -42097,7 +42167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -42213,7 +42283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.VmImageKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.VmImageKind, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.VmImageKind, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -42293,7 +42363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.VmImageKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.VmImageKind, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.VmImageKind, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -42397,7 +42467,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxUnusedVersionsToKeep": "System.Int64" }, @@ -42457,7 +42527,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.String", "ClusterApplication": "System.String", @@ -42513,7 +42583,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Thumbprint": "System.String", "ThumbprintSecondary": "System.String", @@ -42573,7 +42643,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpgradePolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpgradePolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpgradePolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterHealthPolicy", "DeltaHealthPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpgradeDeltaHealthPolicy", @@ -42663,7 +42733,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ClusterHealthPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterHealthPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationHealthPolicies": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ApplicationHealthPolicy]", "MaxPercentUnhealthyApplications": "System.Nullable`1[System.Int32]", @@ -42723,7 +42793,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ApplicationHealthPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ApplicationHealthPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabric.Models.ApplicationHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabric.Models.ApplicationHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationHealthPolicy" @@ -42732,7 +42802,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationHealthPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationHealthPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultServiceTypeHealthPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeHealthPolicy", "ServiceTypeHealthPolicies": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeHealthPolicy]" @@ -42787,7 +42857,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeHealthPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeHealthPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxPercentUnhealthyServices": "System.Nullable`1[System.Int32]" }, @@ -42845,7 +42915,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeHealthPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeHealthPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeHealthPolicy" @@ -42854,7 +42924,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpgradeDeltaHealthPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpgradeDeltaHealthPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpgradeDeltaHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpgradeDeltaHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationDeltaHealthPolicies": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ApplicationDeltaHealthPolicy]", "MaxPercentDeltaUnhealthyNodes": "System.Int32", @@ -42919,7 +42989,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ApplicationDeltaHealthPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ApplicationDeltaHealthPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabric.Models.ApplicationDeltaHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabric.Models.ApplicationDeltaHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationDeltaHealthPolicy" @@ -42928,7 +42998,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationDeltaHealthPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationDeltaHealthPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationDeltaHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationDeltaHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultServiceTypeDeltaHealthPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeDeltaHealthPolicy", "ServiceTypeDeltaHealthPolicies": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeDeltaHealthPolicy]" @@ -42983,7 +43053,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeDeltaHealthPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeDeltaHealthPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeDeltaHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeDeltaHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxPercentDeltaUnhealthyServices": "System.Nullable`1[System.Int32]" }, @@ -43033,7 +43103,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeDeltaHealthPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeDeltaHealthPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeDeltaHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeDeltaHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeDeltaHealthPolicy" @@ -43050,7 +43120,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.DiagnosticsStorageAccountConfig": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.DiagnosticsStorageAccountConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.DiagnosticsStorageAccountConfig, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.DiagnosticsStorageAccountConfig, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StorageAccountName": "System.String", "ProtectedAccountKeyName": "System.String", @@ -43125,7 +43195,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonNames": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonNames, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonNames, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CommonNames": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName]", "X509StoreName": "System.String" @@ -43176,7 +43246,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName" ] @@ -43184,7 +43254,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateCommonName": "System.String", "CertificateIssuerThumbprint": "System.String" @@ -43239,7 +43309,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.SystemData": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.SystemData, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "LastModifiedAt": "System.Nullable`1[System.DateTime]", @@ -43332,7 +43402,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName" ] @@ -43340,7 +43410,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsAdmin": "System.Boolean", "CertificateCommonName": "System.String", @@ -43400,7 +43470,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateThumbprint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateThumbprint]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateThumbprint, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateThumbprint, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateThumbprint" ] @@ -43408,7 +43478,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateThumbprint": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateThumbprint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateThumbprint, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateThumbprint, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsAdmin": "System.Boolean", "CertificateThumbprint": "System.String" @@ -43463,7 +43533,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ClusterVersionDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ClusterVersionDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ClusterVersionDetails, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ClusterVersionDetails, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.ClusterVersionDetails" ] @@ -43471,7 +43541,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ClusterVersionDetails": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterVersionDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterVersionDetails, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ClusterVersionDetails, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CodeVersion": "System.String", "SupportExpiryUtc": "System.String", @@ -43527,7 +43597,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription" ] @@ -43535,7 +43605,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationPorts": "Microsoft.Azure.Management.ServiceFabric.Models.EndpointRangeDescription", "EphemeralPorts": "Microsoft.Azure.Management.ServiceFabric.Models.EndpointRangeDescription", @@ -43650,7 +43720,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.EndpointRangeDescription": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.EndpointRangeDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.EndpointRangeDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.EndpointRangeDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartPort": "System.Int32", "EndPort": "System.Int32" @@ -43705,7 +43775,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.Notification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.Notification]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.Notification, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.Notification, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.Notification" ] @@ -43713,7 +43783,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.Notification": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.Notification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.Notification, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.Notification, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsEnabled": "System.Boolean", "NotificationTargets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.NotificationTarget]", @@ -43774,7 +43844,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.NotificationTarget]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.NotificationTarget]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.NotificationTarget, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.NotificationTarget, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.NotificationTarget" ] @@ -43782,7 +43852,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.NotificationTarget": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.NotificationTarget", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.NotificationTarget, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.NotificationTarget, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Receivers": "System.Collections.Generic.IList`1[System.String]", "NotificationChannel": "System.String" @@ -43845,7 +43915,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.SettingsSectionDescription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.SettingsSectionDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.SettingsSectionDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.SettingsSectionDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.SettingsSectionDescription" ] @@ -43853,7 +43923,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.SettingsSectionDescription": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.SettingsSectionDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.SettingsSectionDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.SettingsSectionDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.SettingsParameterDescription]", "Name": "System.String" @@ -43908,7 +43978,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.SettingsParameterDescription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.SettingsParameterDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.SettingsParameterDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.SettingsParameterDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.SettingsParameterDescription" ] @@ -43916,7 +43986,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.SettingsParameterDescription": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.SettingsParameterDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.SettingsParameterDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.SettingsParameterDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -43971,7 +44041,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsAdmin": "System.Boolean", "CertificateCommonName": "System.String", @@ -44130,7 +44200,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxUnusedVersionsToKeep": "System.Int32" }, @@ -44180,7 +44250,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TenantId": "System.String", "ClusterApplication": "System.String", @@ -44236,7 +44306,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterUpgradePolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterUpgradePolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterUpgradePolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterHealthPolicy", "MonitoringPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterMonitoringPolicy", @@ -44306,7 +44376,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterHealthPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterHealthPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxPercentUnhealthyNodes": "System.Int32", "MaxPercentUnhealthyApplications": "System.Int32" @@ -44361,7 +44431,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterMonitoringPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterMonitoringPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterMonitoringPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterMonitoringPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthCheckWaitDuration": "System.String", "HealthCheckStableDuration": "System.String", @@ -44431,7 +44501,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterUpgradeDeltaHealthPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterUpgradeDeltaHealthPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterUpgradeDeltaHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClusterUpgradeDeltaHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxPercentDeltaUnhealthyNodes": "System.Int32", "MaxPercentUpgradeDomainDeltaUnhealthyNodes": "System.Nullable`1[System.Int32]", @@ -44491,7 +44561,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Sku": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Sku, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Sku, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String" }, @@ -44541,7 +44611,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedAt": "System.Nullable`1[System.DateTime]", "LastModifiedAt": "System.Nullable`1[System.DateTime]", @@ -44612,7 +44682,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClientCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClientCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClientCertificate, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClientCertificate, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClientCertificate" ] @@ -44620,7 +44690,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClientCertificate": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClientCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClientCertificate, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClientCertificate, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsAdmin": "System.Boolean", "Thumbprint": "System.String", @@ -44685,7 +44755,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpTag]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpTag, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpTag, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpTag" ] @@ -44693,7 +44763,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpTag": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpTag, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpTag, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPTagType": "System.String", "Tag": "System.String" @@ -44748,7 +44818,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.LoadBalancingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.LoadBalancingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.LoadBalancingRule, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.LoadBalancingRule, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.LoadBalancingRule" ] @@ -44756,7 +44826,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.LoadBalancingRule": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.LoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.LoadBalancingRule, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.LoadBalancingRule, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrontendPort": "System.Int32", "BackendPort": "System.Int32", @@ -44836,7 +44906,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule" ] @@ -44844,7 +44914,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceAddressPrefixes": "System.Collections.Generic.IList`1[System.String]", "DestinationAddressPrefixes": "System.Collections.Generic.IList`1[System.String]", @@ -44959,7 +45029,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint" ] @@ -44967,10 +45037,11 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Locations": "System.Collections.Generic.IList`1[System.String]", - "Service": "System.String" + "Service": "System.String", + "NetworkIdentifier": "System.String" }, "Methods": [ { @@ -45014,6 +45085,10 @@ { "Name": "locations", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "networkIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -45022,7 +45097,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription" ] @@ -45030,7 +45105,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsParameterDescription]", "Name": "System.String" @@ -45085,7 +45160,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsParameterDescription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsParameterDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsParameterDescription, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsParameterDescription, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsParameterDescription" ] @@ -45093,7 +45168,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsParameterDescription": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsParameterDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsParameterDescription, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsParameterDescription, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -45148,7 +45223,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet" ] @@ -45156,7 +45231,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Subnet, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableIpv6": "System.Nullable`1[System.Boolean]", "Name": "System.String", @@ -45226,7 +45301,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StartPort": "System.Int32", "EndPort": "System.Int32" @@ -45281,7 +45356,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeSku": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeSku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeSku, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeSku, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Int32", "Tier": "System.String", @@ -45341,7 +45416,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmImagePlan": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmImagePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmImagePlan, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmImagePlan, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Product": "System.String", @@ -45402,7 +45477,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmManagedIdentity": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmManagedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmManagedIdentity, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmManagedIdentity, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IList`1[System.String]" }, @@ -45448,7 +45523,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AdditionalNetworkInterfaceConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AdditionalNetworkInterfaceConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AdditionalNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AdditionalNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AdditionalNetworkInterfaceConfiguration" ] @@ -45456,7 +45531,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AdditionalNetworkInterfaceConfiguration": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AdditionalNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AdditionalNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AdditionalNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DscpConfiguration": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SubResource", "IPConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpConfiguration]", @@ -45521,7 +45596,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SubResource": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SubResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SubResource, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SubResource, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -45567,7 +45642,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpConfiguration" ] @@ -45575,7 +45650,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpConfiguration": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPAddressConfiguration": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.PublicIPAddressConfiguration", "Subnet": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SubResource", @@ -45655,7 +45730,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.PublicIPAddressConfiguration": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.PublicIPAddressConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.PublicIPAddressConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.PublicIPAddressConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPTags": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.IpTag]", "Name": "System.String", @@ -45715,7 +45790,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SubResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SubResource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SubResource, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SubResource, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SubResource" ] @@ -45723,7 +45798,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.FrontendConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.FrontendConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.FrontendConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.FrontendConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.FrontendConfiguration" ] @@ -45731,7 +45806,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.FrontendConfiguration": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.FrontendConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.FrontendConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.FrontendConfiguration, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPAddressType": "System.String", "LoadBalancerBackendAddressPoolId": "System.String", @@ -45792,7 +45867,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeNatConfig]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeNatConfig]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeNatConfig, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeNatConfig, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeNatConfig" ] @@ -45800,7 +45875,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeNatConfig": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeNatConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeNatConfig, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeNatConfig, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackendPort": "System.Nullable`1[System.Int32]", "FrontendPortRangeStart": "System.Nullable`1[System.Int32]", @@ -45860,7 +45935,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultSecretGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultSecretGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultSecretGroup, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultSecretGroup, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultSecretGroup" ] @@ -45868,7 +45943,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultSecretGroup": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultSecretGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultSecretGroup, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultSecretGroup, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SubResource", "VaultCertificates": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultCertificate]" @@ -45923,7 +45998,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultCertificate, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultCertificate, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultCertificate" ] @@ -45931,7 +46006,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultCertificate": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultCertificate, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VaultCertificate, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateUrl": "System.String", "CertificateStore": "System.String" @@ -45986,7 +46061,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmApplication]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmApplication]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmApplication, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmApplication, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmApplication" ] @@ -45994,7 +46069,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmApplication": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmApplication, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmApplication, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]", "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]", @@ -46069,7 +46144,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssDataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssDataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssDataDisk, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssDataDisk, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssDataDisk" ] @@ -46077,7 +46152,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssDataDisk": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssDataDisk, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssDataDisk, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Int32", "DiskSizeGb": "System.Int32", @@ -46142,7 +46217,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssExtension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssExtension]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssExtension, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssExtension, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssExtension" ] @@ -46150,7 +46225,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssExtension": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssExtension, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmssExtension, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]", "SetupOrder": "System.Collections.Generic.IList`1[System.String]", @@ -46260,7 +46335,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationHealthPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ArmApplicationHealthPolicy", "RollingUpgradeMonitoringPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ArmRollingUpgradeMonitoringPolicy", @@ -46335,7 +46410,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ArmApplicationHealthPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ArmApplicationHealthPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ArmApplicationHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ArmApplicationHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultServiceTypeHealthPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ArmServiceTypeHealthPolicy", "ServiceTypeHealthPolicyMap": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ArmServiceTypeHealthPolicy]", @@ -46400,7 +46475,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ArmServiceTypeHealthPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ArmServiceTypeHealthPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ArmServiceTypeHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ArmServiceTypeHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxPercentUnhealthyServices": "System.Nullable`1[System.Int32]", "MaxPercentUnhealthyPartitionsPerService": "System.Nullable`1[System.Int32]", @@ -46460,7 +46535,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ArmServiceTypeHealthPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.ArmServiceTypeHealthPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabric.Models.ArmServiceTypeHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabric.Models.ArmServiceTypeHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.ServiceFabric.Models.ArmServiceTypeHealthPolicy" @@ -46469,7 +46544,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ArmRollingUpgradeMonitoringPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ArmRollingUpgradeMonitoringPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ArmRollingUpgradeMonitoringPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ArmRollingUpgradeMonitoringPolicy, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailureAction": "System.String", "HealthCheckWaitDuration": "System.String", @@ -46540,7 +46615,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.UserAssignedIdentity]", "Type": "System.Nullable`1[Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentityType]", @@ -46601,7 +46676,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.UserAssignedIdentity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabric.Models.UserAssignedIdentity]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabric.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabric.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.ServiceFabric.Models.UserAssignedIdentity" @@ -46610,7 +46685,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.UserAssignedIdentity": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.UserAssignedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -46661,7 +46736,7 @@ "System.Nullable`1[Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentityType, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentityType, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentityType" ] @@ -46669,7 +46744,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentityType": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentityType, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentityType, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -46761,7 +46836,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ApplicationMetricDescription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ApplicationMetricDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ApplicationMetricDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ApplicationMetricDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationMetricDescription" ] @@ -46769,7 +46844,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationMetricDescription": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationMetricDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationMetricDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationMetricDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaximumCapacity": "System.Nullable`1[System.Int64]", "ReservationCapacity": "System.Nullable`1[System.Int64]", @@ -46838,7 +46913,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUserAssignedIdentity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUserAssignedIdentity]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUserAssignedIdentity" ] @@ -46846,7 +46921,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUserAssignedIdentity": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUserAssignedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "PrincipalId": "System.String" @@ -46901,7 +46976,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationHealthPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationHealthPolicy", "RollingUpgradeMonitoringPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.RollingUpgradeMonitoringPolicy", @@ -46981,7 +47056,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationHealthPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationHealthPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultServiceTypeHealthPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceTypeHealthPolicy", "ConsiderWarningAsError": "System.Boolean", @@ -47046,7 +47121,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceTypeHealthPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceTypeHealthPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceTypeHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceTypeHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxPercentUnhealthyServices": "System.Int32", "MaxPercentUnhealthyPartitionsPerService": "System.Int32", @@ -47106,7 +47181,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceTypeHealthPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceTypeHealthPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceTypeHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceTypeHealthPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceTypeHealthPolicy" @@ -47115,7 +47190,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.RollingUpgradeMonitoringPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.RollingUpgradeMonitoringPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.RollingUpgradeMonitoringPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.RollingUpgradeMonitoringPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FailureAction": "System.String", "HealthCheckWaitDuration": "System.String", @@ -47190,7 +47265,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.UserAssignedIdentity]", "Type": "System.Nullable`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentityType]", @@ -47251,7 +47326,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.UserAssignedIdentity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.UserAssignedIdentity]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.UserAssignedIdentity" @@ -47260,7 +47335,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.UserAssignedIdentity": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.UserAssignedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.UserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -47311,7 +47386,7 @@ "System.Nullable`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentityType, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentityType, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentityType" ] @@ -47319,7 +47394,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentityType": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentityType, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentityType, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -47406,7 +47481,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentity]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentity" ] @@ -47414,7 +47489,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentity": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentity, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "PrincipalId": "System.String" @@ -47469,7 +47544,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -47556,7 +47631,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -47590,7 +47665,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingPolicy" ] @@ -47598,7 +47673,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScalingMechanism": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingMechanism", "ScalingTrigger": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingTrigger" @@ -47653,7 +47728,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingMechanism": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingMechanism", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingMechanism, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingMechanism, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -47687,7 +47762,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingTrigger": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingTrigger, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingTrigger, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -47721,7 +47796,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation" ] @@ -47729,7 +47804,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scheme": "System.String", "ServiceName": "System.String" @@ -47784,7 +47859,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceLoadMetric]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceLoadMetric]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceLoadMetric, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceLoadMetric, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceLoadMetric" ] @@ -47792,7 +47867,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceLoadMetric": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceLoadMetric", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceLoadMetric, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceLoadMetric, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryDefaultLoad": "System.Nullable`1[System.Int32]", "SecondaryDefaultLoad": "System.Nullable`1[System.Int32]", @@ -47862,7 +47937,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServicePlacementPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServicePlacementPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServicePlacementPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServicePlacementPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServicePlacementPolicy" ] @@ -47870,7 +47945,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServicePlacementPolicy": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServicePlacementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServicePlacementPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServicePlacementPolicy, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -47904,7 +47979,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResourceProperties", "SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData", @@ -47984,7 +48059,7 @@ "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResourceProperties": { "Namespace": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models", "Name": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResourceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResourceProperties, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResourceProperties, Microsoft.Azure.PowerShell.ServiceFabricManagedClusters.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition", "ScalingPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingPolicy]", @@ -48084,7 +48159,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind", "PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition", @@ -48157,7 +48232,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -48191,7 +48266,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription" ] @@ -48199,7 +48274,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scheme": "System.String", "ServiceName": "System.String" @@ -48254,7 +48329,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ServiceLoadMetricDescription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ServiceLoadMetricDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ServiceLoadMetricDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ServiceLoadMetricDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.ServiceLoadMetricDescription" ] @@ -48262,7 +48337,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ServiceLoadMetricDescription": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceLoadMetricDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceLoadMetricDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServiceLoadMetricDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryDefaultLoad": "System.Nullable`1[System.Int32]", "SecondaryDefaultLoad": "System.Nullable`1[System.Int32]", @@ -48332,7 +48407,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription" ] @@ -48340,7 +48415,7 @@ "Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription": { "Namespace": "Microsoft.Azure.Management.ServiceFabric.Models", "Name": "Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription, Microsoft.Azure.PowerShell.ServiceFabric.Management.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "GetType", @@ -48374,7 +48449,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy", "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", @@ -48461,7 +48536,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Management.Internal.Resources.Models.DeploymentPropertiesExtended", "Name": "System.String", @@ -49260,7 +49335,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault" ] @@ -49268,7 +49343,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Certificate": "System.Security.Cryptography.X509Certificates.X509Certificate2", "KeyVaultId": "System.String", @@ -49317,7 +49392,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrimaryDefaultLoad": "System.Nullable`1[System.Int32]", "SecondaryDefaultLoad": "System.Nullable`1[System.Int32]", @@ -49406,7 +49481,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Scheme": "System.String", "ServiceName": "System.String" @@ -49467,7 +49542,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription]", "Name": "System.String" @@ -49509,7 +49584,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription" ] @@ -49517,7 +49592,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -49559,7 +49634,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Sftp.json b/tools/Tools.Common/SerializedCmdlets/Az.Sftp.json index 81cd0b73ceb0..00345ec46d85 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Sftp.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Sftp.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Sftp", - "ModuleVersion": "0.1.1", + "ModuleVersion": "0.1.2", "Cmdlets": [ { "VerbName": "Connect", @@ -919,7 +919,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Sftp.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Sftp.Models.PSCertificateInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Sftp.Models.PSCertificateInfo, Microsoft.Azure.PowerShell.Cmdlets.Sftp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Sftp.Models.PSCertificateInfo, Microsoft.Azure.PowerShell.Cmdlets.Sftp, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsLocalUserCertificate": "System.Boolean", "IsValid": "System.Boolean", diff --git a/tools/Tools.Common/SerializedCmdlets/Az.SqlVirtualMachine.json b/tools/Tools.Common/SerializedCmdlets/Az.SqlVirtualMachine.json index 84153e4dd6dc..449e4a8c9192 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.SqlVirtualMachine.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.SqlVirtualMachine.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.SqlVirtualMachine", - "ModuleVersion": "2.4.0", + "ModuleVersion": "2.4.1", "Cmdlets": [ { "VerbName": "Assert", @@ -16,7 +16,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -33,7 +33,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -42,7 +42,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -51,7 +51,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -60,7 +60,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -77,7 +77,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -86,7 +86,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -99,7 +99,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -108,7 +108,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -117,7 +117,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -126,7 +126,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -136,7 +136,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -146,7 +146,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -155,7 +155,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -164,7 +164,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -173,7 +173,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -192,7 +204,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -207,7 +219,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -222,7 +234,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -237,7 +249,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -252,7 +264,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -271,7 +283,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -286,7 +298,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -301,7 +313,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -316,7 +328,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -332,7 +344,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -348,7 +360,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -363,7 +375,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -378,7 +390,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -393,7 +405,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -413,7 +443,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -436,7 +466,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -451,7 +481,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -470,7 +500,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -485,7 +515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -500,7 +530,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -515,7 +545,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -531,7 +561,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -547,7 +577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -562,7 +592,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -577,7 +607,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -592,7 +622,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -612,7 +660,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -627,7 +675,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -646,7 +694,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -661,7 +709,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -676,7 +724,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -691,7 +739,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -707,7 +755,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -723,7 +771,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -738,7 +786,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -753,7 +801,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -768,7 +816,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -795,7 +861,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAvailabilityGroupListener", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAvailabilityGroupListener, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAvailabilityGroupListener, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupConfigurationReplica": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica[]", "LoadBalancerConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ILoadBalancerConfiguration[]", @@ -826,7 +892,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -835,7 +901,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -847,7 +913,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -856,7 +922,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -866,7 +932,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -883,7 +949,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -896,7 +962,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -905,7 +971,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -914,7 +980,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -924,7 +990,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -934,7 +1000,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -943,7 +1009,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -952,7 +1018,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -970,7 +1048,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -985,7 +1063,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1003,7 +1081,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1018,7 +1096,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -1034,7 +1112,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1053,7 +1131,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1068,7 +1146,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1083,7 +1161,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1099,7 +1177,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1115,7 +1193,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1130,7 +1208,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1145,7 +1223,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1165,7 +1261,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1183,7 +1279,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1198,7 +1294,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -1218,7 +1314,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1233,7 +1329,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1248,7 +1344,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1264,7 +1360,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1280,7 +1376,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1295,7 +1391,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1310,7 +1406,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1330,7 +1444,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -1353,7 +1467,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1372,7 +1486,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1387,7 +1501,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1402,7 +1516,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1418,7 +1532,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1434,7 +1548,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1449,7 +1563,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1464,7 +1578,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1488,7 +1620,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1503,7 +1635,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1518,7 +1650,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1534,7 +1666,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1550,7 +1682,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1565,7 +1697,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1580,7 +1712,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1607,7 +1757,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachine, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachine, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoBackupSettingDaysOfWeek": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[]", "SqlTempDbSettingLun": "System.Int32[]", @@ -1717,7 +1867,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1726,7 +1876,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1735,7 +1885,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -1745,7 +1895,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -1765,7 +1915,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1774,7 +1924,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1787,7 +1937,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1796,7 +1946,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1805,7 +1955,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1815,7 +1965,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1825,7 +1975,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1834,7 +1984,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1843,7 +1993,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -1862,7 +2024,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1877,7 +2039,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1892,7 +2054,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -1908,7 +2070,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1927,7 +2089,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1942,7 +2104,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1957,7 +2119,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1973,7 +2135,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1989,7 +2151,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2004,7 +2166,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2019,7 +2181,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2039,7 +2219,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2054,7 +2234,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -2074,7 +2254,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2089,7 +2269,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2104,7 +2284,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2120,7 +2300,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2136,7 +2316,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2151,7 +2331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2166,7 +2346,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2186,7 +2384,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2201,7 +2399,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -2220,7 +2418,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2239,7 +2437,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2254,7 +2452,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2269,7 +2467,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2285,7 +2483,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2301,7 +2499,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2316,7 +2514,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2331,7 +2529,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2351,7 +2567,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -2371,7 +2587,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2386,7 +2602,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2401,7 +2617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2417,7 +2633,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2433,7 +2649,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2448,7 +2664,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2463,7 +2679,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2483,7 +2717,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -2506,7 +2740,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2525,7 +2759,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2540,7 +2774,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2555,7 +2789,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2571,7 +2805,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2587,7 +2821,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2602,7 +2836,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2617,7 +2851,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2641,7 +2893,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2656,7 +2908,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2671,7 +2923,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2687,7 +2939,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2703,7 +2955,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2718,7 +2970,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2733,7 +2985,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2760,7 +3030,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineGroup, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineGroup, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClusterConfiguration": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration]", "ClusterManagerType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType]", @@ -2800,7 +3070,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2809,7 +3079,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2818,7 +3088,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -2828,7 +3098,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -2849,7 +3119,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2858,7 +3128,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2867,7 +3137,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2877,7 +3147,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2887,7 +3157,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2896,7 +3166,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2905,7 +3175,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -2924,7 +3206,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2939,7 +3221,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2954,7 +3236,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -2974,7 +3256,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2989,7 +3271,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3004,7 +3286,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3020,7 +3302,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3036,7 +3318,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3051,7 +3333,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3066,7 +3348,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3086,7 +3386,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3101,7 +3401,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -3121,7 +3421,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3136,7 +3436,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3151,7 +3451,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3167,7 +3467,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3183,7 +3483,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3198,7 +3498,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3213,7 +3513,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3233,7 +3551,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -3253,7 +3571,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3268,7 +3586,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3283,7 +3601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3299,7 +3617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3315,7 +3633,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3330,7 +3648,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3345,7 +3663,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3365,7 +3701,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -3392,7 +3728,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3407,7 +3743,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3422,7 +3758,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3438,7 +3774,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3454,7 +3790,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3469,7 +3805,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3484,7 +3820,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3508,7 +3862,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3523,7 +3877,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3538,7 +3892,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3554,7 +3908,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3570,7 +3924,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3585,7 +3939,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3600,7 +3954,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3627,7 +3999,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -3640,7 +4012,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3649,7 +4021,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3658,7 +4030,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3667,7 +4039,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -3688,7 +4060,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3697,7 +4069,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3706,7 +4078,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3715,7 +4087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3725,7 +4097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3735,7 +4107,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3744,7 +4116,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3753,7 +4125,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3762,16 +4134,28 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, { - "Name": "ProxyUseDefaultCredentials", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -3786,7 +4170,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3801,7 +4185,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3816,7 +4200,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3835,7 +4219,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3850,7 +4234,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3865,7 +4249,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3880,7 +4264,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3896,7 +4280,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3912,7 +4296,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3927,7 +4311,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3942,7 +4326,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3957,7 +4341,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3972,7 +4356,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3992,7 +4394,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -4019,7 +4421,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4034,7 +4436,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4049,7 +4451,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4064,7 +4466,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4080,7 +4482,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4096,7 +4498,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4111,7 +4513,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4126,7 +4528,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4141,7 +4543,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4156,7 +4558,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4180,7 +4600,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4195,7 +4615,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4210,7 +4630,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4225,7 +4645,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4241,7 +4661,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4257,7 +4677,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4272,7 +4692,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4287,7 +4707,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4302,7 +4722,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4317,7 +4737,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4344,7 +4782,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVMTroubleshooting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVMTroubleshooting, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVMTroubleshooting, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TroubleshootingScenario": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario]", "EndTimeUtc": "System.Nullable`1[System.DateTime]", @@ -4364,7 +4802,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4373,7 +4811,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4382,7 +4820,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4391,7 +4829,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -4408,7 +4846,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4417,7 +4855,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4426,7 +4864,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4435,7 +4873,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4448,7 +4886,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4457,7 +4895,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4466,7 +4904,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4475,7 +4913,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4485,7 +4923,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4495,7 +4933,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4504,7 +4942,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4513,7 +4951,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4522,7 +4960,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -4537,7 +4987,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4552,7 +5002,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4567,7 +5017,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4582,7 +5032,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4597,7 +5047,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4612,7 +5062,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4627,7 +5077,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4646,7 +5096,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4661,7 +5111,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4676,7 +5126,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4691,7 +5141,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4707,7 +5157,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4723,7 +5173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4738,7 +5188,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4753,7 +5203,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4768,7 +5218,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4788,7 +5256,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -4811,7 +5279,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4826,7 +5294,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4841,7 +5309,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4856,7 +5324,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4875,7 +5343,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4890,7 +5358,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4905,7 +5373,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4920,7 +5388,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4936,7 +5404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4952,7 +5420,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4967,7 +5435,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4982,7 +5450,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4997,7 +5465,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5017,7 +5503,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5032,7 +5518,7 @@ "Type": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5047,7 +5533,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5062,7 +5548,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5081,7 +5567,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5096,7 +5582,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5111,7 +5597,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5126,7 +5612,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5142,7 +5628,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5158,7 +5644,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5173,7 +5659,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -5188,7 +5674,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5203,7 +5689,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5230,7 +5734,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAvailabilityGroupListener", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAvailabilityGroupListener, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAvailabilityGroupListener, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupConfigurationReplica": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica[]", "LoadBalancerConfiguration": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ILoadBalancerConfiguration[]", @@ -5261,7 +5765,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5270,7 +5774,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5282,7 +5786,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5291,7 +5795,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5300,7 +5804,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica" }, "ValidateNotNullOrEmpty": false @@ -5310,7 +5814,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5319,7 +5823,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5328,7 +5832,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5337,7 +5841,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5346,7 +5850,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5355,7 +5859,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5364,7 +5868,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -5374,7 +5878,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5383,7 +5887,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -5393,7 +5897,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5406,7 +5910,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5415,7 +5919,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5424,7 +5928,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5433,7 +5937,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5443,7 +5947,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5453,7 +5957,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5462,7 +5966,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -5471,7 +5975,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5480,7 +5984,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -5498,7 +6014,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5513,7 +6029,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5531,7 +6047,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5546,7 +6062,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5561,7 +6077,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica" }, "ValidateNotNullOrEmpty": false @@ -5577,7 +6093,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5592,7 +6108,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5607,7 +6123,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5622,7 +6138,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5637,7 +6153,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5652,7 +6168,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5667,7 +6183,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -5683,7 +6199,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5698,7 +6214,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration" }, "ValidateNotNullOrEmpty": false @@ -5714,7 +6230,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5733,7 +6249,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5748,7 +6264,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5763,7 +6279,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5778,7 +6294,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5794,7 +6310,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5810,7 +6326,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5825,7 +6341,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -5840,7 +6356,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5855,7 +6371,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5882,7 +6416,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.AgReplica", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.AgReplica, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.AgReplica, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Commit": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit]", "Failover": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover]", @@ -5989,7 +6523,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5998,7 +6532,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6007,7 +6541,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6016,7 +6550,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6025,7 +6559,19 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -6040,7 +6586,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6055,7 +6601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6070,7 +6616,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6085,7 +6631,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6100,7 +6646,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6127,7 +6691,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.MultiSubnetIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.MultiSubnetIPConfiguration, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.MultiSubnetIPConfiguration, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateIPAddressIpaddress": "System.String", "PrivateIPAddressSubnetResourceId": "System.String", @@ -6232,7 +6796,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6241,7 +6805,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6250,7 +6814,19 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -6265,7 +6841,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6280,7 +6856,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6295,7 +6871,25 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6322,7 +6916,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachine, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachine, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoBackupSettingDaysOfWeek": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[]", "SqlTempDbSettingLun": "System.Int32[]", @@ -6432,7 +7026,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6441,7 +7035,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6450,7 +7044,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6459,7 +7053,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6468,7 +7062,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6477,7 +7071,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6486,7 +7080,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6495,7 +7089,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6504,7 +7098,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6513,7 +7107,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek" }, "ValidateNotNullOrEmpty": false @@ -6523,7 +7117,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6532,7 +7126,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6541,7 +7135,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6550,7 +7144,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6559,7 +7153,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6568,7 +7162,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6577,7 +7171,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6586,7 +7180,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6595,7 +7189,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6604,7 +7198,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6613,7 +7207,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6622,7 +7216,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6631,7 +7225,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6640,7 +7234,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6649,7 +7243,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6658,7 +7252,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6667,7 +7261,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6676,7 +7270,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6685,7 +7279,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6694,7 +7288,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6703,7 +7297,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6712,7 +7306,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6721,7 +7315,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6730,7 +7324,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6739,7 +7333,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6748,7 +7342,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6757,7 +7351,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6766,7 +7360,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6775,7 +7369,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6784,7 +7378,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6793,7 +7387,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6802,7 +7396,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6811,7 +7405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6820,7 +7414,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6829,7 +7423,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6838,7 +7432,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6847,7 +7441,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6856,7 +7450,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32[]", - "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Int32" }, "ValidateNotNullOrEmpty": false @@ -6866,7 +7460,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6875,7 +7469,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6884,7 +7478,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6893,7 +7487,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6902,7 +7496,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6911,7 +7505,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6920,7 +7514,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6929,7 +7523,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6938,7 +7532,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32[]", - "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Int32" }, "ValidateNotNullOrEmpty": false @@ -6948,7 +7542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6957,7 +7551,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6966,7 +7560,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6975,7 +7569,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6984,7 +7578,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6993,7 +7587,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7002,7 +7596,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7011,7 +7605,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7020,7 +7614,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7029,7 +7623,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7038,7 +7632,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32[]", - "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Int32" }, "ValidateNotNullOrEmpty": false @@ -7048,7 +7642,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7057,7 +7651,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7066,7 +7660,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7075,7 +7669,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7084,7 +7678,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7093,7 +7687,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7102,7 +7696,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7111,7 +7705,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7120,7 +7714,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7129,7 +7723,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7138,7 +7732,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7147,7 +7741,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7160,7 +7754,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7169,7 +7763,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7178,7 +7772,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7187,7 +7781,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7197,7 +7791,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7207,7 +7801,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7216,7 +7810,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -7225,7 +7819,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7234,7 +7828,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -7253,7 +7859,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7268,7 +7874,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7283,7 +7889,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7298,7 +7904,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7313,7 +7919,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7328,7 +7934,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7343,7 +7949,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7358,7 +7964,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7373,7 +7979,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7388,7 +7994,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek" }, "ValidateNotNullOrEmpty": false @@ -7404,7 +8010,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7419,7 +8025,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7434,7 +8040,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7449,7 +8055,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7464,7 +8070,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7479,7 +8085,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7494,7 +8100,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7509,7 +8115,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7524,7 +8130,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7539,7 +8145,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7554,7 +8160,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7569,7 +8175,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7584,7 +8190,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7599,7 +8205,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7614,7 +8220,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7629,7 +8235,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7644,7 +8250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7659,7 +8265,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7674,7 +8280,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7689,7 +8295,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7704,7 +8310,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7719,7 +8325,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7734,7 +8340,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7749,7 +8355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7764,7 +8370,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7779,7 +8385,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7794,7 +8400,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7809,7 +8415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7824,7 +8430,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7839,7 +8445,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7854,7 +8460,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7869,7 +8475,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7884,7 +8490,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7899,7 +8505,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7914,7 +8520,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7929,7 +8535,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7944,7 +8550,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7959,7 +8565,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32[]", - "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Int32" }, "ValidateNotNullOrEmpty": false @@ -7975,7 +8581,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7990,7 +8596,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8005,7 +8611,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8020,7 +8626,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8035,7 +8641,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8050,7 +8656,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8065,7 +8671,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8080,7 +8686,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8095,7 +8701,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32[]", - "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Int32" }, "ValidateNotNullOrEmpty": false @@ -8111,7 +8717,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8126,7 +8732,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8141,7 +8747,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8156,7 +8762,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8171,7 +8777,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8186,7 +8792,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8201,7 +8807,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8216,7 +8822,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8231,7 +8837,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8246,7 +8852,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8261,7 +8867,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32[]", - "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Int32" }, "ValidateNotNullOrEmpty": false @@ -8277,7 +8883,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8292,7 +8898,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8307,7 +8913,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8322,7 +8928,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8337,7 +8943,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8352,7 +8958,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8367,7 +8973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8382,7 +8988,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8397,7 +9003,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8412,7 +9018,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8427,7 +9033,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8442,7 +9048,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8461,7 +9067,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8476,7 +9082,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8491,7 +9097,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8506,7 +9112,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8522,7 +9128,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8538,7 +9144,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8553,7 +9159,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -8568,7 +9174,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8583,7 +9189,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8610,7 +9234,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineGroup, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineGroup, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClusterConfiguration": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration]", "ClusterManagerType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType]", @@ -8650,7 +9274,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8659,7 +9283,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8668,7 +9292,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8677,7 +9301,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8686,7 +9310,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8695,7 +9319,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8704,7 +9328,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8713,7 +9337,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8722,7 +9346,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8731,7 +9355,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8740,7 +9364,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8749,7 +9373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8758,7 +9382,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8767,7 +9391,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8776,7 +9400,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8785,7 +9409,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8798,7 +9422,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8807,7 +9431,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8816,7 +9440,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8825,7 +9449,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8835,7 +9459,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8845,7 +9469,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8854,7 +9478,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -8863,7 +9487,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8872,7 +9496,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -8891,7 +9527,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8906,7 +9542,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8921,7 +9557,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8936,7 +9572,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8951,7 +9587,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8966,7 +9602,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8981,7 +9617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8996,7 +9632,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9011,7 +9647,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9026,7 +9662,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9041,7 +9677,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9056,7 +9692,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9071,7 +9707,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9086,7 +9722,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9101,7 +9737,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9116,7 +9752,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9135,7 +9771,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9150,7 +9786,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9165,7 +9801,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9180,7 +9816,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9196,7 +9832,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9212,7 +9848,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9227,7 +9863,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -9242,7 +9878,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9257,7 +9893,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9284,7 +9938,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -9300,7 +9954,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9309,7 +9963,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9321,7 +9975,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9330,7 +9984,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9339,7 +9993,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -9360,7 +10014,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9369,7 +10023,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9378,7 +10032,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9387,7 +10041,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9397,7 +10051,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9407,7 +10061,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9416,7 +10070,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9425,7 +10079,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -9434,7 +10088,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9443,7 +10097,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -9461,7 +10127,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9476,7 +10142,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9494,7 +10160,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9509,7 +10175,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9528,7 +10194,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9543,7 +10209,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9558,7 +10224,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9573,7 +10239,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9589,7 +10255,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9605,7 +10271,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9620,7 +10286,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9635,7 +10301,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -9650,7 +10316,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9665,7 +10331,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9685,7 +10369,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -9712,7 +10396,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9727,7 +10411,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9742,7 +10426,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9757,7 +10441,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9773,7 +10457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9789,7 +10473,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9804,7 +10488,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9819,7 +10503,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -9834,7 +10518,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9849,7 +10533,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9873,7 +10575,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9888,7 +10590,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9903,7 +10605,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9918,7 +10620,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9934,7 +10636,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9950,7 +10652,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9965,7 +10667,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9980,7 +10682,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -9994,8 +10696,23 @@ "Name": "ProxyCredential", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10006,11 +10723,14 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10037,7 +10757,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -10054,7 +10774,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10063,7 +10783,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10072,7 +10792,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10081,7 +10801,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -10102,7 +10822,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10111,7 +10831,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10120,7 +10840,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10129,7 +10849,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10139,7 +10859,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10149,7 +10869,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10158,7 +10878,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10167,7 +10887,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -10176,7 +10896,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10185,7 +10905,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -10204,7 +10936,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10219,7 +10951,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10234,7 +10966,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10253,7 +10985,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10268,7 +11000,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10283,7 +11015,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10298,7 +11030,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10314,7 +11046,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10330,7 +11062,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10345,7 +11077,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10360,7 +11092,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -10375,7 +11107,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10390,7 +11122,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10410,7 +11160,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -10437,7 +11187,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10452,7 +11202,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10467,7 +11217,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10482,7 +11232,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10498,7 +11248,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10514,7 +11264,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10529,7 +11279,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10544,7 +11294,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -10559,7 +11309,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10574,7 +11324,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10598,7 +11366,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10613,7 +11381,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10628,7 +11396,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10643,7 +11411,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10659,7 +11427,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10675,7 +11443,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10690,7 +11458,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10705,7 +11473,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -10720,7 +11488,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10735,7 +11503,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10762,7 +11548,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -10779,7 +11565,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10788,7 +11574,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10797,7 +11583,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10806,7 +11592,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -10827,7 +11613,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10836,7 +11622,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10845,7 +11631,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10854,7 +11640,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10864,7 +11650,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10874,7 +11660,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10883,7 +11669,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10892,7 +11678,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -10901,7 +11687,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10910,7 +11696,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -10929,7 +11727,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10944,7 +11742,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10959,7 +11757,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10978,7 +11776,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10993,7 +11791,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11008,7 +11806,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11023,7 +11821,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11039,7 +11837,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11055,7 +11853,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11070,7 +11868,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11085,7 +11883,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -11100,7 +11898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11115,7 +11913,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11135,7 +11951,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -11162,7 +11978,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11177,7 +11993,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11192,7 +12008,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11207,7 +12023,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11223,7 +12039,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11239,7 +12055,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11254,7 +12070,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11269,7 +12085,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -11284,7 +12100,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11299,7 +12115,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11323,7 +12157,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11338,7 +12172,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11353,7 +12187,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11368,7 +12202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11384,7 +12218,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11400,7 +12234,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11415,7 +12249,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11430,7 +12264,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -11445,7 +12279,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11460,7 +12294,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11487,7 +12339,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -11500,7 +12352,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11509,7 +12361,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11518,7 +12370,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11527,7 +12379,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -11548,7 +12400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11557,7 +12409,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11566,7 +12418,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11575,7 +12427,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11585,7 +12437,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11595,7 +12447,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11604,7 +12456,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11613,7 +12465,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -11622,7 +12474,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11631,7 +12483,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -11646,7 +12510,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11661,7 +12525,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11676,7 +12540,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11695,7 +12559,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11710,7 +12574,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11725,7 +12589,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11740,7 +12604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11756,7 +12620,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11772,7 +12636,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11787,7 +12651,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11802,7 +12666,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -11817,7 +12681,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11832,7 +12696,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11852,7 +12734,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -11879,7 +12761,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11894,7 +12776,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11909,7 +12791,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11924,7 +12806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11940,7 +12822,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11956,7 +12838,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11971,7 +12853,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11986,7 +12868,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -12001,7 +12883,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12016,7 +12898,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12040,7 +12940,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12055,7 +12955,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12070,7 +12970,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12085,7 +12985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12101,7 +13001,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12117,7 +13017,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12132,7 +13032,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12147,7 +13047,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -12162,7 +13062,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12177,7 +13077,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12204,7 +13122,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachine, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachine, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutoBackupSettingDaysOfWeek": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[]", "SqlTempDbSettingLun": "System.Int32[]", @@ -12314,7 +13232,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12323,7 +13241,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12332,7 +13250,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12341,7 +13259,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -12358,7 +13276,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12367,7 +13285,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12376,7 +13294,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12385,7 +13303,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12394,7 +13312,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12403,7 +13321,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12412,7 +13330,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12421,7 +13339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek" }, "ValidateNotNullOrEmpty": false @@ -12431,7 +13349,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12440,7 +13358,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12449,7 +13367,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12458,7 +13376,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12467,7 +13385,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12476,7 +13394,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12485,7 +13403,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12494,7 +13412,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12503,7 +13421,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12512,7 +13430,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12521,7 +13439,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12530,7 +13448,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12539,7 +13457,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12548,7 +13466,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12557,7 +13475,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12566,7 +13484,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12575,7 +13493,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12584,7 +13502,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12593,7 +13511,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12602,7 +13520,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12611,7 +13529,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12620,7 +13538,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12629,7 +13547,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12638,7 +13556,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12647,7 +13565,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12656,7 +13574,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12665,7 +13583,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12674,7 +13592,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12683,7 +13601,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12692,7 +13610,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12701,7 +13619,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12714,7 +13632,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12723,7 +13641,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12732,7 +13650,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12741,7 +13659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12751,7 +13669,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12761,7 +13679,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12770,7 +13688,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -12779,7 +13697,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12788,7 +13706,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -12807,7 +13737,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12822,7 +13752,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12837,7 +13767,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12852,7 +13782,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12867,7 +13797,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12882,7 +13812,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12897,7 +13827,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12912,7 +13842,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12927,7 +13857,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12942,7 +13872,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12957,7 +13887,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek" }, "ValidateNotNullOrEmpty": false @@ -12973,7 +13903,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12988,7 +13918,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13003,7 +13933,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13018,7 +13948,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13033,7 +13963,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13048,7 +13978,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13063,7 +13993,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13078,7 +14008,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13093,7 +14023,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13108,7 +14038,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13123,7 +14053,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13138,7 +14068,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13153,7 +14083,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13168,7 +14098,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13183,7 +14113,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13198,7 +14128,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13213,7 +14143,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13228,7 +14158,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13243,7 +14173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13258,7 +14188,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13273,7 +14203,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13288,7 +14218,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13303,7 +14233,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13318,7 +14248,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13333,7 +14263,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13348,7 +14278,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13363,7 +14293,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13378,7 +14308,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13393,7 +14323,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13408,7 +14338,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13423,7 +14353,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13442,7 +14372,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13457,7 +14387,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13472,7 +14402,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13487,7 +14417,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13503,7 +14433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13519,7 +14449,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13534,7 +14464,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -13549,7 +14479,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13564,7 +14494,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13584,7 +14532,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -13607,7 +14555,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13622,7 +14570,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13637,7 +14585,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13652,7 +14600,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13667,7 +14615,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13682,7 +14630,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13697,7 +14645,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13712,7 +14660,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek" }, "ValidateNotNullOrEmpty": false @@ -13728,7 +14676,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13743,7 +14691,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13758,7 +14706,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13773,7 +14721,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13788,7 +14736,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13803,7 +14751,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13818,7 +14766,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13833,7 +14781,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13848,7 +14796,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13863,7 +14811,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13878,7 +14826,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13893,7 +14841,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13908,7 +14856,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13923,7 +14871,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13938,7 +14886,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13953,7 +14901,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13968,7 +14916,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13983,7 +14931,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13998,7 +14946,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14013,7 +14961,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14028,7 +14976,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14043,7 +14991,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14058,7 +15006,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14073,7 +15021,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14088,7 +15036,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14103,7 +15051,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14118,7 +15066,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14133,7 +15081,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14148,7 +15096,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14163,7 +15111,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14178,7 +15126,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14197,7 +15145,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14212,7 +15160,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14227,7 +15175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14242,7 +15190,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14258,7 +15206,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14274,7 +15222,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14289,7 +15237,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -14304,7 +15252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14319,7 +15267,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14339,7 +15305,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14354,7 +15320,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14369,7 +15335,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14384,7 +15350,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14399,7 +15365,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14414,7 +15380,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14429,7 +15395,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14444,7 +15410,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek" }, "ValidateNotNullOrEmpty": false @@ -14460,7 +15426,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14475,7 +15441,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14490,7 +15456,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14505,7 +15471,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14520,7 +15486,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14535,7 +15501,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14550,7 +15516,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14565,7 +15531,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14580,7 +15546,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14595,7 +15561,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14610,7 +15576,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14625,7 +15591,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14640,7 +15606,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14655,7 +15621,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14670,7 +15636,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14685,7 +15651,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14700,7 +15666,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14715,7 +15681,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14730,7 +15696,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14745,7 +15711,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14760,7 +15726,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14775,7 +15741,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14790,7 +15756,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14805,7 +15771,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14820,7 +15786,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14835,7 +15801,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14850,7 +15816,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14865,7 +15831,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14880,7 +15846,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14895,7 +15861,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14910,7 +15876,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14929,7 +15895,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14944,7 +15910,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14959,7 +15925,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14974,7 +15940,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14990,7 +15956,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15006,7 +15972,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15021,7 +15987,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -15036,7 +16002,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15051,7 +16017,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15078,7 +16062,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineGroup", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineGroup, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineGroup, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClusterConfiguration": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration]", "ClusterManagerType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType]", @@ -15118,7 +16102,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15127,7 +16111,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15136,7 +16120,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15145,7 +16129,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -15162,7 +16146,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15171,7 +16155,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15180,7 +16164,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15189,7 +16173,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15198,7 +16182,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15207,7 +16191,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15216,7 +16200,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15225,7 +16209,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15234,7 +16218,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15243,7 +16227,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15256,7 +16240,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15265,7 +16249,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15274,7 +16258,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15283,7 +16267,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15293,7 +16277,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15303,7 +16287,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15312,7 +16296,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -15321,7 +16305,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15330,7 +16314,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -15349,7 +16345,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15364,7 +16360,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15379,7 +16375,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15394,7 +16390,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15409,7 +16405,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15424,7 +16420,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15439,7 +16435,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15454,7 +16450,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15469,7 +16465,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15484,7 +16480,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15499,7 +16495,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15514,7 +16510,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15529,7 +16525,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15548,7 +16544,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15563,7 +16559,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15578,7 +16574,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15593,7 +16589,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15609,7 +16605,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15625,7 +16621,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15640,7 +16636,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -15655,7 +16651,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15670,7 +16666,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15690,7 +16704,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailabilityGroupListenerName": "System.String", "Id": "System.String", @@ -15713,7 +16727,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15728,7 +16742,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15743,7 +16757,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15758,7 +16772,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15773,7 +16787,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15788,7 +16802,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15803,7 +16817,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15818,7 +16832,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15833,7 +16847,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15848,7 +16862,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15867,7 +16881,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15882,7 +16896,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15897,7 +16911,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15912,7 +16926,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15928,7 +16942,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15944,7 +16958,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15959,7 +16973,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -15974,7 +16988,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15989,7 +17003,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16009,7 +17041,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16024,7 +17056,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16039,7 +17071,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16054,7 +17086,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16069,7 +17101,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16084,7 +17116,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16099,7 +17131,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16114,7 +17146,7 @@ "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16129,7 +17161,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16144,7 +17176,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16163,7 +17195,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16178,7 +17210,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16193,7 +17225,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16208,7 +17240,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16224,7 +17256,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16240,7 +17272,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16255,7 +17287,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -16270,7 +17302,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16285,7 +17317,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16345,7 +17395,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.SendAsyncStep, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -16479,17 +17529,17 @@ "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=8.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=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Net.Http.HttpResponseMessage" ] @@ -16497,44 +17547,44 @@ "System.Net.Http.HttpResponseMessage": { "Namespace": "System.Net.Http", "Name": "System.Net.Http.HttpResponseMessage", - "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "System.IAsyncResult": { "Namespace": "System", "Name": "System.IAsyncResult", - "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Delegate[]": { "Namespace": "System", "Name": "System.Delegate[]", - "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Delegate" }, "System.Delegate": { "Namespace": "System", "Name": "System.Delegate", - "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica" }, "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAgReplica, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Commit": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit]", "Failover": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover]", @@ -16546,7 +17596,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit" ] @@ -16554,7 +17604,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Commit, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16619,7 +17669,7 @@ "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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Management.Automation.CompletionResult" ] @@ -16627,12 +17677,12 @@ "System.Management.Automation.CompletionResult": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.CompletionResult", - "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover" ] @@ -16640,7 +17690,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Failover, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16705,7 +17755,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary" ] @@ -16713,7 +17763,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ReadableSecondary, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16778,7 +17828,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role" ] @@ -16786,7 +17836,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.Role, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16851,13 +17901,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ILoadBalancerConfiguration[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ILoadBalancerConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ILoadBalancerConfiguration[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ILoadBalancerConfiguration[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ILoadBalancerConfiguration" }, "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ILoadBalancerConfiguration": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ILoadBalancerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ILoadBalancerConfiguration, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ILoadBalancerConfiguration, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProbePort": "System.Nullable`1[System.Int32]", "LoadBalancerResourceId": "System.String", @@ -16870,7 +17920,7 @@ "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" ] @@ -16878,19 +17928,19 @@ "System.String[]": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration" }, "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IMultiSubnetIPConfiguration, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrivateIPAddressIpaddress": "System.String", "PrivateIPAddressSubnetResourceId": "System.String", @@ -16900,7 +17950,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.CreatedByType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.CreatedByType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.CreatedByType" ] @@ -16908,7 +17958,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.CreatedByType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.CreatedByType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -16973,7 +18023,7 @@ "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" ] @@ -16981,7 +18031,7 @@ "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" ] @@ -16989,18 +18039,18 @@ "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek[], Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek" }, "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AutoBackupDaysOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17065,13 +18115,13 @@ "System.Int32[]": { "Namespace": "System", "Name": "System.Int32[]", - "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Int32[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Int32" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek" ] @@ -17079,7 +18129,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.AssessmentDayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17144,7 +18194,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType" ] @@ -17152,7 +18202,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.BackupScheduleType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17217,7 +18267,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType" ] @@ -17225,7 +18275,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ConnectivityType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17290,7 +18340,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek" ] @@ -17298,7 +18348,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DayOfWeek, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17363,7 +18413,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType" ] @@ -17371,7 +18421,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.DiskConfigurationType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17436,7 +18486,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType" ] @@ -17444,7 +18494,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.FullBackupFrequencyType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17509,7 +18559,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType" ] @@ -17517,7 +18567,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.IdentityType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17582,7 +18632,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode" ] @@ -17590,7 +18640,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.LeastPrivilegeMode, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17655,7 +18705,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku" ] @@ -17663,7 +18713,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlImageSku, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17728,7 +18778,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode" ] @@ -17736,7 +18786,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlManagementMode, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17801,7 +18851,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType" ] @@ -17809,7 +18859,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlServerLicenseType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17874,7 +18924,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType" ] @@ -17882,7 +18932,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -17947,7 +18997,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType" ] @@ -17955,7 +19005,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.StorageWorkloadType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18020,7 +19070,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario" ] @@ -18028,7 +19078,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18093,12 +19143,12 @@ "System.Security.SecureString": { "Namespace": "System.Security", "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration" ] @@ -18106,7 +19156,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18171,7 +19221,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType" ] @@ -18179,7 +19229,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18244,7 +19294,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType" ] @@ -18252,7 +19302,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18317,7 +19367,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ScaleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ScaleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ScaleType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ScaleType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ScaleType" ] @@ -18325,7 +19375,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ScaleType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ScaleType, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ScaleType, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18390,7 +19440,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku" ] @@ -18398,7 +19448,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -18463,7 +19513,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Json.JsonNode, Az.SqlVirtualMachine.private, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Json.JsonNode, Az.SqlVirtualMachine.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Json.JsonNode" }, diff --git a/tools/Tools.Common/SerializedCmdlets/Az.StackHCIVM.json b/tools/Tools.Common/SerializedCmdlets/Az.StackHCIVM.json index 1e3b1b6278c9..f171c4bd7003 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.StackHCIVM.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.StackHCIVM.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.StackHCIVM", - "ModuleVersion": "1.1.0", + "ModuleVersion": "1.1.1", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GuestAgentInstallStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail]", "VMAgentStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus]", @@ -85,7 +85,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -94,7 +94,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -103,7 +103,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -112,7 +112,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -121,7 +121,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -131,7 +131,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -141,7 +141,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -150,7 +150,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -159,7 +159,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -169,7 +169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -179,7 +179,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -188,7 +188,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -197,7 +197,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -206,7 +206,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -224,7 +236,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -239,7 +251,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -254,7 +266,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -269,7 +281,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -285,7 +297,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -301,7 +313,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -316,7 +328,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -331,7 +343,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -347,7 +359,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -363,7 +375,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -378,7 +390,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -393,7 +405,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -408,7 +420,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -428,7 +458,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -443,7 +473,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -459,7 +489,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -475,7 +505,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -490,7 +520,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -505,7 +535,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -521,7 +551,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -537,7 +567,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -552,7 +582,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -567,7 +597,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -582,7 +612,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -602,7 +650,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -618,7 +666,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -634,7 +682,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -649,7 +697,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -664,7 +712,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -680,7 +728,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -696,7 +744,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -711,7 +759,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -726,7 +774,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -741,7 +789,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -768,7 +834,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GuestAgentInstallStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail]", "VMAgentStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus]", @@ -837,7 +903,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -846,7 +912,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -855,7 +921,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -864,7 +930,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -873,7 +939,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -883,7 +949,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -893,7 +959,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -902,7 +968,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -911,7 +977,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -921,7 +987,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -931,7 +997,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -940,7 +1006,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -949,7 +1015,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -958,7 +1024,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -976,7 +1054,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -991,7 +1069,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1006,7 +1084,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1021,7 +1099,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -1037,7 +1115,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -1053,7 +1131,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1068,7 +1146,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1083,7 +1161,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1099,7 +1177,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1115,7 +1193,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1130,7 +1208,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1145,7 +1223,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1160,7 +1238,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1180,7 +1276,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1195,7 +1291,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -1211,7 +1307,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -1227,7 +1323,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1242,7 +1338,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1257,7 +1353,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1273,7 +1369,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1289,7 +1385,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1304,7 +1400,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1319,7 +1415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1334,7 +1430,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1354,7 +1468,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -1370,7 +1484,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -1386,7 +1500,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1401,7 +1515,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1416,7 +1530,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1432,7 +1546,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1448,7 +1562,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1463,7 +1577,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1478,7 +1592,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1493,7 +1607,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1520,7 +1652,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMarketplaceGalleryImages", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMarketplaceGalleryImages, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMarketplaceGalleryImages, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DownloadStatusDownloadSizeInMb": "System.Nullable`1[System.Int64]", "StatusProgressPercentage": "System.Nullable`1[System.Int64]", @@ -1550,7 +1682,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGalleryImages", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGalleryImages, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGalleryImages, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DownloadStatusDownloadSizeInMb": "System.Nullable`1[System.Int64]", "OSDiskImageSizeInMb": "System.Nullable`1[System.Int64]", @@ -1584,7 +1716,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -1594,7 +1726,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1603,7 +1735,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1612,7 +1744,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1625,7 +1757,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1634,7 +1766,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1643,7 +1775,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1653,7 +1785,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1663,7 +1795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1672,7 +1804,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1681,7 +1813,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1690,7 +1822,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -1705,7 +1849,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -1725,7 +1869,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1740,7 +1884,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1755,7 +1899,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1771,7 +1915,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1787,7 +1931,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1802,7 +1946,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1817,7 +1961,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1832,7 +1976,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1852,7 +2014,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1867,7 +2029,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -1882,7 +2044,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -1902,7 +2064,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1917,7 +2079,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1932,7 +2094,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1948,7 +2110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1964,7 +2126,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1979,7 +2141,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -1994,7 +2156,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2009,7 +2171,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2029,7 +2209,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2044,7 +2224,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -2064,7 +2244,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2079,7 +2259,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2094,7 +2274,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2110,7 +2290,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2126,7 +2306,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2141,7 +2321,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2156,7 +2336,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2171,7 +2351,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2191,7 +2389,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2206,7 +2404,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -2226,7 +2424,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2241,7 +2439,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2256,7 +2454,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2272,7 +2470,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2288,7 +2486,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2303,7 +2501,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2318,7 +2516,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2333,7 +2531,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2360,7 +2576,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ILogicalNetworks", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ILogicalNetworks, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ILogicalNetworks, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnet]", "DhcpOptionDnsServer": "System.Collections.Generic.List`1[System.String]", @@ -2388,7 +2604,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2397,7 +2613,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2406,7 +2622,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -2416,7 +2632,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2429,7 +2645,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2438,7 +2654,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2447,7 +2663,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2457,7 +2673,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2467,7 +2683,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2476,7 +2692,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2485,7 +2701,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2494,7 +2710,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -2512,7 +2740,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2527,7 +2755,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2542,7 +2770,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -2562,7 +2790,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2577,7 +2805,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2592,7 +2820,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2608,7 +2836,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2624,7 +2852,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2639,7 +2867,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2654,7 +2882,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2674,7 +2920,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2689,7 +2935,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -2709,7 +2955,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2724,7 +2970,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2739,7 +2985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2755,7 +3001,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2771,7 +3017,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2786,7 +3032,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2801,7 +3047,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2821,7 +3085,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -2841,7 +3105,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2856,7 +3120,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2871,7 +3135,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2887,7 +3151,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2903,7 +3167,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -2918,7 +3182,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2933,7 +3197,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2953,7 +3235,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -2968,7 +3250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -2987,7 +3269,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3002,7 +3284,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3017,7 +3299,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3033,7 +3315,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3049,7 +3331,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3064,7 +3346,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3079,7 +3361,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3103,7 +3403,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3118,7 +3418,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3133,7 +3433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3149,7 +3449,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3165,7 +3465,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3180,7 +3480,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3195,7 +3495,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3222,7 +3540,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterfaces", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterfaces, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterfaces, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPConfiguration": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration]", "DnsSettingDnsServer": "System.Collections.Generic.List`1[System.String]", @@ -3250,7 +3568,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3259,7 +3577,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3268,7 +3586,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -3278,7 +3596,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3291,7 +3609,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3300,7 +3618,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3309,7 +3627,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3319,7 +3637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3329,7 +3647,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3338,7 +3656,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3347,7 +3665,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3356,7 +3674,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -3374,7 +3704,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3389,7 +3719,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3404,7 +3734,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -3424,7 +3754,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3439,7 +3769,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3454,7 +3784,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3470,7 +3800,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3486,7 +3816,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3501,7 +3831,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3516,7 +3846,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3524,19 +3854,37 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "List", - "Parameters": [ + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, 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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3551,7 +3899,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -3571,7 +3919,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3586,7 +3934,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3601,7 +3949,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3617,7 +3965,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3633,7 +3981,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3648,7 +3996,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3663,7 +4011,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3683,7 +4049,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -3703,7 +4069,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3718,7 +4084,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3733,7 +4099,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3749,7 +4115,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3765,7 +4131,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3780,7 +4146,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3795,7 +4161,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3815,7 +4199,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -3830,7 +4214,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3849,7 +4233,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3864,7 +4248,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3879,7 +4263,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3895,7 +4279,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3911,7 +4295,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -3926,7 +4310,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3941,7 +4325,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3965,7 +4367,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3980,7 +4382,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -3995,7 +4397,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4011,7 +4413,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4027,7 +4429,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4042,7 +4444,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4057,7 +4459,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4084,7 +4504,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStorageContainers", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStorageContainers, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStorageContainers, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusAvailableSizeMb": "System.Nullable`1[System.Int64]", "StatusContainerSizeMb": "System.Nullable`1[System.Int64]", @@ -4112,7 +4532,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4121,7 +4541,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4130,7 +4550,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -4140,7 +4560,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4153,7 +4573,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4162,7 +4582,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4171,7 +4591,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4181,7 +4601,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4191,7 +4611,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4200,7 +4620,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4209,7 +4629,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4218,7 +4638,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -4236,7 +4668,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4251,7 +4683,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4266,7 +4698,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -4286,7 +4718,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4301,7 +4733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4316,7 +4748,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4332,7 +4764,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4348,7 +4780,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4363,7 +4795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4378,7 +4810,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4398,7 +4848,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4413,7 +4863,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -4433,7 +4883,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4448,7 +4898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4463,7 +4913,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4479,7 +4929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4495,7 +4945,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4510,7 +4960,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4525,7 +4975,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4545,7 +5013,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -4565,7 +5033,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4580,7 +5048,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4595,7 +5063,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4611,7 +5079,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4627,7 +5095,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4642,7 +5110,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4657,7 +5125,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4677,7 +5163,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4692,7 +5178,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4711,7 +5197,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4726,7 +5212,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4741,7 +5227,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4757,7 +5243,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4773,7 +5259,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4788,7 +5274,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4803,7 +5289,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4827,7 +5331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4842,7 +5346,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4857,7 +5361,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4873,7 +5377,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4889,7 +5393,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -4904,7 +5408,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4919,7 +5423,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -4946,7 +5468,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualHardDisks", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualHardDisks, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualHardDisks, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Dynamic": "System.Nullable`1[System.Boolean]", "BlockSizeByte": "System.Nullable`1[System.Int32]", @@ -4979,7 +5501,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4988,7 +5510,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -4997,7 +5519,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -5007,7 +5529,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5020,7 +5542,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5029,7 +5551,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5038,7 +5560,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5048,7 +5570,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5058,7 +5580,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -5067,7 +5589,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5076,7 +5598,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5085,7 +5607,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -5103,7 +5637,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5118,7 +5652,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5133,7 +5667,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -5153,7 +5687,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5168,7 +5702,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5183,7 +5717,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5199,7 +5733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5215,7 +5749,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -5230,7 +5764,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5245,7 +5779,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5265,7 +5817,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5280,7 +5832,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -5300,7 +5852,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5315,7 +5867,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5330,7 +5882,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5346,7 +5898,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5362,7 +5914,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -5377,7 +5929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5392,7 +5944,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5412,7 +5982,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -5432,7 +6002,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5447,7 +6017,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5462,7 +6032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5478,7 +6048,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5494,7 +6064,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -5509,7 +6079,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5524,7 +6094,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5544,7 +6132,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -5559,7 +6147,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5578,7 +6166,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5593,7 +6181,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5608,7 +6196,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5624,7 +6212,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5640,7 +6228,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -5655,7 +6243,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5670,7 +6258,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5694,7 +6300,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5709,7 +6315,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5724,7 +6330,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5740,7 +6346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5756,7 +6362,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -5771,7 +6377,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5786,7 +6392,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5813,7 +6437,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.Machine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.Machine, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.Machine, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DetectedProperty": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IDetectedProperties", "Tag": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ITrackedResourceTags", @@ -5991,7 +6615,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GuestAgentInstallStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail]", "VMAgentStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus]", @@ -6060,7 +6684,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6069,7 +6693,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6078,7 +6702,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6087,7 +6711,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6100,7 +6724,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6109,7 +6733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6118,7 +6742,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6128,7 +6752,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6138,7 +6762,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6147,7 +6771,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -6156,7 +6780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6165,7 +6789,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -6183,7 +6819,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6198,7 +6834,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6213,7 +6849,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6232,7 +6868,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6247,7 +6883,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6262,7 +6898,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6278,7 +6914,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6294,7 +6930,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6309,7 +6945,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -6324,7 +6960,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6339,7 +6975,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6359,7 +7013,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6374,7 +7028,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6393,7 +7047,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6408,7 +7062,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6423,7 +7077,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6439,7 +7093,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6455,7 +7109,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6470,7 +7124,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -6485,7 +7139,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6500,7 +7154,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6520,7 +7192,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6539,7 +7211,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6554,7 +7226,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6569,7 +7241,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6585,7 +7257,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6601,7 +7273,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6616,7 +7288,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -6631,7 +7303,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6646,7 +7318,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6666,7 +7356,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -6685,7 +7375,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6700,7 +7390,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6715,7 +7405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6731,7 +7421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6747,7 +7437,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6762,7 +7452,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -6777,7 +7467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6792,7 +7482,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6816,7 +7524,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6831,7 +7539,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6846,7 +7554,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6862,7 +7570,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6878,7 +7586,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6893,7 +7601,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -6908,7 +7616,22 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6919,11 +7642,14 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6950,7 +7676,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMarketplaceGalleryImages", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMarketplaceGalleryImages, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMarketplaceGalleryImages, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DownloadStatusDownloadSizeInMb": "System.Nullable`1[System.Int64]", "StatusProgressPercentage": "System.Nullable`1[System.Int64]", @@ -6980,7 +7706,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGalleryImages", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGalleryImages, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGalleryImages, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DownloadStatusDownloadSizeInMb": "System.Nullable`1[System.Int64]", "OSDiskImageSizeInMb": "System.Nullable`1[System.Int64]", @@ -7017,7 +7743,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7026,7 +7752,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7035,7 +7761,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7044,7 +7770,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7053,7 +7779,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7062,7 +7788,7 @@ "Type": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7071,7 +7797,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7080,7 +7806,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7089,7 +7815,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7098,7 +7824,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7107,7 +7833,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7116,7 +7842,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7125,7 +7851,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7134,7 +7860,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7143,7 +7869,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7152,7 +7878,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7161,7 +7887,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7174,7 +7900,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7183,7 +7909,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7192,7 +7918,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7201,7 +7927,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7211,7 +7937,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7221,7 +7947,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7230,7 +7956,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -7239,7 +7965,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7248,7 +7974,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -7266,7 +8004,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7281,7 +8019,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7296,7 +8034,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7311,7 +8049,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7326,7 +8064,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7341,7 +8079,7 @@ "Type": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7356,7 +8094,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7371,7 +8109,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7386,7 +8124,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7401,7 +8139,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7416,7 +8154,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7435,7 +8173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7450,7 +8188,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7465,7 +8203,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7480,7 +8218,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7496,7 +8234,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7512,7 +8250,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7527,7 +8265,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -7542,7 +8280,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7557,7 +8295,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7577,7 +8333,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7595,7 +8351,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7610,7 +8366,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7625,7 +8381,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7640,7 +8396,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7655,7 +8411,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7670,7 +8426,7 @@ "Type": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7685,7 +8441,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7700,7 +8456,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7715,7 +8471,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7730,7 +8486,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7745,7 +8501,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7764,7 +8520,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7779,7 +8535,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7794,7 +8550,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7809,7 +8565,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7825,7 +8581,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7841,7 +8597,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7856,7 +8612,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -7871,7 +8627,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7886,7 +8642,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7906,7 +8680,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7924,7 +8698,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7939,7 +8713,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7954,7 +8728,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7969,7 +8743,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7984,7 +8758,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -7999,7 +8773,7 @@ "Type": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8014,7 +8788,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8029,7 +8803,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8044,7 +8818,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8059,7 +8833,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8074,7 +8848,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8093,7 +8867,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8108,7 +8882,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8123,7 +8897,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8138,7 +8912,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8154,7 +8928,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8170,7 +8944,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8185,7 +8959,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -8200,7 +8974,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8215,7 +8989,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8235,7 +9027,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8250,7 +9042,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8265,7 +9057,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8280,7 +9072,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8298,7 +9090,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8313,7 +9105,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8328,7 +9120,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8343,7 +9135,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8358,7 +9150,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8373,7 +9165,7 @@ "Type": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8388,7 +9180,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8403,7 +9195,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8418,7 +9210,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8433,7 +9225,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8448,7 +9240,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8467,7 +9259,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8482,7 +9274,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8497,7 +9289,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8512,7 +9304,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8528,7 +9320,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8544,7 +9336,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8559,7 +9351,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -8574,7 +9366,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8589,7 +9381,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8616,7 +9426,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ILogicalNetworks", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ILogicalNetworks, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ILogicalNetworks, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnet]", "DhcpOptionDnsServer": "System.Collections.Generic.List`1[System.String]", @@ -8644,7 +9454,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8653,7 +9463,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8662,7 +9472,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8671,7 +9481,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8680,7 +9490,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8689,7 +9499,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -8699,7 +9509,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8708,7 +9518,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8717,7 +9527,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -8727,7 +9537,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8736,7 +9546,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8745,7 +9555,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8754,7 +9564,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8763,7 +9573,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Collections.Hashtable" }, "ValidateNotNullOrEmpty": false @@ -8773,7 +9583,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Collections.Hashtable" }, "ValidateNotNullOrEmpty": false @@ -8783,7 +9593,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8792,7 +9602,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Collections.Hashtable" }, "ValidateNotNullOrEmpty": false @@ -8802,7 +9612,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8815,7 +9625,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8824,7 +9634,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8833,7 +9643,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8842,7 +9652,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8852,7 +9662,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8862,7 +9672,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8871,7 +9681,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -8880,7 +9690,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8889,7 +9699,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -8907,7 +9729,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8922,7 +9744,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8937,7 +9759,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8952,7 +9774,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8967,7 +9789,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -8982,7 +9804,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -8998,7 +9820,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9013,7 +9835,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9028,7 +9850,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -9044,7 +9866,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9059,7 +9881,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9074,7 +9896,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9089,7 +9911,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9104,7 +9926,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Collections.Hashtable" }, "ValidateNotNullOrEmpty": false @@ -9120,7 +9942,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Collections.Hashtable" }, "ValidateNotNullOrEmpty": false @@ -9136,7 +9958,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9151,7 +9973,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Collections.Hashtable" }, "ValidateNotNullOrEmpty": false @@ -9167,7 +9989,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9186,7 +10008,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9201,7 +10023,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9216,7 +10038,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9231,7 +10053,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9247,7 +10069,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9263,7 +10085,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9278,7 +10100,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -9293,7 +10115,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9308,7 +10130,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9335,7 +10175,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterfaces", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterfaces, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterfaces, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPConfiguration": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration]", "DnsSettingDnsServer": "System.Collections.Generic.List`1[System.String]", @@ -9363,7 +10203,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9372,7 +10212,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9381,7 +10221,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9390,7 +10230,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9399,7 +10239,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9408,7 +10248,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -9418,7 +10258,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9427,7 +10267,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9436,7 +10276,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9445,7 +10285,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9454,7 +10294,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9463,7 +10303,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Collections.Hashtable" }, "ValidateNotNullOrEmpty": false @@ -9473,7 +10313,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9486,7 +10326,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9495,7 +10335,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9504,7 +10344,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9513,7 +10353,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9523,7 +10363,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9533,7 +10373,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9542,7 +10382,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -9551,7 +10391,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9560,7 +10400,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -9578,7 +10430,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9593,7 +10445,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9608,7 +10460,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9623,7 +10475,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9638,7 +10490,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9653,7 +10505,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -9669,7 +10521,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9684,7 +10536,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9699,7 +10551,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9714,7 +10566,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9729,7 +10581,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9744,7 +10596,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Collections.Hashtable" }, "ValidateNotNullOrEmpty": false @@ -9760,7 +10612,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9779,7 +10631,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9794,7 +10646,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9809,7 +10661,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9824,7 +10676,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9840,7 +10692,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9856,7 +10708,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9871,7 +10723,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -9886,7 +10738,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9901,7 +10753,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9928,7 +10798,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStorageContainers", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStorageContainers, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStorageContainers, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusAvailableSizeMb": "System.Nullable`1[System.Int64]", "StatusContainerSizeMb": "System.Nullable`1[System.Int64]", @@ -9956,7 +10826,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9965,7 +10835,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9974,7 +10844,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9983,7 +10853,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -9992,7 +10862,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10001,7 +10871,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10010,7 +10880,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10023,7 +10893,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10032,7 +10902,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10041,7 +10911,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10050,7 +10920,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10060,7 +10930,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10070,7 +10940,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10079,7 +10949,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -10088,7 +10958,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10097,7 +10967,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -10115,7 +10997,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10130,7 +11012,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10145,7 +11027,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10160,7 +11042,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10175,7 +11057,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10190,7 +11072,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10205,7 +11087,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10224,7 +11106,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10239,7 +11121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10254,7 +11136,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10269,7 +11151,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10285,7 +11167,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10301,7 +11183,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10316,7 +11198,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -10331,7 +11213,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10346,7 +11228,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10373,7 +11273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualHardDisks", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualHardDisks, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualHardDisks, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Dynamic": "System.Nullable`1[System.Boolean]", "BlockSizeByte": "System.Nullable`1[System.Int32]", @@ -10406,7 +11306,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10415,7 +11315,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10424,7 +11324,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10433,7 +11333,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10442,7 +11342,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10451,7 +11351,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10460,7 +11360,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10469,7 +11369,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10478,7 +11378,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10487,7 +11387,7 @@ "Type": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10496,7 +11396,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10505,7 +11405,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10514,7 +11414,7 @@ "Type": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10523,7 +11423,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10532,7 +11432,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10541,7 +11441,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10554,7 +11454,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10563,7 +11463,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10572,7 +11472,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10581,7 +11481,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10591,7 +11491,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10601,7 +11501,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10610,7 +11510,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -10619,7 +11519,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10628,7 +11528,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -10646,7 +11558,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10661,7 +11573,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10676,7 +11588,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10691,7 +11603,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10706,7 +11618,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10721,7 +11633,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10736,7 +11648,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10751,7 +11663,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10766,7 +11678,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10781,7 +11693,7 @@ "Type": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10796,7 +11708,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10811,7 +11723,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10826,7 +11738,7 @@ "Type": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10841,7 +11753,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10856,7 +11768,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10871,7 +11783,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -10890,7 +11802,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10905,7 +11817,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10920,7 +11832,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10935,7 +11847,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10951,7 +11863,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10967,7 +11879,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10982,7 +11894,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -10997,7 +11909,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11012,7 +11924,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11039,7 +11969,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GuestAgentInstallStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail]", "VMAgentStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus]", @@ -11108,7 +12038,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11117,7 +12047,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11126,7 +12056,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11135,7 +12065,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11144,7 +12074,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11153,7 +12083,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11162,7 +12092,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11171,7 +12101,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11180,7 +12110,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11189,7 +12119,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11198,7 +12128,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11207,7 +12137,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11216,7 +12146,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11225,7 +12155,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11234,7 +12164,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11243,7 +12173,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11252,7 +12182,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11261,7 +12191,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -11271,7 +12201,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -11281,7 +12211,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11290,7 +12220,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -11300,7 +12230,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -11310,7 +12240,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11319,7 +12249,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11328,7 +12258,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11337,7 +12267,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11346,7 +12276,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11355,7 +12285,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -11365,7 +12295,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11374,7 +12304,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11383,7 +12313,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11392,7 +12322,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11401,7 +12331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11410,7 +12340,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11419,7 +12349,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11428,7 +12358,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11437,7 +12367,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11446,7 +12376,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11455,7 +12385,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11468,7 +12398,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11477,7 +12407,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11486,7 +12416,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11495,7 +12425,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11505,7 +12435,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11515,7 +12445,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11524,7 +12454,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -11533,7 +12463,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11542,7 +12472,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -11560,7 +12502,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11575,7 +12517,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11590,7 +12532,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11605,7 +12547,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11620,7 +12562,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11635,7 +12577,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11650,7 +12592,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11665,7 +12607,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11680,7 +12622,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11695,7 +12637,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11710,7 +12652,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11725,7 +12667,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11740,7 +12682,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11755,7 +12697,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11770,7 +12712,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11785,7 +12727,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11800,7 +12742,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -11816,7 +12758,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -11832,7 +12774,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11847,7 +12789,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -11863,7 +12805,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -11879,7 +12821,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11894,7 +12836,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11909,7 +12851,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11924,7 +12866,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11939,7 +12881,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -11954,7 +12896,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -11970,7 +12912,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -11985,7 +12927,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12000,7 +12942,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12015,7 +12957,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12030,7 +12972,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12045,7 +12987,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12064,7 +13006,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12079,7 +13021,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12094,7 +13036,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12109,7 +13051,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12125,7 +13067,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12141,7 +13083,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12156,7 +13098,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -12171,7 +13113,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12186,7 +13128,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12206,7 +13166,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12224,7 +13184,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12239,7 +13199,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12254,7 +13214,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12269,7 +13229,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12284,7 +13244,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12299,7 +13259,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12314,7 +13274,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12329,7 +13289,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12344,7 +13304,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12359,7 +13319,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12374,7 +13334,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12389,7 +13349,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12404,7 +13364,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12419,7 +13379,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12434,7 +13394,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12449,7 +13409,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12464,7 +13424,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -12480,7 +13440,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -12496,7 +13456,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12511,7 +13471,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -12527,7 +13487,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -12543,7 +13503,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12558,7 +13518,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12573,7 +13533,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12588,7 +13548,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12603,7 +13563,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12618,7 +13578,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -12634,7 +13594,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12649,7 +13609,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12664,7 +13624,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12679,7 +13639,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12694,7 +13654,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12709,7 +13669,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12728,7 +13688,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12743,7 +13703,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12758,7 +13718,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12773,7 +13733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12789,7 +13749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12805,7 +13765,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12820,7 +13780,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -12835,7 +13795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12850,7 +13810,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -12870,7 +13848,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12885,7 +13863,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12903,7 +13881,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12918,7 +13896,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12933,7 +13911,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12948,7 +13926,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12963,7 +13941,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12978,7 +13956,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -12993,7 +13971,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13008,7 +13986,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13023,7 +14001,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13038,7 +14016,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13053,7 +14031,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13068,7 +14046,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13083,7 +14061,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13098,7 +14076,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13113,7 +14091,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13128,7 +14106,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13143,7 +14121,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -13159,7 +14137,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -13175,7 +14153,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13190,7 +14168,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -13206,7 +14184,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -13222,7 +14200,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13237,7 +14215,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13252,7 +14230,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13267,7 +14245,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13282,7 +14260,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13297,7 +14275,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -13313,7 +14291,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13328,7 +14306,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13343,7 +14321,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13358,7 +14336,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13373,7 +14351,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13388,7 +14366,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13407,7 +14385,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13422,7 +14400,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13437,7 +14415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13452,7 +14430,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13468,7 +14446,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13484,7 +14462,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13499,7 +14477,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -13514,7 +14492,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13529,7 +14507,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13549,7 +14545,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13567,7 +14563,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13582,7 +14578,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13597,7 +14593,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13612,7 +14608,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13627,7 +14623,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13642,7 +14638,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13657,7 +14653,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13672,7 +14668,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13687,7 +14683,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13702,7 +14698,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13717,7 +14713,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13732,7 +14728,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13747,7 +14743,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13762,7 +14758,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13777,7 +14773,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13792,7 +14788,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13807,7 +14803,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -13823,7 +14819,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -13839,7 +14835,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13854,7 +14850,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -13870,7 +14866,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -13886,7 +14882,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13901,7 +14897,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13916,7 +14912,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13931,7 +14927,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13946,7 +14942,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13961,7 +14957,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -13977,7 +14973,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -13992,7 +14988,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14007,7 +15003,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14022,7 +15018,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14037,7 +15033,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14052,7 +15048,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14071,7 +15067,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14086,7 +15082,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14101,7 +15097,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14116,7 +15112,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14132,7 +15128,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14148,7 +15144,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14163,7 +15159,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -14178,7 +15174,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14193,7 +15189,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14213,7 +15227,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14228,7 +15242,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14246,7 +15260,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14261,7 +15275,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14276,7 +15290,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14291,7 +15305,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14306,7 +15320,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14321,7 +15335,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14336,7 +15350,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14351,7 +15365,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14366,7 +15380,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14381,7 +15395,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14396,7 +15410,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14411,7 +15425,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14426,7 +15440,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14441,7 +15455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14456,7 +15470,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14471,7 +15485,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14486,7 +15500,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -14502,7 +15516,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -14518,7 +15532,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14533,7 +15547,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -14549,7 +15563,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -14565,7 +15579,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14580,7 +15594,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14595,7 +15609,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14610,7 +15624,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14625,7 +15639,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14640,7 +15654,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -14656,7 +15670,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14671,7 +15685,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14686,7 +15700,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14701,7 +15715,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14716,7 +15730,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14731,7 +15745,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14750,7 +15764,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14765,7 +15779,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14780,7 +15794,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14795,7 +15809,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14811,7 +15825,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14827,7 +15841,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14842,7 +15856,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -14857,7 +15871,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14872,7 +15886,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14899,7 +15931,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -14912,7 +15944,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14921,7 +15953,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14930,7 +15962,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14939,7 +15971,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -14948,7 +15980,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14957,7 +15989,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14966,7 +15998,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14976,7 +16008,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14986,7 +16018,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14995,7 +16027,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -15004,7 +16036,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15013,7 +16045,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -15028,7 +16072,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15043,7 +16087,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15058,7 +16102,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15073,7 +16117,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15088,7 +16132,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15103,7 +16147,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15119,7 +16163,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15135,7 +16179,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15150,7 +16194,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -15164,8 +16208,23 @@ "Name": "ProxyCredential", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15176,11 +16235,14 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15200,7 +16262,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15215,7 +16277,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15230,7 +16292,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15245,7 +16307,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15261,7 +16323,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15277,7 +16339,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15292,7 +16354,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -15307,7 +16369,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15322,7 +16384,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15342,7 +16422,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15357,7 +16437,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15372,7 +16452,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15387,7 +16467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15402,7 +16482,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15418,7 +16498,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15434,7 +16514,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15449,7 +16529,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -15464,7 +16544,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15479,7 +16559,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15506,7 +16604,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -15522,7 +16620,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15531,7 +16629,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15540,7 +16638,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15549,7 +16647,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15558,7 +16656,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15567,7 +16665,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15576,7 +16674,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15586,7 +16684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15596,7 +16694,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15605,7 +16703,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -15614,7 +16712,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15623,7 +16721,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -15641,7 +16751,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15656,7 +16766,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15671,7 +16781,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15686,7 +16796,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15701,7 +16811,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15716,7 +16826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15732,7 +16842,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15748,7 +16858,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15763,7 +16873,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -15778,7 +16888,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15793,7 +16903,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15813,7 +16941,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -15828,7 +16956,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15843,7 +16971,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15858,7 +16986,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15874,7 +17002,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15890,7 +17018,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15905,7 +17033,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -15920,7 +17048,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15935,7 +17063,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15955,7 +17101,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15970,7 +17116,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15985,7 +17131,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16001,7 +17147,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16017,7 +17163,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16032,7 +17178,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -16047,7 +17193,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16062,7 +17208,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16089,7 +17253,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -16102,7 +17266,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16111,7 +17275,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16123,7 +17287,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16132,7 +17296,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16141,7 +17305,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16150,7 +17314,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16159,7 +17323,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16169,7 +17333,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16179,7 +17343,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16188,7 +17352,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -16197,7 +17361,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16206,7 +17370,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -16221,7 +17397,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16236,7 +17412,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16251,7 +17427,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16266,7 +17442,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16281,7 +17457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16297,7 +17473,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16313,7 +17489,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16328,7 +17504,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -16343,7 +17519,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16358,7 +17534,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16378,7 +17572,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16393,7 +17587,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16408,7 +17602,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16423,7 +17617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16439,7 +17633,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16455,7 +17649,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16470,7 +17664,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -16485,7 +17679,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16500,7 +17694,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16523,7 +17735,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16538,7 +17750,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16553,7 +17765,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16568,7 +17780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16583,7 +17795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16598,7 +17810,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16614,7 +17826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16630,7 +17842,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16645,7 +17857,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -16660,7 +17872,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16675,7 +17887,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16702,7 +17932,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -16718,7 +17948,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16727,7 +17957,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16736,7 +17966,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16745,7 +17975,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -16774,7 +18004,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16783,7 +18013,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16796,7 +18026,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16805,7 +18035,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16814,7 +18044,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16823,7 +18053,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16833,7 +18063,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16843,7 +18073,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16852,7 +18082,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16861,7 +18091,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -16870,7 +18100,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16879,7 +18109,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -16897,7 +18139,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16912,7 +18154,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16927,7 +18169,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16942,7 +18184,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -16977,7 +18219,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16996,7 +18238,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17011,7 +18253,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17026,7 +18268,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17041,7 +18283,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17057,7 +18299,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17073,7 +18315,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17088,7 +18330,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17103,7 +18345,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -17118,7 +18360,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17133,7 +18375,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17153,7 +18413,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -17168,7 +18428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -17203,7 +18463,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17222,7 +18482,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17237,7 +18497,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17252,7 +18512,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17267,7 +18527,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17283,7 +18543,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17299,7 +18559,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17314,7 +18574,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17329,7 +18589,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -17344,7 +18604,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17359,7 +18619,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17379,7 +18657,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -17394,7 +18672,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -17409,7 +18687,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -17444,7 +18722,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17463,7 +18741,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17478,7 +18756,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17493,7 +18771,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17508,7 +18786,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17524,7 +18802,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17540,7 +18818,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17555,7 +18833,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17570,7 +18848,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -17585,7 +18863,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17600,7 +18878,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17627,7 +18923,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -17643,7 +18939,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -17652,7 +18948,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -17661,7 +18957,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -17670,7 +18966,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -17679,7 +18975,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17688,7 +18984,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17697,7 +18993,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17707,7 +19003,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17717,7 +19013,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17726,7 +19022,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -17735,7 +19031,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17744,7 +19040,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -17762,7 +19070,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -17777,7 +19085,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -17792,7 +19100,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -17807,7 +19115,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17822,7 +19130,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17837,7 +19145,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17853,7 +19161,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17869,7 +19177,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17884,7 +19192,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -17899,7 +19207,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17914,7 +19222,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17934,7 +19260,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -17949,7 +19275,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17964,7 +19290,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17979,7 +19305,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17995,7 +19321,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18011,7 +19337,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18026,7 +19352,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -18041,7 +19367,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18056,7 +19382,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18076,7 +19420,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -18091,7 +19435,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -18106,7 +19450,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18121,7 +19465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18136,7 +19480,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18152,7 +19496,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18168,7 +19512,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18183,7 +19527,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -18198,7 +19542,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18213,7 +19557,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18240,7 +19602,7 @@ "Type": { "Namespace": "System", "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -18256,7 +19618,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -18265,7 +19627,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -18274,7 +19636,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -18283,7 +19645,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -18312,7 +19674,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -18321,7 +19683,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18334,7 +19696,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18343,7 +19705,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18352,7 +19714,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18361,7 +19723,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18371,7 +19733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18381,7 +19743,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18390,7 +19752,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -18399,7 +19761,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18408,7 +19770,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -18426,7 +19800,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -18441,7 +19815,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -18456,7 +19830,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -18471,7 +19845,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -18506,7 +19880,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18525,7 +19899,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18540,7 +19914,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18555,7 +19929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18570,7 +19944,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18586,7 +19960,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18602,7 +19976,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18617,7 +19991,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -18631,8 +20005,23 @@ "Name": "ProxyCredential", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, 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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18643,11 +20032,14 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18667,7 +20059,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -18682,7 +20074,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -18717,7 +20109,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18736,7 +20128,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18751,7 +20143,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18766,7 +20158,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18781,7 +20173,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18797,7 +20189,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18813,7 +20205,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18828,7 +20220,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -18843,7 +20235,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18858,7 +20250,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18878,7 +20288,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -18893,7 +20303,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -18908,7 +20318,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -18943,7 +20353,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18962,7 +20372,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18977,7 +20387,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18992,7 +20402,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19007,7 +20417,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19023,7 +20433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19039,7 +20449,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19054,7 +20464,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -19069,7 +20479,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19084,7 +20494,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19111,7 +20539,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GuestAgentInstallStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail]", "VMAgentStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus]", @@ -19180,7 +20608,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19189,7 +20617,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19198,7 +20626,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19207,7 +20635,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19216,7 +20644,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -19226,7 +20654,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -19236,7 +20664,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19245,7 +20673,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19254,7 +20682,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19264,7 +20692,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19274,7 +20702,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19283,7 +20711,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -19292,7 +20720,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19301,7 +20729,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -19319,7 +20759,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19334,7 +20774,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19349,7 +20789,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19364,7 +20804,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -19380,7 +20820,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -19396,7 +20836,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19411,7 +20851,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19426,7 +20866,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19442,7 +20882,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19458,7 +20898,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19473,7 +20913,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -19488,7 +20928,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19503,7 +20943,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19523,7 +20981,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19538,7 +20996,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -19554,7 +21012,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -19570,7 +21028,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19585,7 +21043,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19600,7 +21058,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19616,7 +21074,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19632,7 +21090,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19647,7 +21105,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -19662,7 +21120,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19677,7 +21135,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19697,7 +21173,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -19713,7 +21189,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -19729,7 +21205,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19744,7 +21220,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19759,7 +21235,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19775,7 +21251,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19791,7 +21267,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19806,7 +21282,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -19821,7 +21297,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19836,7 +21312,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19863,7 +21357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GuestAgentInstallStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail]", "VMAgentStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus]", @@ -19932,7 +21426,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19941,7 +21435,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19950,7 +21444,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19959,7 +21453,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19968,7 +21462,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -19978,7 +21472,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -19988,7 +21482,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19997,7 +21491,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20006,7 +21500,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20016,7 +21510,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20026,7 +21520,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20035,7 +21529,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -20044,7 +21538,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20053,7 +21547,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -20071,7 +21577,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20086,7 +21592,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20101,7 +21607,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20116,7 +21622,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -20132,7 +21638,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -20148,7 +21654,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20163,7 +21669,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20178,7 +21684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20194,7 +21700,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20210,7 +21716,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20225,7 +21731,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -20240,7 +21746,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20255,7 +21761,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20275,7 +21799,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20290,7 +21814,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -20306,7 +21830,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -20322,7 +21846,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20337,7 +21861,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20352,7 +21876,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20368,7 +21892,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20384,7 +21908,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20399,7 +21923,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -20414,7 +21938,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20429,7 +21953,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20449,7 +21991,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -20465,7 +22007,7 @@ "Type": { "Namespace": "System", "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false @@ -20481,7 +22023,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20496,7 +22038,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20511,7 +22053,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20527,7 +22069,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20543,7 +22085,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20558,7 +22100,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -20573,7 +22115,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20588,7 +22130,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20615,7 +22175,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GuestAgentInstallStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail]", "VMAgentStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus]", @@ -20684,7 +22244,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20693,7 +22253,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20702,7 +22262,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20711,7 +22271,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20724,7 +22284,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20733,7 +22293,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20742,7 +22302,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20751,7 +22311,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20761,7 +22321,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20771,7 +22331,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20780,7 +22340,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -20789,7 +22349,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20798,7 +22358,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -20816,7 +22388,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20831,7 +22403,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20846,7 +22418,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20865,7 +22437,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20880,7 +22452,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20895,7 +22467,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20910,7 +22482,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20926,7 +22498,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20942,7 +22514,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20957,7 +22529,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -20972,7 +22544,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20987,7 +22559,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21007,7 +22597,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -21026,7 +22616,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21041,7 +22631,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21056,7 +22646,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21071,7 +22661,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21087,7 +22677,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21103,7 +22693,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21118,7 +22708,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -21133,7 +22723,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21148,7 +22738,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21172,7 +22780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21187,7 +22795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21202,7 +22810,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21217,7 +22825,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21233,7 +22841,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21249,7 +22857,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21264,7 +22872,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -21279,7 +22887,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21294,7 +22902,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21321,7 +22947,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GuestAgentInstallStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail]", "VMAgentStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus]", @@ -21390,7 +23016,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -21399,7 +23025,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -21408,7 +23034,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -21417,7 +23043,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -21430,7 +23056,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21439,7 +23065,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21448,7 +23074,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21457,7 +23083,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21467,7 +23093,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21477,7 +23103,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21486,7 +23112,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -21495,7 +23121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21504,7 +23130,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -21522,7 +23160,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -21537,7 +23175,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -21552,7 +23190,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -21571,7 +23209,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21586,7 +23224,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21601,7 +23239,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21616,7 +23254,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21632,7 +23270,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21648,7 +23286,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21663,7 +23301,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -21678,7 +23316,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21693,7 +23331,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21713,7 +23369,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -21732,7 +23388,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21747,7 +23403,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21762,7 +23418,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21777,7 +23433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21793,7 +23449,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21809,7 +23465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21824,7 +23480,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -21839,7 +23495,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21854,7 +23510,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21878,7 +23552,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21893,7 +23567,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21908,7 +23582,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21923,7 +23597,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21939,7 +23613,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21955,7 +23629,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21970,7 +23644,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -21985,7 +23659,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22000,7 +23674,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22027,7 +23719,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GuestAgentInstallStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail]", "VMAgentStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus]", @@ -22096,7 +23788,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22105,7 +23797,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22114,7 +23806,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22123,7 +23815,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22136,7 +23828,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22145,7 +23837,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22154,7 +23846,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22163,7 +23855,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22173,7 +23865,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22183,7 +23875,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22192,7 +23884,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -22201,7 +23893,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22210,7 +23902,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -22228,7 +23932,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22243,7 +23947,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22258,7 +23962,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22277,7 +23981,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22292,7 +23996,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22307,7 +24011,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22322,7 +24026,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22338,7 +24042,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22354,7 +24058,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22369,7 +24073,22 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22380,11 +24099,11 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", + "Name": "ProxyUseDefaultCredentials", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22395,11 +24114,14 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22419,7 +24141,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22438,7 +24160,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22453,7 +24175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22468,7 +24190,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22483,7 +24205,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22499,7 +24221,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22515,7 +24237,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22530,7 +24252,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -22545,7 +24267,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22560,7 +24282,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22584,7 +24324,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22599,7 +24339,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22614,7 +24354,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22629,7 +24369,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22645,7 +24385,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22661,7 +24401,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22676,7 +24416,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -22691,7 +24431,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22706,7 +24446,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22733,7 +24491,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMarketplaceGalleryImages", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMarketplaceGalleryImages, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMarketplaceGalleryImages, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DownloadStatusDownloadSizeInMb": "System.Nullable`1[System.Int64]", "StatusProgressPercentage": "System.Nullable`1[System.Int64]", @@ -22763,7 +24521,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGalleryImages", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGalleryImages, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGalleryImages, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DownloadStatusDownloadSizeInMb": "System.Nullable`1[System.Int64]", "OSDiskImageSizeInMb": "System.Nullable`1[System.Int64]", @@ -22797,7 +24555,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22806,7 +24564,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22815,7 +24573,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22824,7 +24582,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22833,7 +24591,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22842,7 +24600,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22851,7 +24609,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22861,7 +24619,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22871,7 +24629,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22880,7 +24638,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -22889,7 +24647,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22898,7 +24656,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -22913,7 +24683,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22928,7 +24698,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22943,7 +24713,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22958,7 +24728,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -22973,7 +24743,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22988,7 +24758,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23004,7 +24774,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23020,7 +24790,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23035,7 +24805,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -23050,7 +24820,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23065,7 +24835,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23085,7 +24873,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23100,7 +24888,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23115,7 +24903,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23130,7 +24918,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23145,7 +24933,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23161,7 +24949,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23177,7 +24965,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23192,7 +24980,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -23207,7 +24995,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23222,7 +25010,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23242,7 +25048,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23257,7 +25063,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23273,7 +25079,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23289,7 +25095,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23304,7 +25110,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -23319,7 +25125,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23334,7 +25140,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23361,7 +25185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ILogicalNetworks", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ILogicalNetworks, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ILogicalNetworks, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnet]", "DhcpOptionDnsServer": "System.Collections.Generic.List`1[System.String]", @@ -23389,7 +25213,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23398,7 +25222,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23407,7 +25231,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23416,7 +25240,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -23445,7 +25269,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23454,7 +25278,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23463,7 +25287,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23472,7 +25296,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23485,7 +25309,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23494,7 +25318,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23503,7 +25327,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23512,7 +25336,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23522,7 +25346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23532,7 +25356,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23541,7 +25365,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -23550,7 +25374,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23559,7 +25383,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -23577,7 +25413,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23592,7 +25428,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23607,7 +25443,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23622,7 +25458,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23641,7 +25477,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23656,7 +25492,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23671,7 +25507,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23686,7 +25522,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23702,7 +25538,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23718,7 +25554,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23733,7 +25569,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -23748,7 +25584,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23763,7 +25599,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23786,7 +25640,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23801,7 +25655,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23816,7 +25670,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23831,7 +25685,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -23850,7 +25704,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23865,7 +25719,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23880,7 +25734,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23895,7 +25749,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23911,7 +25765,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23927,7 +25781,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23942,7 +25796,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -23957,7 +25811,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23972,7 +25826,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -23995,7 +25867,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24010,7 +25882,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24025,7 +25897,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24040,7 +25912,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24059,7 +25931,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24074,7 +25946,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24089,7 +25961,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24104,7 +25976,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24120,7 +25992,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24136,7 +26008,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24151,7 +26023,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -24166,7 +26038,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24181,7 +26053,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24201,7 +26091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -24236,7 +26126,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24255,7 +26145,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24270,7 +26160,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24285,7 +26175,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24300,7 +26190,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24316,7 +26206,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24332,7 +26222,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24347,7 +26237,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -24362,7 +26252,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24377,7 +26267,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24397,7 +26305,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24412,7 +26320,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24427,7 +26335,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24442,7 +26350,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24458,7 +26366,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24474,7 +26382,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24489,7 +26397,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -24504,7 +26412,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24519,7 +26427,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24539,7 +26465,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24554,7 +26480,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24570,7 +26496,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24586,7 +26512,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24601,7 +26527,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -24616,7 +26542,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24631,7 +26557,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24658,7 +26602,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterfaces", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterfaces, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterfaces, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPConfiguration": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration]", "DnsSettingDnsServer": "System.Collections.Generic.List`1[System.String]", @@ -24686,7 +26630,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24695,7 +26639,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24704,7 +26648,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24713,7 +26657,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -24742,7 +26686,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24751,7 +26695,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24760,7 +26704,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24769,7 +26713,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24782,7 +26726,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24791,7 +26735,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24800,7 +26744,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24809,7 +26753,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24819,7 +26763,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24829,7 +26773,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24838,7 +26782,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -24847,7 +26791,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24856,7 +26800,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -24874,7 +26830,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24889,7 +26845,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24904,7 +26860,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24919,7 +26875,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -24938,7 +26894,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24953,7 +26909,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24968,7 +26924,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -24983,7 +26939,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24999,7 +26955,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25015,7 +26971,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25030,7 +26986,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -25045,7 +27001,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25060,7 +27016,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25083,7 +27057,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -25098,7 +27072,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -25113,7 +27087,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -25128,7 +27102,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -25147,7 +27121,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25162,7 +27136,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25177,7 +27151,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25192,7 +27166,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25208,7 +27182,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25224,7 +27198,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25239,7 +27213,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -25254,7 +27228,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25269,7 +27243,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25292,7 +27284,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -25307,7 +27299,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -25322,7 +27314,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -25337,7 +27329,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -25356,7 +27348,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25371,7 +27363,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25386,7 +27378,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25401,7 +27393,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25417,7 +27409,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25433,7 +27425,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25448,7 +27440,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -25463,7 +27455,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25478,7 +27470,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25498,7 +27508,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -25533,7 +27543,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -25552,7 +27562,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25567,7 +27577,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25582,7 +27592,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25597,7 +27607,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25613,7 +27623,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25629,7 +27639,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25644,7 +27654,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -25659,7 +27669,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25674,7 +27684,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25694,7 +27722,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -25709,7 +27737,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -25724,7 +27752,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25739,7 +27767,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25755,7 +27783,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25771,7 +27799,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25786,7 +27814,22 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.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.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25797,11 +27840,11 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", + "Name": "ProxyUseDefaultCredentials", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25812,11 +27855,14 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25836,7 +27882,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25851,7 +27897,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25867,7 +27913,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25883,7 +27929,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25898,7 +27944,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -25913,7 +27959,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25928,7 +27974,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -25955,7 +28019,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStorageContainers", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStorageContainers, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStorageContainers, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusAvailableSizeMb": "System.Nullable`1[System.Int64]", "StatusContainerSizeMb": "System.Nullable`1[System.Int64]", @@ -25983,7 +28047,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -25992,7 +28056,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26001,7 +28065,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26010,7 +28074,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -26039,7 +28103,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26048,7 +28112,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26057,7 +28121,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26066,7 +28130,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26079,7 +28143,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26088,7 +28152,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26097,7 +28161,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26106,7 +28170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26116,7 +28180,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26126,7 +28190,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26135,7 +28199,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -26144,7 +28208,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26153,7 +28217,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -26171,7 +28247,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26186,7 +28262,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26201,7 +28277,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26216,7 +28292,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26235,7 +28311,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26250,7 +28326,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26265,7 +28341,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26280,7 +28356,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26296,7 +28372,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26312,7 +28388,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26327,7 +28403,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -26342,7 +28418,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26357,7 +28433,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26380,7 +28474,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26395,7 +28489,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26410,7 +28504,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26425,7 +28519,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26444,7 +28538,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26459,7 +28553,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26474,7 +28568,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26489,7 +28583,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26505,7 +28599,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26521,7 +28615,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26536,7 +28630,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -26551,7 +28645,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26566,7 +28660,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26589,7 +28701,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26604,7 +28716,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26619,7 +28731,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26634,7 +28746,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26653,7 +28765,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26668,7 +28780,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26683,7 +28795,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26698,7 +28810,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26714,7 +28826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26730,7 +28842,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26745,7 +28857,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -26760,7 +28872,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26775,7 +28887,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26795,7 +28925,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -26830,7 +28960,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -26849,7 +28979,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26864,7 +28994,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26879,7 +29009,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26894,7 +29024,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26910,7 +29040,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26926,7 +29056,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26941,7 +29071,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -26956,7 +29086,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26971,7 +29101,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -26991,7 +29139,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27006,7 +29154,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27021,7 +29169,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27036,7 +29184,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27052,7 +29200,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27068,7 +29216,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27083,7 +29231,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -27098,7 +29246,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27113,7 +29261,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27133,7 +29299,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27148,7 +29314,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27164,7 +29330,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27180,7 +29346,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27195,7 +29361,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -27210,7 +29376,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27225,7 +29391,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27252,7 +29436,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualHardDisks", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualHardDisks, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualHardDisks, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Dynamic": "System.Nullable`1[System.Boolean]", "BlockSizeByte": "System.Nullable`1[System.Int32]", @@ -27285,7 +29469,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27294,7 +29478,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27303,7 +29487,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27312,7 +29496,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -27341,7 +29525,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27350,7 +29534,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27359,7 +29543,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27368,7 +29552,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27381,7 +29565,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27390,7 +29574,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27399,7 +29583,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27408,7 +29592,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27418,7 +29602,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27428,7 +29612,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27437,7 +29621,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -27446,7 +29630,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27455,7 +29639,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -27473,7 +29669,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27488,7 +29684,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27503,7 +29699,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27518,7 +29714,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27537,7 +29733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27552,7 +29748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27567,7 +29763,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27582,7 +29778,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27598,7 +29794,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27614,7 +29810,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27629,7 +29825,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -27644,7 +29840,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27659,7 +29855,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27682,7 +29896,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27697,7 +29911,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27712,7 +29926,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27727,7 +29941,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27746,7 +29960,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27761,7 +29975,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27776,7 +29990,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27791,7 +30005,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27807,7 +30021,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -27823,7 +30037,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27838,7 +30052,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -27853,7 +30067,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27868,7 +30082,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27891,7 +30123,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27906,7 +30138,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27921,7 +30153,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27936,7 +30168,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -27955,7 +30187,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27970,7 +30202,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -27985,7 +30217,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28000,7 +30232,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28016,7 +30248,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28032,7 +30264,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28047,7 +30279,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -28062,7 +30294,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28077,7 +30309,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28097,7 +30347,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStackHcivmIdentity, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtensionName": "System.String", "SubscriptionId": "System.String", @@ -28132,7 +30382,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28151,7 +30401,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28166,7 +30416,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28181,7 +30431,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28196,7 +30446,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28212,7 +30462,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28228,7 +30478,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28243,7 +30493,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -28258,7 +30508,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28273,7 +30523,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28293,7 +30561,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28308,7 +30576,7 @@ "Type": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28323,7 +30591,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28338,7 +30606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28354,7 +30622,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28370,7 +30638,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28385,7 +30653,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -28400,7 +30668,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28415,7 +30683,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28435,7 +30721,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28450,7 +30736,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28466,7 +30752,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28482,7 +30768,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28497,7 +30783,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -28512,7 +30798,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28527,7 +30813,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28554,7 +30858,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstance, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "GuestAgentInstallStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail]", "VMAgentStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus]", @@ -28623,7 +30927,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28632,7 +30936,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28641,7 +30945,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28650,7 +30954,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28659,7 +30963,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28668,7 +30972,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28677,7 +30981,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28686,7 +30990,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28695,7 +30999,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28708,7 +31012,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28717,7 +31021,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28726,7 +31030,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28735,7 +31039,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28745,7 +31049,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28755,7 +31059,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28764,7 +31068,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -28773,7 +31077,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28782,7 +31086,19 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -28800,7 +31116,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28815,7 +31131,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28830,7 +31146,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28845,7 +31161,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28860,7 +31176,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28875,7 +31191,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28890,7 +31206,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28905,7 +31221,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -28924,7 +31240,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28939,7 +31255,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28954,7 +31270,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -28969,7 +31285,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -28985,7 +31301,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29001,7 +31317,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29016,7 +31332,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -29031,7 +31347,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29046,7 +31362,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29066,7 +31400,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -29081,7 +31415,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29096,7 +31430,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29111,7 +31445,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -29126,7 +31460,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -29141,7 +31475,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -29160,7 +31494,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29175,7 +31509,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29190,7 +31524,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29205,7 +31539,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29221,7 +31555,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29237,7 +31571,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29252,7 +31586,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -29267,7 +31601,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29282,7 +31616,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29302,7 +31654,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29317,7 +31669,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29332,7 +31684,7 @@ "Type": { "Namespace": "System", "Name": "System.Int64", - "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -29347,7 +31699,7 @@ "Type": { "Namespace": "System", "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -29362,7 +31714,7 @@ "Type": { "Namespace": "System", "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -29381,7 +31733,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29396,7 +31748,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29411,7 +31763,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29426,7 +31778,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29442,7 +31794,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep[], Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -29458,7 +31810,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29473,7 +31825,7 @@ "Type": { "Namespace": "System", "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -29488,7 +31840,7 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29503,7 +31855,25 @@ "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -29563,7 +31933,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail" ] @@ -29571,7 +31941,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorAdditionalInfo]", "Detail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorDetail]", @@ -29583,7 +31953,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorAdditionalInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorAdditionalInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorAdditionalInfo, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorAdditionalInfo, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorAdditionalInfo" ] @@ -29591,7 +31961,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorAdditionalInfo": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorAdditionalInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorAdditionalInfo, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IErrorAdditionalInfo, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Info": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IAny", "Type": "System.String" @@ -29600,12 +31970,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IAny": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IAny", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IAny, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IAny, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus" ] @@ -29613,7 +31983,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IInstanceViewStatus, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Time": "System.Nullable`1[System.DateTime]", "Code": "System.String", @@ -29625,7 +31995,7 @@ "System.Nullable`1[System.DateTime]": { "Namespace": "System", "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.DateTime" ] @@ -29633,12 +32003,12 @@ "System.DateTime": { "Namespace": "System", "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISshPublicKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISshPublicKey]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISshPublicKey, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISshPublicKey, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISshPublicKey" ] @@ -29646,7 +32016,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISshPublicKey": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISshPublicKey, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISshPublicKey, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyData": "System.String", "Path": "System.String" @@ -29655,7 +32025,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem" ] @@ -29663,7 +32033,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -29671,7 +32041,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesStorageProfileDataDisksItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesStorageProfileDataDisksItem]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesStorageProfileDataDisksItem, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesStorageProfileDataDisksItem, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesStorageProfileDataDisksItem" ] @@ -29679,7 +32049,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesStorageProfileDataDisksItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesStorageProfileDataDisksItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesStorageProfileDataDisksItem, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesStorageProfileDataDisksItem, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -29687,7 +32057,7 @@ "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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String" ] @@ -29695,7 +32065,7 @@ "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Boolean" ] @@ -29703,7 +32073,7 @@ "System.Nullable`1[System.Int32]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int32]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int32" ] @@ -29711,7 +32081,7 @@ "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Int64" ] @@ -29719,7 +32089,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.SendAsyncStep, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -29853,17 +32223,17 @@ "System.Object": { "Namespace": "System", "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=8.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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=8.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=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.Net.Http.HttpResponseMessage" ] @@ -29871,38 +32241,38 @@ "System.Net.Http.HttpResponseMessage": { "Namespace": "System.Net.Http", "Name": "System.Net.Http.HttpResponseMessage", - "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "System.IAsyncResult": { "Namespace": "System", "Name": "System.IAsyncResult", - "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Void": { "Namespace": "System", "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Delegate[]": { "Namespace": "System", "Name": "System.Delegate[]", - "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.Delegate" }, "System.Delegate": { "Namespace": "System", "Name": "System.Delegate", - "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Type": { "Namespace": "System", "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnet, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnet, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnet" ] @@ -29910,7 +32280,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnet": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnet", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnet, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnet, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPPool": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool]", "Route": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRoute]", @@ -29928,7 +32298,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool" ] @@ -29936,7 +32306,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "End": "System.String", "InfoAvailable": "System.String", @@ -29949,7 +32319,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRoute, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRoute, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRoute" ] @@ -29957,7 +32327,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRoute": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRoute", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRoute, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IRoute, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AddressPrefix": "System.String", "Name": "System.String", @@ -29967,7 +32337,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormatIPConfigurationReferencesItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormatIPConfigurationReferencesItem]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormatIPConfigurationReferencesItem, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormatIPConfigurationReferencesItem, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormatIPConfigurationReferencesItem" ] @@ -29975,7 +32345,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormatIPConfigurationReferencesItem": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormatIPConfigurationReferencesItem", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormatIPConfigurationReferencesItem, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormatIPConfigurationReferencesItem, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -29983,7 +32353,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration" ] @@ -29991,7 +32361,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Gateway": "System.String", "IPAddress": "System.String", @@ -30003,17 +32373,17 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IDetectedProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IDetectedProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IDetectedProperties, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IDetectedProperties, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ITrackedResourceTags": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ITrackedResourceTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ITrackedResourceTags, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ITrackedResourceTags, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension" ] @@ -30021,7 +32391,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Type": "System.String" @@ -30030,7 +32400,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtension]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtension, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtension, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtension" ] @@ -30038,7 +32408,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtension": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtension, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtension, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionPropertiesProtectedSettings", "Setting": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionPropertiesSettings", @@ -30062,17 +32432,17 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionPropertiesProtectedSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionPropertiesProtectedSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionPropertiesProtectedSettings, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionPropertiesProtectedSettings, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionPropertiesSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionPropertiesSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionPropertiesSettings, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionPropertiesSettings, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionInstanceView, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionInstanceView, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionInstanceView" ] @@ -30080,7 +32450,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionInstanceView": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionInstanceView, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachineExtensionInstanceView, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StatusTime": "System.Nullable`1[System.DateTime]", "Name": "System.String", @@ -30095,7 +32465,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterface]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterface]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterface, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterface, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterface" ] @@ -30103,7 +32473,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterface": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterface, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterface, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IPAddress": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPAddress]" } @@ -30111,7 +32481,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPAddress, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPAddress, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPAddress" ] @@ -30119,7 +32489,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPAddress": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPAddress", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPAddress, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPAddress, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Address": "System.String", "SubnetAddressPrefix": "System.String", @@ -30129,12 +32499,12 @@ "System.Threading.Tasks.Task": { "Namespace": "System.Threading.Tasks", "Name": "System.Threading.Tasks.Task", - "AssemblyQualifiedName": "System.Threading.Tasks.Task, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Threading.Tasks.Task, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachine": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachine", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachine, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMachine, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DetectedProperty": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IDetectedProperties", "AgentConfigurationExtensionsAllowList": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension]", @@ -30198,7 +32568,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Json.JsonNode": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Json", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Json.JsonNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Json.JsonNode, Az.StackHCIVM.private, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Json.JsonNode, Az.StackHCIVM.private, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Item": "Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Json.JsonNode" }, @@ -30230,7 +32600,7 @@ "System.Collections.Hashtable": { "Namespace": "System.Collections", "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" } } } \ No newline at end of file diff --git a/tools/Tools.Common/SerializedCmdlets/Az.StandbyPool.json b/tools/Tools.Common/SerializedCmdlets/Az.StandbyPool.json index 6b8af67c40d2..fb13c3807517 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.StandbyPool.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.StandbyPool.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.StandbyPool", - "ModuleVersion": "0.3.0", + "ModuleVersion": "0.4.0", "Cmdlets": [ { "VerbName": "Get", @@ -16,10 +16,11 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolResource, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolResource, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupPropertySubnetId": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet]", "Zone": "System.Collections.Generic.List`1[System.String]", + "DynamicSizingEnabled": "System.Nullable`1[System.Boolean]", "ContainerGroupProfileRevision": "System.Nullable`1[System.Int64]", "ElasticityProfileMaxReadyCapacity": "System.Nullable`1[System.Int64]", "ContainerGroupProfileId": "System.String", @@ -69,7 +70,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -109,7 +110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -119,7 +120,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -257,7 +258,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -273,7 +274,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -422,7 +423,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -438,7 +439,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -572,7 +573,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -588,7 +589,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -672,7 +673,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -730,7 +731,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -746,7 +747,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -864,7 +865,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -880,7 +881,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -971,7 +972,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolRuntimeViewResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolRuntimeViewResource, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolRuntimeViewResource, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceCountSummary": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary]", "ForecastValueInstancesRequestedCount": "System.Collections.Generic.List`1[System.Int64]", @@ -1021,7 +1022,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -1039,7 +1040,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -1079,7 +1080,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1089,7 +1090,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1224,7 +1225,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1240,7 +1241,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1404,7 +1405,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1420,7 +1421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1504,7 +1505,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -1562,7 +1563,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1578,7 +1579,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1662,7 +1663,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -1720,7 +1721,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1736,7 +1737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1854,7 +1855,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1870,7 +1871,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1961,11 +1962,13 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolResource, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolResource, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "DynamicSizingEnabled": "System.Nullable`1[System.Boolean]", "ElasticityProfileMaxReadyCapacity": "System.Nullable`1[System.Int64]", "ElasticityProfileMinReadyCapacity": "System.Nullable`1[System.Int64]", "AttachedVirtualMachineScaleSetId": "System.String", + "ElasticityProfilePostProvisioningDelay": "System.String", "ProvisioningState": "System.String", "VirtualMachineState": "System.String" } @@ -2012,7 +2015,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -2052,7 +2055,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2062,7 +2065,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2200,7 +2203,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2216,7 +2219,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2365,7 +2368,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2381,7 +2384,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2515,7 +2518,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2531,7 +2534,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2615,7 +2618,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -2673,7 +2676,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2689,7 +2692,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2807,7 +2810,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2823,7 +2826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2914,7 +2917,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolRuntimeViewResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolRuntimeViewResource, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolRuntimeViewResource, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceCountSummary": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary]", "ForecastValueInstancesRequestedCount": "System.Collections.Generic.List`1[System.Int64]", @@ -2964,7 +2967,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -2982,7 +2985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -3022,7 +3025,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3032,7 +3035,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3167,7 +3170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3183,7 +3186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3347,7 +3350,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3363,7 +3366,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3447,7 +3450,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -3505,7 +3508,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3521,7 +3524,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3605,7 +3608,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -3663,7 +3666,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3679,7 +3682,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3797,7 +3800,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3813,7 +3816,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3904,10 +3907,11 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolResource, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolResource, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupPropertySubnetId": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet]", "Zone": "System.Collections.Generic.List`1[System.String]", + "DynamicSizingEnabled": "System.Nullable`1[System.Boolean]", "ContainerGroupProfileRevision": "System.Nullable`1[System.Int64]", "ElasticityProfileMaxReadyCapacity": "System.Nullable`1[System.Int64]", "ContainerGroupProfileId": "System.String", @@ -3969,6 +3973,15 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "DynamicSizingEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "MaxReadyCapacity", "Type": { @@ -4001,7 +4014,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet" }, "ValidateNotNullOrEmpty": false @@ -4079,7 +4092,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4089,7 +4102,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4250,7 +4263,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4266,7 +4279,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4389,6 +4402,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DynamicSizingEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "MaxReadyCapacity", @@ -4440,7 +4468,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet" }, "ValidateNotNullOrEmpty": false @@ -4584,7 +4612,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4600,7 +4628,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4811,7 +4839,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4827,7 +4855,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5038,7 +5066,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5054,7 +5082,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5160,11 +5188,13 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolResource, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolResource, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "DynamicSizingEnabled": "System.Nullable`1[System.Boolean]", "ElasticityProfileMaxReadyCapacity": "System.Nullable`1[System.Int64]", "ElasticityProfileMinReadyCapacity": "System.Nullable`1[System.Int64]", "AttachedVirtualMachineScaleSetId": "System.String", + "ElasticityProfilePostProvisioningDelay": "System.String", "ProvisioningState": "System.String", "VirtualMachineState": "System.String" } @@ -5214,6 +5244,15 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "DynamicSizingEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "MaxReadyCapacity", "Type": { @@ -5232,6 +5271,15 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "PostProvisioningDelay", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "Tag", "Type": { @@ -5313,7 +5361,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5323,7 +5371,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5484,7 +5532,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5500,7 +5548,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5608,6 +5656,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DynamicSizingEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "MaxReadyCapacity", @@ -5638,6 +5701,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PostProvisioningDelay", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -5786,7 +5864,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5802,7 +5880,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6013,7 +6091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6029,7 +6107,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6240,7 +6318,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6256,7 +6334,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6405,7 +6483,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -6454,7 +6532,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6464,7 +6542,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6634,7 +6712,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6650,7 +6728,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6764,7 +6842,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -6837,7 +6915,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6853,7 +6931,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7016,7 +7094,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7032,7 +7110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7196,7 +7274,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -7245,7 +7323,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7255,7 +7333,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7425,7 +7503,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7441,7 +7519,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7555,7 +7633,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -7628,7 +7706,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7644,7 +7722,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7807,7 +7885,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7823,7 +7901,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -7944,10 +8022,11 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolResource, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolResource, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ContainerGroupPropertySubnetId": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet]", "Zone": "System.Collections.Generic.List`1[System.String]", + "DynamicSizingEnabled": "System.Nullable`1[System.Boolean]", "ContainerGroupProfileRevision": "System.Nullable`1[System.Int64]", "ElasticityProfileMaxReadyCapacity": "System.Nullable`1[System.Int64]", "ContainerGroupProfileId": "System.String", @@ -7996,7 +8075,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -8018,6 +8097,15 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "DynamicSizingEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "MaxReadyCapacity", "Type": { @@ -8050,7 +8138,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet" }, "ValidateNotNullOrEmpty": false @@ -8119,7 +8207,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8129,7 +8217,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8281,7 +8369,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8297,7 +8385,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8478,7 +8566,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8494,7 +8582,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8635,6 +8723,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DynamicSizingEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "MaxReadyCapacity", @@ -8686,7 +8789,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet" }, "ValidateNotNullOrEmpty": false @@ -8767,7 +8870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8783,7 +8886,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8867,7 +8970,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -8900,6 +9003,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DynamicSizingEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "MaxReadyCapacity", @@ -8951,7 +9069,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet" }, "ValidateNotNullOrEmpty": false @@ -9032,7 +9150,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9048,7 +9166,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9166,7 +9284,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9182,7 +9300,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9273,11 +9391,13 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolResource, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolResource, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { + "DynamicSizingEnabled": "System.Nullable`1[System.Boolean]", "ElasticityProfileMaxReadyCapacity": "System.Nullable`1[System.Int64]", "ElasticityProfileMinReadyCapacity": "System.Nullable`1[System.Int64]", "AttachedVirtualMachineScaleSetId": "System.String", + "ElasticityProfilePostProvisioningDelay": "System.String", "ProvisioningState": "System.String", "VirtualMachineState": "System.String" } @@ -9323,7 +9443,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -9336,6 +9456,15 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "DynamicSizingEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "MaxReadyCapacity", "Type": { @@ -9354,6 +9483,15 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "PostProvisioningDelay", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "Tag", "Type": { @@ -9426,7 +9564,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9436,7 +9574,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9588,7 +9726,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9604,7 +9742,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9785,7 +9923,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9801,7 +9939,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9927,6 +10065,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DynamicSizingEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "MaxReadyCapacity", @@ -9957,6 +10110,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PostProvisioningDelay", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -10042,7 +10210,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10058,7 +10226,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10142,7 +10310,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ResourceGroupName": "System.String", @@ -10160,6 +10328,21 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "DynamicSizingEnabled", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "MaxReadyCapacity", @@ -10190,6 +10373,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PostProvisioningDelay", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Tag", @@ -10275,7 +10473,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10291,7 +10489,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10409,7 +10607,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10425,7 +10623,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep[], Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10549,7 +10747,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet" ] @@ -10557,7 +10755,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ISubnet, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" } @@ -10570,6 +10768,14 @@ "System.String" ] }, + "System.Nullable`1[System.Boolean]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.Boolean" + ] + }, "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", @@ -10581,7 +10787,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.SendAsyncStep, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -10764,7 +10970,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary" ] @@ -10772,7 +10978,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceCountsByState": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolContainerGroupStateCount]", "Zone": "System.Nullable`1[System.Int64]" @@ -10781,7 +10987,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolContainerGroupStateCount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolContainerGroupStateCount]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolContainerGroupStateCount, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolContainerGroupStateCount, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolContainerGroupStateCount" ] @@ -10789,7 +10995,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolContainerGroupStateCount": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolContainerGroupStateCount", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolContainerGroupStateCount, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolContainerGroupStateCount, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Int64", "State": "System.String" @@ -10819,7 +11025,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary" ] @@ -10827,7 +11033,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceCountsByState": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolVirtualMachineStateCount]", "Zone": "System.Nullable`1[System.Int64]" @@ -10836,7 +11042,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolVirtualMachineStateCount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolVirtualMachineStateCount]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolVirtualMachineStateCount, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolVirtualMachineStateCount, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolVirtualMachineStateCount" ] @@ -10844,7 +11050,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolVirtualMachineStateCount": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolVirtualMachineStateCount", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolVirtualMachineStateCount, Az.StandbyPool.private, Version=0.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolVirtualMachineStateCount, Az.StandbyPool.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Int64", "State": "System.String"